Skip to content

Bump tox from 4.32.0 to 4.46.0#281

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/tox-4.46.0
Closed

Bump tox from 4.32.0 to 4.46.0#281
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/tox-4.46.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps tox from 4.32.0 to 4.46.0.

Release notes

Sourced from tox's releases.

v4.46.0

What's Changed

Full Changelog: tox-dev/tox@4.45.0...4.46.0

v4.45.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.44.0...4.45.0

v4.44.0

What's Changed

Full Changelog: tox-dev/tox@4.43.0...4.44.0

v4.43.0

What's Changed

Full Changelog: tox-dev/tox@4.42.0...4.43.0

... (truncated)

Changelog

Sourced from tox's changelog.

Features - 4.46.0

  • Add architecture (ISA) awareness to Python discovery. tox now propagates the machine field (e.g. arm64, x86_64) from :pypi:virtualenv's interpreter info — derived from :func:python:sysconfig.get_platform — through the Python specification, validation, and journal. This allows selecting a Python interpreter by CPU architecture via :ref:base_python (e.g. cpython3.12-64-arm64) and ensures tox validates the running interpreter's architecture matches the requested one. Requires virtualenv >= 20.39 - by :user:rahuldevikar. (:issue:3069)
  • Add env_base TOML sections for named environment templates that generate multiple environments from factor combinations via Cartesian product -- by :user:gaborbernat. (:issue:3817)

Bug fixes - 4.46.0

  • Drop chardet dependency and use BOM detection with locale fallback for requirements file decoding, matching pip's own approach - by :user:gaborbernat. (:issue:3818)
  • Allow --help to render even when the configuration file is malformed or missing - by :user:gaborbernat. (:issue:3819)

v4.45.0 (2026-02-23)


Features - 4.45.0

  • Enhance tox schema command: add x-taplo metadata for IDE integration, product dict support for env_list, handle int and PythonConstraints types, fix $schema draft-07 URI, and add schema freshness test. Add tox.toml to SchemaStore catalog for automatic IDE validation - by :user:gaborbernat. (:issue:1388)

Bug fixes - 4.45.0

  • Add redirects for old documentation URLs that broke after the Diataxis restructure (e.g. /config.html -> /reference/config.html, /example/general.html -> /index.html) using sphinx-reredirects - by :user:gaborbernat. (:issue:3806)
  • Fix cross-section substitution {[section]key} resolving to a literal unresolved reference instead of empty string when the referenced value contains only factor-conditional lines and no factors match the requesting environment - by :user:Fridayai700. (:issue:3809)
  • Fix circular dependency in environment_variables when set_env references {env_site_packages_dir} or similar lazy constants, causing RecursionError silently caught as "could not find python interpreter" - by :user:gaborbernat. (:issue:3816)

v4.44.0 (2026-02-20)


Features - 4.44.0

... (truncated)

Commits
  • 5a5e6b2 release 4.46.0
  • 38d1a49 🐛 fix(cli): allow --help with invalid config (#3821)
  • 579bdc9 🐛 fix(deps): drop chardet for req file decoding (#3820)
  • 8514045 ✨ feat(config): add env_base templates for TOML (#3817)
  • c754e8b Add architecture (ISA) awareness to Python discovery (#3815)
  • 0aa99e7 release 4.45.0
  • ba0ab7c 🐛 fix(env): break circular dependency in environment_variables resolution (#3...
  • 8d16fdb [pre-commit.ci] pre-commit autoupdate (#3814)
  • 75ae74c ✨ feat(schema): enhance schema command with IDE integration (#3813)
  • 9adb727 fix: cross-section substitution resolves to empty when no factors match (#3810)
  • Additional commits viewable in compare view

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 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.32.0 to 4.46.0.
- [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.32.0...4.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 24, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2026

Superseded by #282.

@dependabot dependabot bot closed this Feb 25, 2026
@dependabot dependabot bot deleted the dependabot/uv/tox-4.46.0 branch February 25, 2026 17:55
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants