Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps tox from 4.20.0 to 4.23.1.

Release notes

Sourced from tox's releases.

4.23.1

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.23.0...4.23.1

4.23.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.22.0...4.23.0

4.22.0

What's Changed

Full Changelog: tox-dev/tox@4.21.2...4.22.0

4.21.2

What's Changed

Full Changelog: tox-dev/tox@4.21.1...4.21.2

4.21.1

What's Changed

... (truncated)

Changelog

Sourced from tox's changelog.

v4.23.1 (2024-10-21)

Improved Documentation - 4.23.1

- Fix bad example in documentation for dependency groups - by :user:`gaborbernat`. (:issue:`3240`)

v4.23.0 (2024-10-16)

Features - 4.23.0

- Add ``NETRC`` to the list of environment variables always passed through. (:issue:`3410`)

Improved Documentation - 4.23.0
</code></pre>
<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)

v4.21.2 (2024-10-03)

Bugfixes - 4.21.2
</code></pre>
<ul>
<li>Include <code>tox.toml</code> in sdist archives to fix test failures resulting from its lack.
<ul>
<li>by :user:<code>mgorny</code> (:issue:<code>3389</code>)</li>
</ul>
</li>
</ul>
<h2>v4.21.1 (2024-10-02)</h2>
<p>Bugfixes - 4.21.1</p>
<pre><code>- Fix error when using requires within a TOML configuration file - by :user:gaborbernat. (:issue:3386)

  • Fix error when using deps within a TOML configuration file - by :user:gaborbernat. (:issue:3387)

  • Multiple fixes for the TOML configuration by :user:gaborbernat.:

    • Do not fail when there is an empty command within commands.
    • Allow references for set_env by accepting list of dictionaries for it.
    • Do not try to be smart about reference unrolling, instead allow the user to control it via the extend flag,
      available both for posargs and ref replacements.
    • The ref replacements raw key has been renamed to of. (:issue:3388)

v4.21.0 (2024-09-30)

&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/tox-dev/tox/commit/962bc59626cfa8163ac6068720505408b257163f&quot;&gt;&lt;code&gt;962bc59&lt;/code&gt;&lt;/a> release 4.23.1</li>
<li><a href="https://github.com/tox-dev/tox/commit/5916cc9814ed16cf6c963da08c5eb0ec01872495&quot;&gt;&lt;code&gt;5916cc9&lt;/code&gt;&lt;/a> Fix example docs (<a href="https://redirect.github.com/tox-dev/tox/issues/3421&quot;&gt;#3421&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/e9cb93a81b6ff1b7a1eb25d540384c84f1186d4d&quot;&gt;&lt;code&gt;e9cb93a&lt;/code&gt;&lt;/a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3418&quot;&gt;#3418&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/88c1b99c18103186844f8fae4729de9f7f60a44a&quot;&gt;&lt;code&gt;88c1b99&lt;/code&gt;&lt;/a> Docs: adjusting EOL Python version testing remarks (<a href="https://redirect.github.com/tox-dev/tox/issues/3417&quot;&gt;#3417&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/7696a8e68a05f277f69724096c9fde990fc35f61&quot;&gt;&lt;code&gt;7696a8e&lt;/code&gt;&lt;/a> release 4.23.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/c01a023cd2c487a6ffc9d3b08eef6ce0479d5815&quot;&gt;&lt;code&gt;c01a023&lt;/code&gt;&lt;/a> Add NETRC to the default_pass_env list (<a href="https://redirect.github.com/tox-dev/tox/issues/3410&quot;&gt;#3410&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/971e7da6af040ef8c9e5e9ac3f2fcaab0f6c9b0d&quot;&gt;&lt;code&gt;971e7da&lt;/code&gt;&lt;/a> replace tool.pyproject and tool.tox.pyproject with tool.tox in config… (<a href="https://redirect.github.com/tox-dev/tox/issues/3411&quot;&gt;#3411&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/81a83bd6b64edee8da499cc65a8ecc6c69413f03&quot;&gt;&lt;code&gt;81a83bd&lt;/code&gt;&lt;/a> Fix typo in docs for dependency_groups</li>
<li><a href="https://github.com/tox-dev/tox/commit/b912cb2383c3b8e6e3fb09c80b774f4bf4c29bc0&quot;&gt;&lt;code&gt;b912cb2&lt;/code&gt;&lt;/a> release 4.22.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/568b90f041b4f3ec05bbcf9fbcd6c51e87a8e6ed&quot;&gt;&lt;code&gt;568b90f&lt;/code&gt;&lt;/a> Add dependency-groups support (PEP-735) (<a href="https://redirect.github.com/tox-dev/tox/issues/3409&quot;&gt;#3409&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.20.0...4.23.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

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 commands and options

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)

Bumps [tox](https://github.com/tox-dev/tox) from 4.20.0 to 4.23.1.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.20.0...4.23.1)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2024

Superseded by #132.

@dependabot dependabot bot closed this Oct 23, 2024
@dependabot dependabot bot deleted the dependabot/pip/tox-4.23.1 branch October 23, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants