chore(deps): update dependency tox to v4.14.2
Metadata
Current evaluation
Merged an automated dependency update by Renovate bot, upgrading tox from v4.12.1 to v4.14.2. Approved by two reviewers, passed CI checks, and applied to a single file.
Suggested action: —
No scores available.
Issue body
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tox](https://togithub.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | `==4.12.1` -> `==4.14.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>tox-dev/tox (tox)</summary>
### [`v4.14.2`](https://togithub.com/tox-dev/tox/releases/tag/4.14.2)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.14.1...4.14.2)
<!-- Release notes generated using configuration in .github/release.yml at 4.14.2 -->
#### What's Changed
- Removed unneeded line by [@​reinout](https://togithub.com/reinout) in [https://github.com/tox-dev/tox/pull/3241](https://togithub.com/tox-dev/tox/pull/3241)
- Add missing space by [@​droctothorpe](https://togithub.com/droctothorpe) in [https://github.com/tox-dev/tox/pull/3243](https://togithub.com/tox-dev/tox/pull/3243)
- Add Provision Arguments to ToxParser by [@​seyidaniels](https://togithub.com/seyidaniels) in [https://github.com/tox-dev/tox/pull/3246](https://togithub.com/tox-dev/tox/pull/3246)
#### New Contributors
- [@​reinout](https://togithub.com/reinout) made their first contribution in [https://github.com/tox-dev/tox/pull/3241](https://togithub.com/tox-dev/tox/pull/3241)
- [@​droctothorpe](https://togithub.com/droctothorpe) made their first contribution in [https://github.com/tox-dev/tox/pull/3243](https://togithub.com/tox-dev/tox/pull/3243)
- [@​seyidaniels](https://togithub.com/seyidaniels) made their first contribution in [https://github.com/tox-dev/tox/pull/3246](https://togithub.com/tox-dev/tox/pull/3246)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.14.1...4.14.2
### [`v4.14.1`](https://togithub.com/tox-dev/tox/releases/tag/4.14.1)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.14.0...4.14.1)
<!-- Release notes generated using configuration in .github/release.yml at 4.14.1 -->
#### What's Changed
- Fix fresh subprocesses and allow duplicate register config calls for the core set only by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3237](https://togithub.com/tox-dev/tox/pull/3237)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.14.0...4.14.1
### [`v4.14.0`](https://togithub.com/tox-dev/tox/releases/tag/4.14.0)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.13.0...4.14.0)
<!-- Release notes generated using configuration in .github/release.yml at 4.14.0 -->
#### What's Changed
- Fix issue/PR number in 4.13.0 changelog by [@​hroncok](https://togithub.com/hroncok) in [https://github.com/tox-dev/tox/pull/3223](https://togithub.com/tox-dev/tox/pull/3223)
- Fix linkcheck failing by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3229](https://togithub.com/tox-dev/tox/pull/3229)
- Support fresh subprocess for build backends by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3233](https://togithub.com/tox-dev/tox/pull/3233)
- Allow plugins to attach data to --version by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3234](https://togithub.com/tox-dev/tox/pull/3234)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.13.0...4.14.0
### [`v4.13.0`](https://togithub.com/tox-dev/tox/releases/tag/4.13.0)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.12.1...4.13.0)
<!-- Release notes generated using configuration in .github/release.yml at 4.13.0 -->
#### What's Changed
- Document usage of Pytest with Tox as a FAQ entry by [@​faph](https://togithub.com/faph) in [https://github.com/tox-dev/tox/pull/3192](https://togithub.com/tox-dev/tox/pull/3192)
- docs/config.rst: State in config directive sections their ini file sections by [@​0cjs](https://togithub.com/0cjs) in [https://github.com/tox-dev/tox/pull/3194](https://togithub.com/tox-dev/tox/pull/3194)
- .gitignore: Add /tests/demo_pkg_inline/.tox/ by [@​0cjs](https://togithub.com/0cjs) in [https://github.com/tox-dev/tox/pull/3198](https://togithub.com/tox-dev/tox/pull/3198)
- docs/development: Summarise important points experienced devs need to know by [@​0cjs](https://togithub.com/0cjs) in [https://github.com/tox-dev/tox/pull/3197](https://togithub.com/tox-dev/tox/pull/3197)
- Add tests for CliEnv by [@​0cjs](https://togithub.com/0cjs) in [https://github.com/tox-dev/tox/pull/3204](https://togithub.com/tox-dev/tox/pull/3204)
- Document how CliEnv works by [@​0cjs](https://togithub.com/0cjs) in [https://github.com/tox-dev/tox/pull/3206](https://togithub.com/tox-dev/tox/pull/3206)
- docs/development "Key points": Two updates and general improvement by [@​0cjs](https://togithub.com/0cjs) in [https://github.com/tox-dev/tox/pull/3205](https://togithub.com/tox-dev/tox/pull/3205)
- session.env_select.CliEnv: Document and test spaces behaviour by [@​0cjs](https://togithub.com/0cjs) in [https://github.com/tox-dev/tox/pull/3208](https://togithub.com/tox-dev/tox/pull/3208)
- config.cli.test_cli_ini: Re-order for clarity (textual moves only) by [@​0cjs](https://togithub.com/0cjs) in [https://github.com/tox-dev/tox/pull/3209](https://togithub.com/tox-dev/tox/pull/3209)
- Revert previous "precommit autoupdate ([#​3214](https://togithub.com/tox-dev/tox/issues/3214))" commit; it's broken by [@​0cjs](https://togithub.com/0cjs) in [https://github.com/tox-dev/tox/pull/3215](https://togithub.com/tox-dev/tox/pull/3215)
- Extract packaging virtualenv code to its own class by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3221](https://togithub.com/tox-dev/tox/pull/3221)
#### New Contributors
- [@​faph](https://togithub.com/faph) made their first contribution in [https://github.com/tox-dev/tox/pull/3192](https://togithub.com/tox-dev/tox/pull/3192)
- [@​0cjs](https://togithub.com/0cjs) made their first contribution in [https://github.com/tox-dev/tox/pull/3194](https://togithub.com/tox-dev/tox/pull/3194)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.12.1...4.13.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "every weekend" in timezone Etc/UTC.
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/canonical/rockcraft).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged an automated dependency update by Renovate bot, upgrading tox from v4.12.1 to v4.14.2. Approved by two reviewers, passed CI checks, and applied to a single file. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated dependency update upgrading tox from v4.12.1 to v4.14.2. Generated by Renovate, the PR was successfully merged without conflicts or comments. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged the Renovate bot pull request updating the tox dependency from v4.12.1 to v4.14.2. The update incorporates recent bug fixes, configuration enhancements, and documentation improvements. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #22 chore(deps): update dependency tox to v4.4.5 | craft-archives | merged | Merged automated dependency update upgrading tox from v4.4.4 to v4.4.5. Approved by reviewer, passed CI checks, and automatically merged via Renovate bot configuration. | |
| #1008 chore(deps): update dependency tox to v4.4.2 | charmcraft | merged | Merged Renovate bot update upgrading tox from v4.3.5 to v4.4.2. Approved by a reviewer, passed CI checks, and applied with a single-line dependency change. | |
| #15 chore(deps): update dependency tox to v4.4.4 | craft-archives | merged | Merged automated dependency update for tox from v4.4.2 to v4.4.4 via Renovate bot. The change passed CI checks, received approval, and was automatically merged with a single line modification. | |
| #10 chore(deps): update dependency tox to v4.4.2 | craft-archives | merged | Merged automated dependency update upgrading tox from v4.3.5 to v4.4.2. Approved by a reviewer, passed CI checks, and applied a single one-line configuration change. | |
| #1176 chore(deps): update dependency tox to v4.6.4 | charmcraft | merged | Renovate bot dependency update for tox from v4.4.12 to v4.6.4 was approved, passed CI checks, and successfully merged. | |
| #19 chore(deps): update dependency tox to v4.4.2 | starbase | merged | Dependency update for tox from v4.3.5 to v4.4.2 was approved, passed CI checks, and successfully merged. | |
| #997 chore(deps): update dependency tox to v4.3.5 | charmcraft | merged | Dependency update for tox to v4.3.5 was approved, passed CI checks, and successfully merged. The change updated the pinned version in the project configuration. | |
| #1221 chore(deps): update dependency tox to v4.11.1 | charmcraft | closed | The tox v4.11.1 dependency update was approved and passed CI but closed without merging. A maintainer marked it as low priority, so the change was abandoned. Renovate will skip this version and wait for a newer release. | |
| #975 chore(deps): update dependency tox to v4.2.8 | charmcraft | closed | Closed unmerged due to a version conflict: tox v4.2.8 requires filelock>=3.9, clashing with the pinned filelock==3.8.2. Renovate will ignore this update. | |
| #16 chore(deps): update dependency tox-ignore-env-name-mismatch to v0.2.0.post2 | starbase | merged | Merged automated dependency update for tox-ignore-env-name-mismatch to v0.2.0.post2. Approved by a reviewer, passed CI checks, and auto-merged by Renovate bot, changing one file with a single line. |