Skip to content

Commit 8ca33d4

Browse files
authored
chore(deps): update dependency tox to v4.32.0 (#416)
This PR contains the following updates: | Package | Type | Update | Change | Pending | OpenSSF | |---|---|---|---|---|---| | [tox](https://redirect.github.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | dependency-groups | minor | `<4.31.0 ` -> `<4.32.1` | `4.34.1` (+2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/tox-dev/tox/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tox-dev/tox) | | [tox](https://redirect.github.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | dependency-groups | minor | `==4.31.0 ` -> `==4.32.0` | `4.34.1` (+2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/tox-dev/tox/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tox-dev/tox) | --- ### Release Notes <details> <summary>tox-dev/tox (tox)</summary> ### [`v4.32.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.32.0) [Compare Source](https://redirect.github.com/tox-dev/tox/compare/4.31.0...4.32.0) <!-- Release notes generated using configuration in .github/release.yml at 4.32.0 --> #### What's Changed - docs: Add Python 3.14 and 3.14t to config examples by [@&#8203;cclauss](https://redirect.github.com/cclauss) in [#&#8203;3626](https://redirect.github.com/tox-dev/tox/pull/3626) - Fix broken log message (in that branch it did not match the arguments). by [@&#8203;ionelmc](https://redirect.github.com/ionelmc) in [#&#8203;3634](https://redirect.github.com/tox-dev/tox/pull/3634) - Allow braced range syntax in internal sections of tox.ini file by [@&#8203;marcosboger](https://redirect.github.com/marcosboger) in [#&#8203;3631](https://redirect.github.com/tox-dev/tox/pull/3631) - fix: ensure log folder is created before writing the execution logs by [@&#8203;ssbarnea](https://redirect.github.com/ssbarnea) in [#&#8203;3633](https://redirect.github.com/tox-dev/tox/pull/3633) - TST: add weekly compatibility checks for CPython 3.15 by [@&#8203;neutrinoceros](https://redirect.github.com/neutrinoceros) in [#&#8203;3629](https://redirect.github.com/tox-dev/tox/pull/3629) #### New Contributors - [@&#8203;ionelmc](https://redirect.github.com/ionelmc) made their first contribution in [#&#8203;3634](https://redirect.github.com/tox-dev/tox/pull/3634) - [@&#8203;marcosboger](https://redirect.github.com/marcosboger) made their first contribution in [#&#8203;3631](https://redirect.github.com/tox-dev/tox/pull/3631) - [@&#8203;neutrinoceros](https://redirect.github.com/neutrinoceros) made their first contribution in [#&#8203;3629](https://redirect.github.com/tox-dev/tox/pull/3629) **Full Changelog**: <tox-dev/tox@4.31.0...4.32.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent e296ba7 commit 8ca33d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dev = [
5656
"pre-commit==4.5.1; python_full_version >= '3.9'",
5757
"liccheck==0.9.2",
5858
"python-dotenv==1.2.1",
59-
"tox==4.31.0 ; python_full_version >= '3.10'",
60-
"tox<4.31.0 ; python_full_version < '3.10'",
59+
"tox==4.32.0; python_full_version >= '3.10'",
60+
"tox<4.32.1; python_full_version < '3.10'",
6161
"django-debug-toolbar==5.2.0",
6262
"django-stubs==5.2.7 ; python_full_version >= '3.10'",
6363
"licensecheck==2025.1.0",

0 commit comments

Comments
 (0)