Skip to content

Commit

Permalink
Build(deps-dev): bump tox from 4.21.1 to 4.21.2 (#171)
Browse files Browse the repository at this point in the history
Bumps [tox](https://github.com/tox-dev/tox) from 4.21.1 to 4.21.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/tox/releases">tox's
releases</a>.</em></p>
<blockquote>
<h2>4.21.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Update sdist rules to include <code>tox.toml</code> (<a
href="https://redirect.github.com/tox-dev/tox/issues/3389">#3389</a>) by
<a href="https://github.com/mgorny"><code>@​mgorny</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3390">tox-dev/tox#3390</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.21.1...4.21.2">https://github.com/tox-dev/tox/compare/4.21.1...4.21.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/tox/blob/main/docs/changelog.rst">tox's
changelog</a>.</em></p>
<blockquote>
<h2>v4.21.2 (2024-10-03)</h2>
<p>Bugfixes - 4.21.2</p>
<pre><code>- Include ``tox.toml`` in sdist archives to fix test failures
resulting from its lack.
  - by :user:`mgorny` (:issue:`3389`)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox/commit/c953f4f4ba1e0e7a69de1ecea94e4bdb5a797ac1"><code>c953f4f</code></a>
release 4.21.2</li>
<li><a
href="https://github.com/tox-dev/tox/commit/3ab1d3e559ebea0dac8ae34262158c7234e44997"><code>3ab1d3e</code></a>
Update sdist rules to include <code>tox.toml</code> (<a
href="https://redirect.github.com/tox-dev/tox/issues/3389">#3389</a>)
(<a
href="https://redirect.github.com/tox-dev/tox/issues/3390">#3390</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/172a952f2acf66cfab69558325217a52b387446a"><code>172a952</code></a>
Fix user guide typo</li>
<li>See full diff in <a
href="https://github.com/tox-dev/tox/compare/4.21.1...4.21.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=4.21.1&new-version=4.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
github-actions[bot] authored Oct 4, 2024
2 parents 634b3e0 + 463632e commit f0d503b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ optional = true
[tool.poetry.group.tests.dependencies]
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
tox = "^4.21.1"
tox = "^4.21.2"
tox-gh-actions = "^3.2.0"


Expand Down

0 comments on commit f0d503b

Please sign in to comment.