Skip to content

Commit db4da2e

Browse files
Build(deps-dev): update tox requirement from >=4.25.0 to >=4.52.1 (#233)
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. <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>v4.52.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>use normalize_isa for architecture factor matching by <a href="https://github.com/rahuldevikar"><code>@​rahuldevikar</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3919">tox-dev/tox#3919</a></li> <li>🐛 fix(pip): invalidate install cache on resolution env var changes by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3921">tox-dev/tox#3921</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.52.0...4.52.1">https://github.com/tox-dev/tox/compare/4.52.0...4.52.1</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> <h1>Bug fixes - 4.52.1</h1> <ul> <li>Changing a resolution-affecting environment variable via <code>set_env</code> (e.g. <code>PIP_INDEX_URL</code>) now invalidates the install cache and triggers a reinstall, rather than incorrectly reusing the cached environment - by :user:<code>gaborbernat</code>. (:issue:<code>3917</code>)</li> <li>Use <code>normalize_isa</code> from <code>python-discovery</code> for architecture factor matching, supporting aliases like <code>i686</code> → <code>x86</code> and <code>aarch64</code> → <code>arm64</code> - by :user:<code>rahuldevikar</code>. (:issue:<code>3919</code>)</li> </ul> <hr /> <p>v4.52.0 (2026-03-30)</p> <hr /> <h1>Features - 4.52.0</h1> <ul> <li>Add <code>virtualenv-pep-723</code> runner that reads dependencies and Python version from :PEP:<code>723</code> inline script metadata — no need to duplicate them in tox config - by :user:<code>gaborbernat</code>. (:issue:<code>3897</code>)</li> <li>Support escaped dots (<code>\.</code>) in <code>-x</code>/<code>--override</code> keys, allowing overrides to target environments with dots in their names such as <code>py3.14</code> - by :user:<code>gaborbernat</code>. (:issue:<code>3910</code>)</li> </ul> <h1>Bug fixes - 4.52.0</h1> <ul> <li>Auto-generate the manpage from the CLI argparse parser at wheel build time, fixing broken section headers and documenting all commands and options - by :user:<code>gaborbernat</code>. (:issue:<code>3878</code>)</li> </ul> <h1>Miscellaneous internal changes - 4.52.0</h1> <ul> <li>Remove unsupported <code>--remote</code> flag from <code>gh repo fork</code> in the update-schemastore workflow, as recent versions of <code>gh</code> no longer accept it - by :user:<code>rahuldevikar</code>. (:issue:<code>3908</code>)</li> </ul> <hr /> <p>v4.51.0 (2026-03-27)</p> <hr /> <h1>Features - 4.51.0</h1> <ul> <li>Add <code>base_python_file</code> configuration option to read the base Python version from a file (e.g. <code>.python-version</code>), similar to GitHub Actions' <code>python-version-file</code> - by :user:<code>rahuldevikar</code> (:issue:<code>3894</code>)</li> </ul> <h1>Bug fixes - 4.51.0</h1> <ul> <li>Prevent implicit machine ISA (e.g. <code>arm64</code>, <code>x86_64</code>) from overriding explicit architecture factors in environment names, fixing cross-architecture conflicts in multiline factor conditionals - by :user:<code>rahuldevikar</code>. (:issue:<code>3903</code>)</li> <li>Nested environment list configuration values are now properly parsed, validated and expanded by the TOML parser. This allows you to use generative environment lists in <code>tox-gh</code> via the TOML format. Previously this was only possible</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/71ef9bf8257667485badbb92042e2705db4bbf89"><code>71ef9bf</code></a> release 4.52.1</li> <li><a href="https://github.com/tox-dev/tox/commit/d15c8fab397c102d78a9f145d90d4237f9e011a8"><code>d15c8fa</code></a> 🐛 fix(pip): invalidate install cache on resolution env var changes (<a href="https://redirect.github.com/tox-dev/tox/issues/3921">#3921</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/c1add25d596d1a0bac302cb533ff239f39dcbdea"><code>c1add25</code></a> build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (<a href="https://redirect.github.com/tox-dev/tox/issues/3920">#3920</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/1866b9dac78126562b80dce970c6a52b9db87c98"><code>1866b9d</code></a> use normalize_isa for architecture factor matching (<a href="https://redirect.github.com/tox-dev/tox/issues/3919">#3919</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/ec77d9f1a1b3d7ade6ced9dba24039c65241af79"><code>ec77d9f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3918">#3918</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/e7052a6c2e581cd8138466b3a7a343b3dcc63a7b"><code>e7052a6</code></a> build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (<a href="https://redirect.github.com/tox-dev/tox/issues/3915">#3915</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/d83d57779a5a2637cc4ee904d9cba1ec885561e5"><code>d83d577</code></a> release 4.52.0</li> <li><a href="https://github.com/tox-dev/tox/commit/da0f890764b53c5b14dbf2d0d46e31ee3feb1397"><code>da0f890</code></a> ✨ feat(runner): add PEP 723 inline script metadata support (<a href="https://redirect.github.com/tox-dev/tox/issues/3912">#3912</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/b232d2d8ae9cb86d8773376e7a7de3ef5fcce860"><code>b232d2d</code></a> 🐛 fix(docs): auto-generate manpage from CLI parser (<a href="https://redirect.github.com/tox-dev/tox/issues/3911">#3911</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/84958f79c949a58399f8a6db82fa4a8e0b8e9e62"><code>84958f7</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3909">#3909</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.25.0...4.52.1">compare view</a></li> </ul> </details> <br />
2 parents 8c43420 + b25bd52 commit db4da2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
"pytest-xdist[psutil]>=3.8.0",
5252
"ruff>=0.11.0",
5353
"sphinx>=9.0.4",
54-
"tox>=4.25.0",
54+
"tox>=4.52.1",
5555
"tox-gh-actions>=3.5.0",
5656
]
5757

0 commit comments

Comments
 (0)