Skip to content

Commit

Permalink
Bump tox from 4.21.2 to 4.23.2 (#200)
Browse files Browse the repository at this point in the history
Bumps [tox](https://github.com/tox-dev/tox) from 4.21.2 to 4.23.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.23.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Support external tox.pytest usage via &quot;test&quot; extra by <a
href="https://github.com/mbra"><code>@​mbra</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3422">tox-dev/tox#3422</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mbra"><code>@​mbra</code></a> made their
first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3422">tox-dev/tox#3422</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.23.1...4.23.2">https://github.com/tox-dev/tox/compare/4.23.1...4.23.2</a></p>
<h2>4.23.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Docs: adjusting EOL Python version testing remarks by <a
href="https://github.com/robsdedude"><code>@​robsdedude</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3417">tox-dev/tox#3417</a></li>
<li>Fix example docs by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3421">tox-dev/tox#3421</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/robsdedude"><code>@​robsdedude</code></a> made
their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3417">tox-dev/tox#3417</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.23.0...4.23.1">https://github.com/tox-dev/tox/compare/4.23.0...4.23.1</a></p>
<h2>4.23.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>replace tool.pyproject and tool.tox.pyproject with tool.tox in
config… by <a
href="https://github.com/graingert-coef"><code>@​graingert-coef</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3411">tox-dev/tox#3411</a></li>
<li>Add NETRC to the default_pass_env list by <a
href="https://github.com/chipot"><code>@​chipot</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3410">tox-dev/tox#3410</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/graingert-coef"><code>@​graingert-coef</code></a>
made their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3411">tox-dev/tox#3411</a></li>
<li><a href="https://github.com/chipot"><code>@​chipot</code></a> made
their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3410">tox-dev/tox#3410</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.22.0...4.23.0">https://github.com/tox-dev/tox/compare/4.22.0...4.23.0</a></p>
<h2>4.22.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Fix the fix environment definition by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3407">tox-dev/tox#3407</a></li>
<li>Expose type checking dependencies into an extra by <a
href="https://github.com/ssbarnea"><code>@​ssbarnea</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3404">tox-dev/tox#3404</a></li>
<li>Add dependency-groups support (PEP-735) by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3409">tox-dev/tox#3409</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.21.2...4.22.0">https://github.com/tox-dev/tox/compare/4.21.2...4.22.0</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.23.2 (2024-10-22)</h2>
<p>Misc - 4.23.2</p>
<pre><code>- :issue:`3415`
<h2>v4.23.1 (2024-10-21)</h2>
<p>Improved Documentation - 4.23.1
</code></pre></p>
<ul>
<li>Fix bad example in documentation for dependency groups - by
:user:<code>gaborbernat</code>. (:issue:<code>3240</code>)</li>
</ul>
<h2>v4.23.0 (2024-10-16)</h2>
<p>Features - 4.23.0</p>
<pre><code>- Add ``NETRC`` to the list of environment variables always
passed through. (:issue:`3410`)
<p>Improved Documentation - 4.23.0
</code></pre></p>
<ul>
<li>replace <code>[tool.pyproject]</code> and
<code>[tool.tox.pyproject]</code> with <code>[tool.tox]</code> in
config.rst (:issue:<code>3411</code>)</li>
</ul>
<h2>v4.22.0 (2024-10-15)</h2>
<p>Features - 4.22.0</p>
<pre><code>- Implement dependency group support as defined in :pep:`735`
- see :ref:`dependency_groups` - by :user:`gaborbernat`. (:issue:`3408`)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox/commit/0447036240f4fe48605124635553c5bbf0469651"><code>0447036</code></a>
release 4.23.2</li>
<li><a
href="https://github.com/tox-dev/tox/commit/f0799ac01d161d7dc00fc92da9734ea08b768f7f"><code>f0799ac</code></a>
Support external tox.pytest usage via &quot;test&quot; extra (<a
href="https://redirect.github.com/tox-dev/tox/issues/3422">#3422</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/ec88713785a81f883ea12387dfb40045b0ac4181"><code>ec88713</code></a>
Fix docs link check</li>
<li><a
href="https://github.com/tox-dev/tox/commit/962bc59626cfa8163ac6068720505408b257163f"><code>962bc59</code></a>
release 4.23.1</li>
<li><a
href="https://github.com/tox-dev/tox/commit/5916cc9814ed16cf6c963da08c5eb0ec01872495"><code>5916cc9</code></a>
Fix example docs (<a
href="https://redirect.github.com/tox-dev/tox/issues/3421">#3421</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/e9cb93a81b6ff1b7a1eb25d540384c84f1186d4d"><code>e9cb93a</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3418">#3418</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/88c1b99c18103186844f8fae4729de9f7f60a44a"><code>88c1b99</code></a>
Docs: adjusting EOL Python version testing remarks (<a
href="https://redirect.github.com/tox-dev/tox/issues/3417">#3417</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/7696a8e68a05f277f69724096c9fde990fc35f61"><code>7696a8e</code></a>
release 4.23.0</li>
<li><a
href="https://github.com/tox-dev/tox/commit/c01a023cd2c487a6ffc9d3b08eef6ce0479d5815"><code>c01a023</code></a>
Add NETRC to the default_pass_env list (<a
href="https://redirect.github.com/tox-dev/tox/issues/3410">#3410</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/971e7da6af040ef8c9e5e9ac3f2fcaab0f6c9b0d"><code>971e7da</code></a>
replace tool.pyproject and tool.tox.pyproject with tool.tox in config…
(<a
href="https://redirect.github.com/tox-dev/tox/issues/3411">#3411</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tox-dev/tox/compare/4.21.2...4.23.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.2&new-version=4.23.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
Zeitsperre authored Nov 4, 2024
2 parents 1f8b2d9 + 1bc996b commit ed5c14d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CI/requirements_ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ bump-my-version==0.27.0
coveralls==4.0.1
pip==24.2.0
flit==3.9.0
tox==4.21.2
tox==4.23.2
tox-gh==1.3.2
6 changes: 3 additions & 3 deletions CI/requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,9 @@ tomlkit==0.13.0 \
--hash=sha256:08ad192699734149f5b97b45f1f18dad7eb1b6d16bc72ad0c2335772650d7b72 \
--hash=sha256:7075d3042d03b80f603482d69bf0c8f345c2b30e41699fd8883227f89972b264
# via bump-my-version
tox==4.21.2 \
--hash=sha256:13d996adcd792e7c82994b0e116d85efd84f0c6d185254d83d156f73f86b2038 \
--hash=sha256:49381ff102296753e378fa5ff30e42a35e695f149b4dbf8a2c49d15fdb5797b2
tox==4.23.2 \
--hash=sha256:452bc32bb031f2282881a2118923176445bac783ab97c874b8770ab4c3b76c38 \
--hash=sha256:86075e00e555df6e82e74cfc333917f91ecb47ffbc868dcafbd2672e332f4a2c
# via
# -r CI/requirements_ci.in
# tox-gh
Expand Down

0 comments on commit ed5c14d

Please sign in to comment.