Skip to content

Commit

Permalink
chore(deps): update dependency tox to v4.22.0 (#211)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [tox](https://redirect.github.com/tox-dev/tox)
([changelog](https://tox.wiki/en/latest/changelog.html)) | dev | minor |
`4.11.4` -> `4.22.0` | `4.23.2` (+2) |

---

### Release Notes

<details>
<summary>tox-dev/tox (tox)</summary>

###
[`v4.22.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.22.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.21.2...4.22.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.22.0 -->

#### What's Changed

- Fix the fix environment definition by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3407](https://redirect.github.com/tox-dev/tox/pull/3407)
- Expose type checking dependencies into an extra by
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea) in
[https://github.com/tox-dev/tox/pull/3404](https://redirect.github.com/tox-dev/tox/pull/3404)
- Add dependency-groups support (PEP-735) by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3409](https://redirect.github.com/tox-dev/tox/pull/3409)

**Full Changelog**:
tox-dev/tox@4.21.2...4.22.0

###
[`v4.21.2`](https://redirect.github.com/tox-dev/tox/releases/tag/4.21.2)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.21.1...4.21.2)

<!-- Release notes generated using configuration in .github/release.yml
at 4.21.2 -->

#### What's Changed

- Update sdist rules to include `tox.toml`
([#&#8203;3389](https://redirect.github.com/tox-dev/tox/issues/3389)) by
[@&#8203;mgorny](https://redirect.github.com/mgorny) in
[https://github.com/tox-dev/tox/pull/3390](https://redirect.github.com/tox-dev/tox/pull/3390)

**Full Changelog**:
tox-dev/tox@4.21.1...4.21.2

###
[`v4.21.1`](https://redirect.github.com/tox-dev/tox/releases/tag/4.21.1)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.21.0...4.21.1)

<!-- Release notes generated using configuration in .github/release.yml
at 4.21.1 -->

#### What's Changed

- Fix TOML configuration errors by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3388](https://redirect.github.com/tox-dev/tox/pull/3388)

**Full Changelog**:
tox-dev/tox@4.21.0...4.21.1

###
[`v4.21.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.21.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.20.0...4.21.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.21.0 -->

#### What's Changed

- Update Loader docs by
[@&#8203;ziima](https://redirect.github.com/ziima) in
[https://github.com/tox-dev/tox/pull/3352](https://redirect.github.com/tox-dev/tox/pull/3352)
- True TOML config support by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3353](https://redirect.github.com/tox-dev/tox/pull/3353)

**Full Changelog**:
tox-dev/tox@4.20.0...4.21.0

###
[`v4.20.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.20.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.19.0...4.20.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.20.0 -->

#### What's Changed

- Separate list dependencies to a separate installer class by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3347](https://redirect.github.com/tox-dev/tox/pull/3347)

**Full Changelog**:
tox-dev/tox@4.19.0...4.20.0

###
[`v4.19.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.19.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.18.1...4.19.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.19.0 -->

#### What's Changed

- Add pypy-major.minor environment name support by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3346](https://redirect.github.com/tox-dev/tox/pull/3346)

**Full Changelog**:
tox-dev/tox@4.18.1...4.19.0

###
[`v4.18.1`](https://redirect.github.com/tox-dev/tox/releases/tag/4.18.1)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.18.0...4.18.1)

<!-- Release notes generated using configuration in .github/release.yml
at 4.18.1 -->

#### What's Changed

- Fixup the spec string for sys.executable by
[@&#8203;hroncok](https://redirect.github.com/hroncok) in
[https://github.com/tox-dev/tox/pull/3327](https://redirect.github.com/tox-dev/tox/pull/3327)
- Fix issue link in changelog by
[@&#8203;schlamar](https://redirect.github.com/schlamar) in
[https://github.com/tox-dev/tox/pull/3332](https://redirect.github.com/tox-dev/tox/pull/3332)
- Properly document the `tox_env_teardown` hook by
[@&#8203;kemzeb](https://redirect.github.com/kemzeb) in
[https://github.com/tox-dev/tox/pull/3333](https://redirect.github.com/tox-dev/tox/pull/3333)
- Add 3.13 to CI and bump deps by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3339](https://redirect.github.com/tox-dev/tox/pull/3339)

#### New Contributors

- [@&#8203;schlamar](https://redirect.github.com/schlamar) made their
first contribution in
[https://github.com/tox-dev/tox/pull/3332](https://redirect.github.com/tox-dev/tox/pull/3332)
- [@&#8203;kemzeb](https://redirect.github.com/kemzeb) made their first
contribution in
[https://github.com/tox-dev/tox/pull/3333](https://redirect.github.com/tox-dev/tox/pull/3333)

**Full Changelog**:
tox-dev/tox@4.18.0...4.18.1

###
[`v4.18.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.18.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.17.1...4.18.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.18.0 -->

#### What's Changed

- Fix
[#&#8203;3278](https://redirect.github.com/tox-dev/tox/issues/3278) -
Boost temporary directories cleanup in tests by
[@&#8203;ziima](https://redirect.github.com/ziima) in
[https://github.com/tox-dev/tox/pull/3323](https://redirect.github.com/tox-dev/tox/pull/3323)
- Fix absolute base python paths conflicting by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3325](https://redirect.github.com/tox-dev/tox/pull/3325)
- Fix
[#&#8203;3318](https://redirect.github.com/tox-dev/tox/issues/3318) -
Suppress spinner in parallel runs in CI by
[@&#8203;ziima](https://redirect.github.com/ziima) in
[https://github.com/tox-dev/tox/pull/3321](https://redirect.github.com/tox-dev/tox/pull/3321)

**Full Changelog**:
tox-dev/tox@4.17.1...4.18.0

###
[`v4.17.1`](https://redirect.github.com/tox-dev/tox/releases/tag/4.17.1)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.17.0...4.17.1)

<!-- Release notes generated using configuration in .github/release.yml
at 4.17.1 -->

#### What's Changed

- Restore limited `<major>.<minor>` environment name support by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3319](https://redirect.github.com/tox-dev/tox/pull/3319)
- fix(tox_env.python): do not process absolute paths to interpreter as
PythonSpec by
[@&#8203;paveldikov](https://redirect.github.com/paveldikov) in
[https://github.com/tox-dev/tox/pull/3311](https://redirect.github.com/tox-dev/tox/pull/3311)

#### New Contributors

- [@&#8203;paveldikov](https://redirect.github.com/paveldikov) made
their first contribution in
[https://github.com/tox-dev/tox/pull/3311](https://redirect.github.com/tox-dev/tox/pull/3311)

**Full Changelog**:
tox-dev/tox@4.17.0...4.17.1

###
[`v4.17.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.17.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.16.0...4.17.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.17.0 -->

#### What's Changed

- Fix user guide system overview so nodes don't overlap. by
[@&#8203;Tom01098](https://redirect.github.com/Tom01098) in
[https://github.com/tox-dev/tox/pull/3307](https://redirect.github.com/tox-dev/tox/pull/3307)
- Table with list of default env vars per OS by
[@&#8203;seyidaniels](https://redirect.github.com/seyidaniels) in
[https://github.com/tox-dev/tox/pull/3291](https://redirect.github.com/tox-dev/tox/pull/3291)
- Add GraalPy and test both GraalPy and Jython env identifiers by
[@&#8203;timfel](https://redirect.github.com/timfel) in
[https://github.com/tox-dev/tox/pull/3312](https://redirect.github.com/tox-dev/tox/pull/3312)
- Add on platform constat to core by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3315](https://redirect.github.com/tox-dev/tox/pull/3315)

#### New Contributors

- [@&#8203;Tom01098](https://redirect.github.com/Tom01098) made their
first contribution in
[https://github.com/tox-dev/tox/pull/3307](https://redirect.github.com/tox-dev/tox/pull/3307)
- [@&#8203;timfel](https://redirect.github.com/timfel) made their first
contribution in
[https://github.com/tox-dev/tox/pull/3312](https://redirect.github.com/tox-dev/tox/pull/3312)

**Full Changelog**:
tox-dev/tox@4.16.0...4.17.0

###
[`v4.16.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.16.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.15.1...4.16.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.16.0 -->

#### What's Changed

- Fix two small documentation issues by
[@&#8203;srenfo](https://redirect.github.com/srenfo) in
[https://github.com/tox-dev/tox/pull/3297](https://redirect.github.com/tox-dev/tox/pull/3297)
- Fix tests after new setuptools by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3299](https://redirect.github.com/tox-dev/tox/pull/3299)
- Add `windir` to the default list of `pass_env` variables on Windows by
[@&#8203;kurtmckee](https://redirect.github.com/kurtmckee) in
[https://github.com/tox-dev/tox/pull/3303](https://redirect.github.com/tox-dev/tox/pull/3303)

#### New Contributors

- [@&#8203;srenfo](https://redirect.github.com/srenfo) made their first
contribution in
[https://github.com/tox-dev/tox/pull/3297](https://redirect.github.com/tox-dev/tox/pull/3297)

**Full Changelog**:
tox-dev/tox@4.15.1...4.16.0

###
[`v4.15.1`](https://redirect.github.com/tox-dev/tox/releases/tag/4.15.1)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.15.0...4.15.1)

<!-- Release notes generated using configuration in .github/release.yml
at 4.15.1 -->

#### What's Changed

- fix skip with package = wheel by
[@&#8203;MarcinKonowalczyk](https://redirect.github.com/MarcinKonowalczyk)
in
[https://github.com/tox-dev/tox/pull/3269](https://redirect.github.com/tox-dev/tox/pull/3269)
- Fixed typo in user guide. by
[@&#8203;carltongibson](https://redirect.github.com/carltongibson) in
[https://github.com/tox-dev/tox/pull/3277](https://redirect.github.com/tox-dev/tox/pull/3277)
- Fix broad build privileges @&#8203; GHA release workflow by
[@&#8203;webknjaz](https://redirect.github.com/webknjaz) in
[https://github.com/tox-dev/tox/pull/3281](https://redirect.github.com/tox-dev/tox/pull/3281)
- Allow `ConfigSet.add_config` to receive parameterized generics for
`of_type`. by [@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
in
[https://github.com/tox-dev/tox/pull/3288](https://redirect.github.com/tox-dev/tox/pull/3288)
- Fix section substitution with setenv by
[@&#8203;JJLLWW](https://redirect.github.com/JJLLWW) in
[https://github.com/tox-dev/tox/pull/3289](https://redirect.github.com/tox-dev/tox/pull/3289)

#### New Contributors

-
[@&#8203;MarcinKonowalczyk](https://redirect.github.com/MarcinKonowalczyk)
made their first contribution in
[https://github.com/tox-dev/tox/pull/3269](https://redirect.github.com/tox-dev/tox/pull/3269)
- [@&#8203;carltongibson](https://redirect.github.com/carltongibson)
made their first contribution in
[https://github.com/tox-dev/tox/pull/3277](https://redirect.github.com/tox-dev/tox/pull/3277)
- [@&#8203;JJLLWW](https://redirect.github.com/JJLLWW) made their first
contribution in
[https://github.com/tox-dev/tox/pull/3289](https://redirect.github.com/tox-dev/tox/pull/3289)

**Full Changelog**:
tox-dev/tox@4.15.0...4.15.1

###
[`v4.15.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.15.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.14.2...4.15.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.15.0 -->

#### What's Changed

- Remove duplicated and misleading configuration section by
[@&#8203;jugmac00](https://redirect.github.com/jugmac00) in
[https://github.com/tox-dev/tox/pull/3251](https://redirect.github.com/tox-dev/tox/pull/3251)
- Fix dropped leading characters `c` from constraints' packages by
[@&#8203;jugmac00](https://redirect.github.com/jugmac00) in
[https://github.com/tox-dev/tox/pull/3250](https://redirect.github.com/tox-dev/tox/pull/3250)
- Fix type-checking by
[@&#8203;stefanor](https://redirect.github.com/stefanor) in
[https://github.com/tox-dev/tox/pull/3260](https://redirect.github.com/tox-dev/tox/pull/3260)
- Update installation.rst by
[@&#8203;shenxianpeng](https://redirect.github.com/shenxianpeng) in
[https://github.com/tox-dev/tox/pull/3257](https://redirect.github.com/tox-dev/tox/pull/3257)
- Allow appending to deps with the command line by
[@&#8203;stefanor](https://redirect.github.com/stefanor) in
[https://github.com/tox-dev/tox/pull/3259](https://redirect.github.com/tox-dev/tox/pull/3259)
- Support multiple override appends by
[@&#8203;amitschang](https://redirect.github.com/amitschang) in
[https://github.com/tox-dev/tox/pull/3261](https://redirect.github.com/tox-dev/tox/pull/3261)
- Add bang to invert exit code by
[@&#8203;sillydan1](https://redirect.github.com/sillydan1) in
[https://github.com/tox-dev/tox/pull/3271](https://redirect.github.com/tox-dev/tox/pull/3271)
- fix(parser): Fix --discover parsed incorrectly from env by
[@&#8203;mimre25](https://redirect.github.com/mimre25) in
[https://github.com/tox-dev/tox/pull/3274](https://redirect.github.com/tox-dev/tox/pull/3274)

#### New Contributors

- [@&#8203;shenxianpeng](https://redirect.github.com/shenxianpeng) made
their first contribution in
[https://github.com/tox-dev/tox/pull/3257](https://redirect.github.com/tox-dev/tox/pull/3257)
- [@&#8203;amitschang](https://redirect.github.com/amitschang) made
their first contribution in
[https://github.com/tox-dev/tox/pull/3261](https://redirect.github.com/tox-dev/tox/pull/3261)
- [@&#8203;sillydan1](https://redirect.github.com/sillydan1) made their
first contribution in
[https://github.com/tox-dev/tox/pull/3271](https://redirect.github.com/tox-dev/tox/pull/3271)
- [@&#8203;mimre25](https://redirect.github.com/mimre25) made their
first contribution in
[https://github.com/tox-dev/tox/pull/3274](https://redirect.github.com/tox-dev/tox/pull/3274)

**Full Changelog**:
tox-dev/tox@4.14.2...4.15.0

###
[`v4.14.2`](https://redirect.github.com/tox-dev/tox/releases/tag/4.14.2)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.14.1...4.14.2)

<!-- Release notes generated using configuration in .github/release.yml
at 4.14.2 -->

#### What's Changed

- Removed unneeded line by
[@&#8203;reinout](https://redirect.github.com/reinout) in
[https://github.com/tox-dev/tox/pull/3241](https://redirect.github.com/tox-dev/tox/pull/3241)
- Add missing space by
[@&#8203;droctothorpe](https://redirect.github.com/droctothorpe) in
[https://github.com/tox-dev/tox/pull/3243](https://redirect.github.com/tox-dev/tox/pull/3243)
- Add Provision Arguments to ToxParser by
[@&#8203;seyidaniels](https://redirect.github.com/seyidaniels) in
[https://github.com/tox-dev/tox/pull/3246](https://redirect.github.com/tox-dev/tox/pull/3246)

#### New Contributors

- [@&#8203;reinout](https://redirect.github.com/reinout) made their
first contribution in
[https://github.com/tox-dev/tox/pull/3241](https://redirect.github.com/tox-dev/tox/pull/3241)
- [@&#8203;droctothorpe](https://redirect.github.com/droctothorpe) made
their first contribution in
[https://github.com/tox-dev/tox/pull/3243](https://redirect.github.com/tox-dev/tox/pull/3243)
- [@&#8203;seyidaniels](https://redirect.github.com/seyidaniels) made
their first contribution in
[https://github.com/tox-dev/tox/pull/3246](https://redirect.github.com/tox-dev/tox/pull/3246)

**Full Changelog**:
tox-dev/tox@4.14.1...4.14.2

###
[`v4.14.1`](https://redirect.github.com/tox-dev/tox/releases/tag/4.14.1)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.14.0...4.14.1)

<!-- Release notes generated using configuration in .github/release.yml
at 4.14.1 -->

#### What's Changed

- Fix fresh subprocesses and allow duplicate register config calls for
the core set only by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3237](https://redirect.github.com/tox-dev/tox/pull/3237)

**Full Changelog**:
tox-dev/tox@4.14.0...4.14.1

###
[`v4.14.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.14.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.13.0...4.14.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.14.0 -->

#### What's Changed

- Fix issue/PR number in 4.13.0 changelog by
[@&#8203;hroncok](https://redirect.github.com/hroncok) in
[https://github.com/tox-dev/tox/pull/3223](https://redirect.github.com/tox-dev/tox/pull/3223)
- Fix linkcheck failing by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3229](https://redirect.github.com/tox-dev/tox/pull/3229)
- Support fresh subprocess for build backends by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3233](https://redirect.github.com/tox-dev/tox/pull/3233)
- Allow plugins to attach data to --version by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3234](https://redirect.github.com/tox-dev/tox/pull/3234)

**Full Changelog**:
tox-dev/tox@4.13.0...4.14.0

###
[`v4.13.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.13.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.12.1...4.13.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.13.0 -->

#### What's Changed

- Document usage of Pytest with Tox as a FAQ entry by
[@&#8203;faph](https://redirect.github.com/faph) in
[https://github.com/tox-dev/tox/pull/3192](https://redirect.github.com/tox-dev/tox/pull/3192)
- docs/config.rst: State in config directive sections their ini file
sections by [@&#8203;0cjs](https://redirect.github.com/0cjs) in
[https://github.com/tox-dev/tox/pull/3194](https://redirect.github.com/tox-dev/tox/pull/3194)
- .gitignore: Add /tests/demo_pkg_inline/.tox/ by
[@&#8203;0cjs](https://redirect.github.com/0cjs) in
[https://github.com/tox-dev/tox/pull/3198](https://redirect.github.com/tox-dev/tox/pull/3198)
- docs/development: Summarise important points experienced devs need to
know by [@&#8203;0cjs](https://redirect.github.com/0cjs) in
[https://github.com/tox-dev/tox/pull/3197](https://redirect.github.com/tox-dev/tox/pull/3197)
- Add tests for CliEnv by
[@&#8203;0cjs](https://redirect.github.com/0cjs) in
[https://github.com/tox-dev/tox/pull/3204](https://redirect.github.com/tox-dev/tox/pull/3204)
- Document how CliEnv works by
[@&#8203;0cjs](https://redirect.github.com/0cjs) in
[https://github.com/tox-dev/tox/pull/3206](https://redirect.github.com/tox-dev/tox/pull/3206)
- docs/development "Key points": Two updates and general improvement by
[@&#8203;0cjs](https://redirect.github.com/0cjs) in
[https://github.com/tox-dev/tox/pull/3205](https://redirect.github.com/tox-dev/tox/pull/3205)
- session.env_select.CliEnv: Document and test spaces behaviour by
[@&#8203;0cjs](https://redirect.github.com/0cjs) in
[https://github.com/tox-dev/tox/pull/3208](https://redirect.github.com/tox-dev/tox/pull/3208)
- config.cli.test_cli_ini: Re-order for clarity (textual moves only) by
[@&#8203;0cjs](https://redirect.github.com/0cjs) in
[https://github.com/tox-dev/tox/pull/3209](https://redirect.github.com/tox-dev/tox/pull/3209)
- Revert previous "precommit autoupdate
([#&#8203;3214](https://redirect.github.com/tox-dev/tox/issues/3214))"
commit; it's broken by [@&#8203;0cjs](https://redirect.github.com/0cjs)
in
[https://github.com/tox-dev/tox/pull/3215](https://redirect.github.com/tox-dev/tox/pull/3215)
- Extract packaging virtualenv code to its own class by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3221](https://redirect.github.com/tox-dev/tox/pull/3221)

#### New Contributors

- [@&#8203;faph](https://redirect.github.com/faph) made their first
contribution in
[https://github.com/tox-dev/tox/pull/3192](https://redirect.github.com/tox-dev/tox/pull/3192)
- [@&#8203;0cjs](https://redirect.github.com/0cjs) made their first
contribution in
[https://github.com/tox-dev/tox/pull/3194](https://redirect.github.com/tox-dev/tox/pull/3194)

**Full Changelog**:
tox-dev/tox@4.12.1...4.13.0

###
[`v4.12.1`](https://redirect.github.com/tox-dev/tox/releases/tag/4.12.1)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.12.0...4.12.1)

<!-- Release notes generated using configuration in .github/release.yml
at 4.12.1 -->

#### What's Changed

- Fix tox version requirement in docs by
[@&#8203;Viicos](https://redirect.github.com/Viicos) in
[https://github.com/tox-dev/tox/pull/3184](https://redirect.github.com/tox-dev/tox/pull/3184)
- [#&#8203;3165](https://redirect.github.com/tox-dev/tox/issues/3165)
fixed Tox failing with --installpkg and multi testenvs by
[@&#8203;Stefanhg](https://redirect.github.com/Stefanhg) in
[https://github.com/tox-dev/tox/pull/3186](https://redirect.github.com/tox-dev/tox/pull/3186)

#### New Contributors

- [@&#8203;Viicos](https://redirect.github.com/Viicos) made their first
contribution in
[https://github.com/tox-dev/tox/pull/3184](https://redirect.github.com/tox-dev/tox/pull/3184)

**Full Changelog**:
tox-dev/tox@4.12.0...4.12.1

###
[`v4.12.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.12.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.11.4...4.12.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.12.0 -->

#### What's Changed

- Exclude bots from generated release notes by
[@&#8203;hugovk](https://redirect.github.com/hugovk) in
[https://github.com/tox-dev/tox/pull/3163](https://redirect.github.com/tox-dev/tox/pull/3163)
- Imply `--parallel` when `--parallel-no-spinner` is passed by
[@&#8203;tusharsadhwani](https://redirect.github.com/tusharsadhwani) in
[https://github.com/tox-dev/tox/pull/3159](https://redirect.github.com/tox-dev/tox/pull/3159)
- Fix 'open an issue' link in development.rst by
[@&#8203;TheRealFalcon](https://redirect.github.com/TheRealFalcon) in
[https://github.com/tox-dev/tox/pull/3179](https://redirect.github.com/tox-dev/tox/pull/3179)
- Fix the CI by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3183](https://redirect.github.com/tox-dev/tox/pull/3183)
- Always pass FORCE_COLOR & NO_COLOR to the environment by
[@&#8203;hashar](https://redirect.github.com/hashar) in
[https://github.com/tox-dev/tox/pull/3172](https://redirect.github.com/tox-dev/tox/pull/3172)

#### New Contributors

- [@&#8203;tusharsadhwani](https://redirect.github.com/tusharsadhwani)
made their first contribution in
[https://github.com/tox-dev/tox/pull/3159](https://redirect.github.com/tox-dev/tox/pull/3159)
- [@&#8203;TheRealFalcon](https://redirect.github.com/TheRealFalcon)
made their first contribution in
[https://github.com/tox-dev/tox/pull/3179](https://redirect.github.com/tox-dev/tox/pull/3179)

**Full Changelog**:
tox-dev/tox@4.11.4...4.12.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] authored Nov 5, 2024
1 parent ea710d4 commit f6b265e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pre-commit = { version = "4.0.1", python = ">=3.9" }
liccheck = "0.9.2"
isort = "5.13.0"
python-dotenv = "1.0.1"
tox = "4.11.4"
tox = "4.22.0"
django-debug-toolbar = "4.3.0"
django-stubs = "4.2.7"

Expand Down

0 comments on commit f6b265e

Please sign in to comment.