chore(deps): update dependency tox to v4.6.4
Metadata
Current evaluation
Renovate bot dependency update for tox from v4.4.12 to v4.6.4 was approved, passed CI checks, and successfully merged.
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.4.12` -> `4.6.4` | [](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.6.4`](https://togithub.com/tox-dev/tox/releases/tag/4.6.4)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.6.3...4.6.4)
#### What's Changed
- Ensure tox r -e docs generates the documentation by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3047](https://togithub.com/tox-dev/tox/pull/3047)
- \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/tox-dev/tox/pull/3051](https://togithub.com/tox-dev/tox/pull/3051)
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/tox-dev/tox/pull/3052](https://togithub.com/tox-dev/tox/pull/3052)
- s/setup.cfg/pyproject.toml/ in the development docs by [@​sk1p](https://togithub.com/sk1p) in [https://github.com/tox-dev/tox/pull/3058](https://togithub.com/tox-dev/tox/pull/3058)
- Fix hang and zombie process on interrupt (CTRL-C). by [@​sk1p](https://togithub.com/sk1p) in [https://github.com/tox-dev/tox/pull/3057](https://togithub.com/tox-dev/tox/pull/3057)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.6.3...4.6.4
### [`v4.6.3`](https://togithub.com/tox-dev/tox/releases/tag/4.6.3)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.6.2...4.6.3)
#### What's Changed
- Made issue template have less whitespace by [@​jamesbraza](https://togithub.com/jamesbraza) in [https://github.com/tox-dev/tox/pull/3038](https://togithub.com/tox-dev/tox/pull/3038)
- Docs link of env var subs section to `set_env` by [@​jamesbraza](https://togithub.com/jamesbraza) in [https://github.com/tox-dev/tox/pull/3039](https://togithub.com/tox-dev/tox/pull/3039)
- Removed duplicate text in bug report template by [@​jamesbraza](https://togithub.com/jamesbraza) in [https://github.com/tox-dev/tox/pull/3040](https://togithub.com/tox-dev/tox/pull/3040)
- Ensure `get_requires*` hook is called before `prepare_metadata*` by [@​abravalheri](https://togithub.com/abravalheri) in [https://github.com/tox-dev/tox/pull/3044](https://togithub.com/tox-dev/tox/pull/3044)
#### New Contributors
- [@​jamesbraza](https://togithub.com/jamesbraza) made their first contribution in [https://github.com/tox-dev/tox/pull/3038](https://togithub.com/tox-dev/tox/pull/3038)
- [@​abravalheri](https://togithub.com/abravalheri) made their first contribution in [https://github.com/tox-dev/tox/pull/3044](https://togithub.com/tox-dev/tox/pull/3044)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.6.2...4.6.3
### [`v4.6.2`](https://togithub.com/tox-dev/tox/releases/tag/4.6.2)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.6.1...4.6.2)
#### What's Changed
- Avoid cache collision between wheel and editable wheel builds by [@​f3flight](https://togithub.com/f3flight) in [https://github.com/tox-dev/tox/pull/3035](https://togithub.com/tox-dev/tox/pull/3035)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.6.1...4.6.2
### [`v4.6.1`](https://togithub.com/tox-dev/tox/releases/tag/4.6.1)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.6.0...4.6.1)
#### What's Changed
- Update `usedevelop` doc by referring to PEP-660. by [@​tibortakacs](https://togithub.com/tibortakacs) in [https://github.com/tox-dev/tox/pull/3025](https://togithub.com/tox-dev/tox/pull/3025)
- Use ruff by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3033](https://togithub.com/tox-dev/tox/pull/3033)
#### New Contributors
- [@​tibortakacs](https://togithub.com/tibortakacs) made their first contribution in [https://github.com/tox-dev/tox/pull/3025](https://togithub.com/tox-dev/tox/pull/3025)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.6.0...4.6.1
### [`v4.6.0`](https://togithub.com/tox-dev/tox/releases/tag/4.6.0)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.5.2...4.6.0)
##### What's Changed
- Remove unnecessary Future usage by [@​living180](https://togithub.com/living180) in [https://github.com/tox-dev/tox/pull/3020](https://togithub.com/tox-dev/tox/pull/3020)
- Test against 3.12.0-beta.1 by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3022](https://togithub.com/tox-dev/tox/pull/3022)
- Add --list-dependencies options by [@​lengau](https://togithub.com/lengau) in [https://github.com/tox-dev/tox/pull/3024](https://togithub.com/tox-dev/tox/pull/3024)
##### New Contributors
- [@​living180](https://togithub.com/living180) made their first contribution in [https://github.com/tox-dev/tox/pull/3020](https://togithub.com/tox-dev/tox/pull/3020)
- [@​lengau](https://togithub.com/lengau) made their first contribution in [https://github.com/tox-dev/tox/pull/3024](https://togithub.com/tox-dev/tox/pull/3024)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.5.2...4.6.0
### [`v4.5.2`](https://togithub.com/tox-dev/tox/releases/tag/4.5.2)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.5.1...4.5.2)
#### What's Changed
- Add 3.12 support by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2998](https://togithub.com/tox-dev/tox/pull/2998)
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/tox-dev/tox/pull/3003](https://togithub.com/tox-dev/tox/pull/3003)
- Update list of maintainers by [@​jugmac00](https://togithub.com/jugmac00) in [https://github.com/tox-dev/tox/pull/3008](https://togithub.com/tox-dev/tox/pull/3008)
- fix legacy `tox --devenv venv` by [@​asottile](https://togithub.com/asottile) in [https://github.com/tox-dev/tox/pull/3013](https://togithub.com/tox-dev/tox/pull/3013)
- Fix legacy devenv by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3019](https://togithub.com/tox-dev/tox/pull/3019)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.5.1...4.5.2
### [`v4.5.1`](https://togithub.com/tox-dev/tox/releases/tag/4.5.1): Test Trusted Publisher
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.5.0...4.5.1)
### [`v4.5.0`](https://togithub.com/tox-dev/tox/releases/tag/4.5.0)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.4.12...4.5.0)
#### What's Changed
- Bump deps and tools by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2987](https://togithub.com/tox-dev/tox/pull/2987)
- git: Ignore the .lock file for demo_pkg_inline by [@​hroncok](https://togithub.com/hroncok) in [https://github.com/tox-dev/tox/pull/2988](https://togithub.com/tox-dev/tox/pull/2988)
- Add FAQ entry on how to test against EOL Python versions by [@​jugmac00](https://togithub.com/jugmac00) in [https://github.com/tox-dev/tox/pull/2991](https://togithub.com/tox-dev/tox/pull/2991)
- Feature: suppress step timings for verbosity=1 [#​2891](https://togithub.com/tox-dev/tox/issues/2891) by [@​nedbat](https://togithub.com/nedbat) in [https://github.com/tox-dev/tox/pull/2992](https://togithub.com/tox-dev/tox/pull/2992)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.4.12...4.5.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "before 07:00" 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/charmcraft).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Renovate bot dependency update for tox from v4.4.12 to v4.6.4 was approved, passed CI checks, and successfully merged. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated dependency update for tox from v4.4.12 to v4.6.4 via Renovate bot. The update incorporates bug fixes and minor features from tox releases v4.5.0 through v4.6.4. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged an automated dependency update upgrading tox from v4.4.12 to v4.6.4. Generated by Renovate bot, the change was successfully integrated into the repository. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #539 chore(deps): update dependency tox to v4.14.2 | rockcraft | merged | 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. | |
| #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. | |
| #223 chore(deps): update dependency tox-gh to v1.3.2 | starbase | merged | Merged automated dependency update for tox-gh from v1.3.1 to v1.3.2. The change passed CI checks, received reviewer approval, and was automatically merged into the main branch. |