Skip to content

Commit 2e964e3

Browse files
chore(deps): update dependency tox to v4.33.0 (#913)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [tox](https://redirect.github.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | `==4.32.0` → `==4.33.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.33.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.32.0/4.33.0?slim=true) | --- ### Release Notes <details> <summary>tox-dev/tox (tox)</summary> ### [`v4.33.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.33.0) [Compare Source](https://redirect.github.com/tox-dev/tox/compare/4.32.0...4.33.0) <!-- Release notes generated using configuration in .github/release.yml at 4.33.0 --> ##### What's Changed - Pass LOCALAPPDATA by default on Windows ([#&#8203;3639](https://redirect.github.com/tox-dev/tox/issues/3639)) by [@&#8203;clint-lawrence](https://redirect.github.com/clint-lawrence) in [#&#8203;3640](https://redirect.github.com/tox-dev/tox/pull/3640) - Docs: Add caution about ranges like `py{39-314}` by [@&#8203;ferdnyc](https://redirect.github.com/ferdnyc) in [#&#8203;3652](https://redirect.github.com/tox-dev/tox/pull/3652) - CLI Parser: Drop epilog message for Sphinx help by [@&#8203;ferdnyc](https://redirect.github.com/ferdnyc) in [#&#8203;3653](https://redirect.github.com/tox-dev/tox/pull/3653) - 📚 Integrate `sphinx-issues` extension by [@&#8203;webknjaz](https://redirect.github.com/webknjaz) in [#&#8203;3655](https://redirect.github.com/tox-dev/tox/pull/3655) - Fix sphinx doc build by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3662](https://redirect.github.com/tox-dev/tox/pull/3662) - feat: add conditional set\_env support via PEP-496 markers by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3663](https://redirect.github.com/tox-dev/tox/pull/3663) ##### New Contributors - [@&#8203;clint-lawrence](https://redirect.github.com/clint-lawrence) made their first contribution in [#&#8203;3640](https://redirect.github.com/tox-dev/tox/pull/3640) - [@&#8203;ferdnyc](https://redirect.github.com/ferdnyc) made their first contribution in [#&#8203;3652](https://redirect.github.com/tox-dev/tox/pull/3652) **Full Changelog**: <tox-dev/tox@4.32.0...4.33.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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0273302 commit 2e964e3

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.32.0 ; python_version >= "3.10"
4-
tox==4.32.0 ; python_version < "3.10"
3+
tox==4.33.0 ; python_version >= "3.10"
4+
tox==4.33.0 ; python_version < "3.10"
55
wheel==0.46.1
66
Sphinx==9.0.4 ; python_version >= "3.11"
77
Sphinx==7.4.7 ; python_version < "3.11"

0 commit comments

Comments
 (0)