Skip to content

Commit ad71980

Browse files
chore(deps): update dependency tox to v4.35.0 (#937)
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.34.1` → `==4.35.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.35.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.34.1/4.35.0?slim=true) | --- ### Release Notes <details> <summary>tox-dev/tox (tox)</summary> ### [`v4.35.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.35.0) [Compare Source](https://redirect.github.com/tox-dev/tox/compare/4.34.1...4.35.0) <!-- Release notes generated using configuration in .github/release.yml at 4.35.0 --> #### What's Changed - docs: fix misleading ENVDIR reference in devenv description by [@&#8203;VedantMadane](https://redirect.github.com/VedantMadane) in [#&#8203;3670](https://redirect.github.com/tox-dev/tox/pull/3670) - Fix CI post packaging releese by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3673](https://redirect.github.com/tox-dev/tox/pull/3673) - Fix code block format in docs/plugins.rst by [@&#8203;mushitoriami](https://redirect.github.com/mushitoriami) in [#&#8203;3675](https://redirect.github.com/tox-dev/tox/pull/3675) - fix(docs): correct path for built documentation by [@&#8203;daniel7an](https://redirect.github.com/daniel7an) in [#&#8203;3680](https://redirect.github.com/tox-dev/tox/pull/3680) - Document injected environment variables by [@&#8203;rahuldevikar](https://redirect.github.com/rahuldevikar) in [#&#8203;3681](https://redirect.github.com/tox-dev/tox/pull/3681) - Show toxfile.py inline plugin in --version output by [@&#8203;rahuldevikar](https://redirect.github.com/rahuldevikar) in [#&#8203;3682](https://redirect.github.com/tox-dev/tox/pull/3682) #### New Contributors - [@&#8203;VedantMadane](https://redirect.github.com/VedantMadane) made their first contribution in [#&#8203;3670](https://redirect.github.com/tox-dev/tox/pull/3670) - [@&#8203;mushitoriami](https://redirect.github.com/mushitoriami) made their first contribution in [#&#8203;3675](https://redirect.github.com/tox-dev/tox/pull/3675) - [@&#8203;daniel7an](https://redirect.github.com/daniel7an) made their first contribution in [#&#8203;3680](https://redirect.github.com/tox-dev/tox/pull/3680) - [@&#8203;rahuldevikar](https://redirect.github.com/rahuldevikar) made their first contribution in [#&#8203;3681](https://redirect.github.com/tox-dev/tox/pull/3681) **Full Changelog**: <tox-dev/tox@4.34.1...4.35.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS4xMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1LjExIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11fdf4c commit ad71980

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.34.1 ; python_version >= "3.10"
4-
tox==4.34.1 ; python_version < "3.10"
3+
tox==4.35.0 ; python_version >= "3.10"
4+
tox==4.35.0 ; python_version < "3.10"
55
wheel==0.46.3
66
Sphinx==9.0.4 ; python_version >= "3.11"
77
Sphinx==7.4.7 ; python_version < "3.11"

0 commit comments

Comments
 (0)