Skip to content

Commit c70be87

Browse files
chore(deps): update dependency tox to v4.24.2 (#778)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tox](https://redirect.github.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | `==4.24.1` -> `==4.24.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/tox/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/tox/4.24.1/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.24.1/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tox-dev/tox (tox)</summary> ### [`v4.24.2`](https://redirect.github.com/tox-dev/tox/releases/tag/4.24.2) [Compare Source](https://redirect.github.com/tox-dev/tox/compare/4.24.1...4.24.2) <!-- Release notes generated using configuration in .github/release.yml at 4.24.2 --> #### What's Changed - TOX-3117 bugfix -c pyproject with non legacy by [@&#8203;AdrianCert](https://redirect.github.com/AdrianCert) in [https://github.com/tox-dev/tox/pull/3471](https://redirect.github.com/tox-dev/tox/pull/3471) - fix(docs): update expected code by [@&#8203;gforcada](https://redirect.github.com/gforcada) in [https://github.com/tox-dev/tox/pull/3480](https://redirect.github.com/tox-dev/tox/pull/3480) - Add missing bracket in config example by [@&#8203;jodal](https://redirect.github.com/jodal) in [https://github.com/tox-dev/tox/pull/3481](https://redirect.github.com/tox-dev/tox/pull/3481) - Gh issue 3456 update environment variable documentation by [@&#8203;jugmac00](https://redirect.github.com/jugmac00) in [https://github.com/tox-dev/tox/pull/3482](https://redirect.github.com/tox-dev/tox/pull/3482) - fix: Respect `--parallel N` with `--parallel-no-spinner` by [@&#8203;tusharsadhwani](https://redirect.github.com/tusharsadhwani) in [https://github.com/tox-dev/tox/pull/3495](https://redirect.github.com/tox-dev/tox/pull/3495) - TOML set_env file support by [@&#8203;juditnovak](https://redirect.github.com/juditnovak) in [https://github.com/tox-dev/tox/pull/3478](https://redirect.github.com/tox-dev/tox/pull/3478) #### New Contributors - [@&#8203;AdrianCert](https://redirect.github.com/AdrianCert) made their first contribution in [https://github.com/tox-dev/tox/pull/3471](https://redirect.github.com/tox-dev/tox/pull/3471) - [@&#8203;gforcada](https://redirect.github.com/gforcada) made their first contribution in [https://github.com/tox-dev/tox/pull/3480](https://redirect.github.com/tox-dev/tox/pull/3480) - [@&#8203;jodal](https://redirect.github.com/jodal) made their first contribution in [https://github.com/tox-dev/tox/pull/3481](https://redirect.github.com/tox-dev/tox/pull/3481) - [@&#8203;juditnovak](https://redirect.github.com/juditnovak) made their first contribution in [https://github.com/tox-dev/tox/pull/3478](https://redirect.github.com/tox-dev/tox/pull/3478) **Full Changelog**: tox-dev/tox@4.24.1...4.24.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2309203 commit c70be87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
-r requirements-test.txt
3-
tox==4.24.1
3+
tox==4.24.2
44
wheel==0.45.1
55
Sphinx==7.4.7
66
sphinx-rtd-theme==3.0.2

0 commit comments

Comments
 (0)