Skip to content

Comments

Update tox requirement from <4.37,>=4.16.0 to >=4.16.0,<4.45#564

Merged
rmi-auto-merge-helper[bot] merged 1 commit intomainfrom
dependabot/pip/main/tox-gte-4.16.0-and-lt-4.45
Feb 23, 2026
Merged

Update tox requirement from <4.37,>=4.16.0 to >=4.16.0,<4.45#564
rmi-auto-merge-helper[bot] merged 1 commit intomainfrom
dependabot/pip/main/tox-gte-4.16.0-and-lt-4.45

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on tox to permit the latest version.

Release notes

Sourced from tox's releases.

v4.44.0

What's Changed

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

Changelog

Sourced from tox's changelog.

Features - 4.44.0

  • Support PEP 751 pylock.toml lock files as dependency input via the pylock configuration option (mutually exclusive with deps). Packages are filtered by extras, dependency groups, and platform markers evaluated against the target Python interpreter, then installed via pip with --no-deps - by :user:gaborbernat. (:issue:3665)

Bug fixes - 4.44.0

  • Fix unfactored continuation lines (e.g. pytest \, --remote-data \) being incorrectly skipped when they follow a filtered factor-conditional line ending with \ -- the pending_skip flag now only drops terminal continuation pieces, preserving shared arguments that are themselves continuations - by :user:gaborbernat. (:issue:3802)

v4.43.0 (2026-02-20)


Features - 4.43.0

  • Add TOML-native generative env_list via product dict syntax -- Cartesian product of factor groups with optional range dicts and exclusions - by :user:gaborbernat. (:issue:3797)

Bug fixes - 4.43.0

  • Pass config_settings_build_wheel to pip as --config-settings when installing sdist packages, ensuring the build backend receives config settings during pip's internal wheel build - by :user:gaborbernat. (:issue:3125)
  • Fix factor-conditional continuation lines (e.g. cov: coverage run \ / !cov: python \ / somefile.py) where different factor prefixes on consecutive continuation lines caused prefixes to be passed as literal command arguments instead of being filtered - by :user:gaborbernat. (:issue:3796)

Improved documentation - 4.43.0

  • Integrate sphinxcontrib-towncrier to render draft changelog entries directly in Sphinx, replacing the manual towncrier draft script - by :user:gaborbernat. (:issue:3201)

v4.42.0 (2026-02-20)


Features - 4.42.0

  • Platform-dependent commands can now be specified using factor syntax without requiring the platform name in the environment name. The current platform (sys.platform value like linux, darwin, win32) is automatically available as an implicit factor, allowing configurations like linux: pytest in INI or factor.linux in TOML conditional expressions to work in any environment. Additionally, TOML configurations can now use factor.NAME in

... (truncated)

Commits
  • 901aa7b release 4.44.0
  • 7b601a7 ✨ feat(config): add PEP 751 pylock.toml support (#3803)
  • f6a9847 🐛 fix(config): keep unfactored continuation lines after filtered factors (#38...
  • f4855f3 release 4.43.0
  • 8517abc 🐛 fix(pip): pass config_settings to pip for sdist install (#3800)
  • 413b963 🐛 fix(config): restore factor conditional continuations (#3799)
  • b11c645 ✨ feat(toml): add generative env_list via product dict (#3797)
  • 0f4da83 📝 docs(infra): integrate sphinxcontrib-towncrier (#3798)
  • 09b4f60 release 4.42.0
  • c80c62f ✨ feat(env): add virtualenv_spec for per-env version pinning (#3794)
  • Additional commits viewable in compare view

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)

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [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.16.0...4.44.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-version: 4.44.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 2026
@rmi-auto-merge-helper rmi-auto-merge-helper bot merged commit ae0350d into main Feb 23, 2026
14 of 15 checks passed
@dependabot dependabot bot deleted the dependabot/pip/main/tox-gte-4.16.0-and-lt-4.45 branch February 23, 2026 05:41
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