Skip to content

Commit ba6b6ba

Browse files
chore(deps): update dependency tox to v4.32.0 (#875)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [tox](https://redirect.github.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | `==4.30.3` -> `==4.32.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.30.3/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [tox](https://redirect.github.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | `==4.31.0` -> `==4.32.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.31.0/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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> ### [`v4.31.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.31.0) [Compare Source](https://redirect.github.com/tox-dev/tox/compare/4.30.3...4.31.0) <!-- Release notes generated using configuration in .github/release.yml at 4.31.0 --> #### What's Changed - Address a type-conversion noted during doc builds by [@&#8203;kurtmckee](https://redirect.github.com/kurtmckee) in [#&#8203;3623](https://redirect.github.com/tox-dev/tox/pull/3623) - Add 3.14, drop 3.9 and support | union style by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3624](https://redirect.github.com/tox-dev/tox/pull/3624) **Full Changelog**: <tox-dev/tox@4.30.3...4.31.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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5fc9c18 commit ba6b6ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
-r requirements-test.txt
3-
tox==4.31.0 ; python_version >= "3.10"
4-
tox==4.30.3 ; python_version < "3.10"
3+
tox==4.32.0 ; python_version >= "3.10"
4+
tox==4.32.0 ; python_version < "3.10"
55
wheel==0.46.1
66
Sphinx==7.4.7
77
sphinx-rtd-theme==3.0.2

0 commit comments

Comments
 (0)