Skip to content

Commit ae6e340

Browse files
chore(deps): update dependency tox to v4.39.0 (#947)
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.38.0` β†’ `==4.39.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.39.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.38.0/4.39.0?slim=true) | --- ### Release Notes <details> <summary>tox-dev/tox (tox)</summary> ### [`v4.39.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.39.0) [Compare Source](https://redirect.github.com/tox-dev/tox/compare/4.38.0...4.39.0) <!-- Release notes generated using configuration in .github/release.yml at 4.39.0 --> #### What's Changed - πŸ› fix(ci): suppress Pygments DeprecationWarning on Python 3.15 by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3733](https://redirect.github.com/tox-dev/tox/pull/3733) - πŸ› fix(deps): apply --force-dep to package metadata dependencies by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3734](https://redirect.github.com/tox-dev/tox/pull/3734) - fix(ci): drop module scope from commonprefix warning filter by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3735](https://redirect.github.com/tox-dev/tox/pull/3735) - πŸ› fix(config): resolve overrides with alias config keys by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3736](https://redirect.github.com/tox-dev/tox/pull/3736) - πŸ› fix(config): set\_env cross-section substitution loses values by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3737](https://redirect.github.com/tox-dev/tox/pull/3737) - πŸ› fix(legacy): --parallel-no-spinner no longer suppresses output by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3738](https://redirect.github.com/tox-dev/tox/pull/3738) - πŸ› fix(config): set\_env cross-section substitution precedence by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3739](https://redirect.github.com/tox-dev/tox/pull/3739) - πŸ› fix(config): set\_env file| no longer overrides later values by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3740](https://redirect.github.com/tox-dev/tox/pull/3740) - πŸ› fix(config): setup.cfg without \[tox:tox] no longer blocks discovery by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3742](https://redirect.github.com/tox-dev/tox/pull/3742) - πŸ› fix(env): posargs with colon no longer crash inactive envs by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3744](https://redirect.github.com/tox-dev/tox/pull/3744) - πŸ› fix(provision): skip requires with false environment markers by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3745](https://redirect.github.com/tox-dev/tox/pull/3745) - πŸ› fix(config): env variable substitution in package envs by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3746](https://redirect.github.com/tox-dev/tox/pull/3746) - πŸ› fix(config): set\_env substitution honors skip\_missing\_interpreters by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3747](https://redirect.github.com/tox-dev/tox/pull/3747) - πŸ› fix(config): resolve cross-section refs in caller context by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3748](https://redirect.github.com/tox-dev/tox/pull/3748) - πŸ› fix(config): break changedir/posargs circular dependency by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3749](https://redirect.github.com/tox-dev/tox/pull/3749) - πŸ› fix(cli): support brace expansion in -e flag by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3750](https://redirect.github.com/tox-dev/tox/pull/3750) - πŸ› fix(config): factor filter fallback to default value by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3751](https://redirect.github.com/tox-dev/tox/pull/3751) - πŸ› fix(env): preserve shared pkg env on recreate by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3752](https://redirect.github.com/tox-dev/tox/pull/3752) - πŸ› fix(env): reject partial testenv section matches by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3753](https://redirect.github.com/tox-dev/tox/pull/3753) - πŸ› fix(config): support base inherit in TOML format by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3754](https://redirect.github.com/tox-dev/tox/pull/3754) - πŸ› fix(cli): make multiple -e flags additive by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3755](https://redirect.github.com/tox-dev/tox/pull/3755) - πŸ› fix(provision): serialize concurrent provisioning by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3756](https://redirect.github.com/tox-dev/tox/pull/3756) - πŸ“ docs: document interactive terminal programs limitation by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3757](https://redirect.github.com/tox-dev/tox/pull/3757) - πŸ› fix(config): defer TOML set\_env string substitution by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3759](https://redirect.github.com/tox-dev/tox/pull/3759) - πŸ› fix(config): handle cross-drive posargs on Windows by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3760](https://redirect.github.com/tox-dev/tox/pull/3760) - πŸ› fix(plugin): skip toxfile.py with unknown hooks by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3762](https://redirect.github.com/tox-dev/tox/pull/3762) - πŸ› fix(config): skip non-tox sections in env discovery by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3761](https://redirect.github.com/tox-dev/tox/pull/3761) - πŸ› fix(config): treat backslash-space as path separator on Windows by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3764](https://redirect.github.com/tox-dev/tox/pull/3764) - πŸ› fix(config): preserve colors in provisioned tox on Windows by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3765](https://redirect.github.com/tox-dev/tox/pull/3765) - create a cachedir.tag file in the tox work directory by [@&#8203;rahuldevikar](https://redirect.github.com/rahuldevikar) in [#&#8203;3763](https://redirect.github.com/tox-dev/tox/pull/3763) - πŸ› fix(execute): render ANSI colors from subprocesses on Windows by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3766](https://redirect.github.com/tox-dev/tox/pull/3766) - πŸ§ͺ test(config): verify unicode support in config files by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;3767](https://redirect.github.com/tox-dev/tox/pull/3767) **Full Changelog**: <tox-dev/tox@4.38.0...4.39.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:eyJjcmVhdGVkSW5WZXIiOiI0My4zNi4yIiwidXBkYXRlZEluVmVyIjoiNDMuMzYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1e2259 commit ae6e340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

β€Ž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.38.0 ; python_version >= "3.10"
4-
tox==4.38.0 ; python_version < "3.10"
3+
tox==4.39.0 ; python_version >= "3.10"
4+
tox==4.39.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)