← Back to issue list

Update dependency tox to v4.5.2 - autoclosed

View original Github issue

Metadata

Project
craft-application
Number
#13
Type
pull request
State
closed
Author
renovate[bot]
Labels
Created
Updated
Closed

Current evaluation

Automatically closed as superseded by a newer dependency update. The request updated tox from 4.4.8 to 4.5.2, passed CI checks, and received reviewer approval before being autoclosed.

Suggested action:

No scores available.

Issue body

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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.8` -> `==4.5.2` | [![age](https://badges.renovateapi.com/packages/pypi/tox/4.5.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/tox/4.5.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/tox/4.5.2/compatibility-slim/4.4.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/tox/4.5.2/confidence-slim/4.4.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tox-dev/tox</summary> ### [`v4.5.2`](https://togithub.com/tox-dev/tox/compare/4.5.1...4.5.2) [Compare Source](https://togithub.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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [#&#8203;2891](https://togithub.com/tox-dev/tox/issues/2891) by [@&#8203;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 ### [`v4.4.12`](https://togithub.com/tox-dev/tox/releases/tag/4.4.12) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.4.11...4.4.12) #### What's Changed - Avoid race conditions in tests using the demo_pkg_inline fixture by [@&#8203;hroncok](https://togithub.com/hroncok) in [https://github.com/tox-dev/tox/pull/2986](https://togithub.com/tox-dev/tox/pull/2986) - Bump deps and tools by [@&#8203;gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2981](https://togithub.com/tox-dev/tox/pull/2981) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.4.11...4.4.12 ### [`v4.4.11`](https://togithub.com/tox-dev/tox/releases/tag/4.4.11) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.4.10...4.4.11) #### What's Changed - Allow plugins to set `tox_root` by [@&#8203;kdestin](https://togithub.com/kdestin) in [https://github.com/tox-dev/tox/pull/2978](https://togithub.com/tox-dev/tox/pull/2978) #### New Contributors - [@&#8203;kdestin](https://togithub.com/kdestin) made their first contribution in [https://github.com/tox-dev/tox/pull/2978](https://togithub.com/tox-dev/tox/pull/2978) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.4.10...4.4.11 ### [`v4.4.10`](https://togithub.com/tox-dev/tox/releases/tag/4.4.10) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.4.9...4.4.10) #### What's Changed - Bump deps and tools by [@&#8203;gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2976](https://togithub.com/tox-dev/tox/pull/2976) - Fix `tox_root` propagation to `work_dir` by [@&#8203;Tbruno25](https://togithub.com/Tbruno25) in [https://github.com/tox-dev/tox/pull/2962](https://togithub.com/tox-dev/tox/pull/2962) #### New Contributors - [@&#8203;Tbruno25](https://togithub.com/Tbruno25) made their first contribution in [https://github.com/tox-dev/tox/pull/2962](https://togithub.com/tox-dev/tox/pull/2962) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.4.9...4.4.10 ### [`v4.4.9`](https://togithub.com/tox-dev/tox/releases/tag/4.4.9) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.4.8...4.4.9) #### What's Changed - Added python 3.11 by [@&#8203;ElBe-Plaq](https://togithub.com/ElBe-Plaq) in [https://github.com/tox-dev/tox/pull/2964](https://togithub.com/tox-dev/tox/pull/2964) - Document running tox within a Docker container by [@&#8203;31z4](https://togithub.com/31z4) in [https://github.com/tox-dev/tox/pull/2923](https://togithub.com/tox-dev/tox/pull/2923) - Correct Docker image working dir by [@&#8203;31z4](https://togithub.com/31z4) in [https://github.com/tox-dev/tox/pull/2965](https://togithub.com/tox-dev/tox/pull/2965) - Avoid UnicodeDecodeError from command output by [@&#8203;masenf](https://togithub.com/masenf) in [https://github.com/tox-dev/tox/pull/2970](https://togithub.com/tox-dev/tox/pull/2970) - Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tox-dev/tox/pull/2971](https://togithub.com/tox-dev/tox/pull/2971) #### New Contributors - [@&#8203;ElBe-Plaq](https://togithub.com/ElBe-Plaq) made their first contribution in [https://github.com/tox-dev/tox/pull/2964](https://togithub.com/tox-dev/tox/pull/2964) - [@&#8203;31z4](https://togithub.com/31z4) made their first contribution in [https://github.com/tox-dev/tox/pull/2923](https://togithub.com/tox-dev/tox/pull/2923) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.4.8...4.4.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "after 1 am and before 7 am" 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://app.renovatebot.com/dashboard#github/canonical/craft-application). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Automatically closed as superseded by a newer dependency update. The request updated tox from 4.4.8 to 4.5.2, passed CI checks, and received reviewer approval before being autoclosed.
qwen3.6-35b-a3b-mtp-q6 Automatically closed without merging. Renovate bot proposed updating tox from 4.4.8 to 4.5.2, but the pull request was abandoned due to inactivity or configuration changes, leaving the dependency unupdated.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#14 build(deps): update dependency tox-gh to v1.5.0 - autoclosed craft-artifacts closed Renovate autoclosed the pull request after updating the tox-gh dependency from 1.4.4 to 1.5.0. The automated update was closed without manual review or merge.
79%
#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.
78%
#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.
78%
#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.
76%
#60 build(deps): update dependency tox-gh to v1.4.4 craft-grammar merged Merged an automated dependency update upgrading tox-gh from v1.4.1 to v1.4.4. Approved by one reviewer, passed CI checks, and auto-merged with a single line change.
75%
#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.
75%
#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.
75%
#87 build(deps): update dependency tox-gh to v1.5.0 - autoclosed craft-grammar closed Renovate bot pull request to update tox-gh from v1.4.4 to v1.5.0. All CI checks passed, but the branch was autoclosed without merging.
75%
#275 build(deps): update dependency tox-gh to v1.4.4 starbase merged Merged automated dependency update for tox-gh from v1.4.1 to v1.4.4. The change passed CI checks, received reviewer approval, and was automatically merged into the main branch.
74%
#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.
74%