Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update tox-version (#161)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tox](https://github.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | `4.23.2` -> `4.24.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/tox/4.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/tox/4.23.2/4.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.23.2/4.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [tox-uv](https://github.com/tox-dev/tox-uv#tox-uv) ([changelog](https://github.com/tox-dev/tox-uv/releases)) | `1.17.0` -> `1.20.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/tox-uv/1.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/tox-uv/1.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/tox-uv/1.17.0/1.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox-uv/1.17.0/1.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tox-dev/tox (tox)</summary> ### [`v4.24.1`](https://github.com/tox-dev/tox/releases/tag/4.24.1) [Compare Source](https://github.com/tox-dev/tox/compare/4.24.0...4.24.1) <!-- Release notes generated using configuration in .github/release.yml at 4.24.1 --> #### What's Changed - Adds ability to configure stderr output color by [@​ssbarnea](https://github.com/ssbarnea) in [https://github.com/tox-dev/tox/pull/3426](https://github.com/tox-dev/tox/pull/3426) **Full Changelog**: tox-dev/tox@4.24.0...4.24.1 ### [`v4.24.0`](https://github.com/tox-dev/tox/releases/tag/4.24.0) [Compare Source](https://github.com/tox-dev/tox/compare/4.23.2...4.24.0) <!-- Release notes generated using configuration in .github/release.yml at 4.24.0 --> #### What's Changed - fix docs config typo by [@​wooshaun53](https://github.com/wooshaun53) in [https://github.com/tox-dev/tox/pull/3424](https://github.com/tox-dev/tox/pull/3424) - Allow users to disable use of pre-commit-uv by [@​ssbarnea](https://github.com/ssbarnea) in [https://github.com/tox-dev/tox/pull/3430](https://github.com/tox-dev/tox/pull/3430) - Pass nix-ld related variables by default in pass_env (fixes [#​3425](https://github.com/tox-dev/tox/issues/3425)) by [@​albertodonato](https://github.com/albertodonato) in [https://github.com/tox-dev/tox/pull/3434](https://github.com/tox-dev/tox/pull/3434) - Improve testenv docs consistency by [@​thatch](https://github.com/thatch) in [https://github.com/tox-dev/tox/pull/3440](https://github.com/tox-dev/tox/pull/3440) - Display exception name when subprocesses raise them by [@​ssbarnea](https://github.com/ssbarnea) in [https://github.com/tox-dev/tox/pull/3450](https://github.com/tox-dev/tox/pull/3450) - Fix the CI after setuptools 75.6 change by [@​gaborbernat](https://github.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3452](https://github.com/tox-dev/tox/pull/3452) - Update pre-commit hooks with mypy fix by [@​ssbarnea](https://github.com/ssbarnea) in [https://github.com/tox-dev/tox/pull/3454](https://github.com/tox-dev/tox/pull/3454) - Fix a typo in a code block in the User Guide by [@​bryant1410](https://github.com/bryant1410) in [https://github.com/tox-dev/tox/pull/3462](https://github.com/tox-dev/tox/pull/3462) - Update pre-commit hooks by [@​ssbarnea](https://github.com/ssbarnea) in [https://github.com/tox-dev/tox/pull/3460](https://github.com/tox-dev/tox/pull/3460) - 💅 Make SVG image compatible with Firefox by [@​webknjaz](https://github.com/webknjaz) in [https://github.com/tox-dev/tox/pull/3466](https://github.com/tox-dev/tox/pull/3466) - feat: adding a json schema command by [@​henryiii](https://github.com/henryiii) in [https://github.com/tox-dev/tox/pull/3446](https://github.com/tox-dev/tox/pull/3446) #### New Contributors - [@​wooshaun53](https://github.com/wooshaun53) made their first contribution in [https://github.com/tox-dev/tox/pull/3424](https://github.com/tox-dev/tox/pull/3424) - [@​albertodonato](https://github.com/albertodonato) made their first contribution in [https://github.com/tox-dev/tox/pull/3434](https://github.com/tox-dev/tox/pull/3434) - [@​thatch](https://github.com/thatch) made their first contribution in [https://github.com/tox-dev/tox/pull/3440](https://github.com/tox-dev/tox/pull/3440) - [@​bryant1410](https://github.com/bryant1410) made their first contribution in [https://github.com/tox-dev/tox/pull/3462](https://github.com/tox-dev/tox/pull/3462) - [@​henryiii](https://github.com/henryiii) made their first contribution in [https://github.com/tox-dev/tox/pull/3446](https://github.com/tox-dev/tox/pull/3446) **Full Changelog**: tox-dev/tox@4.23.2...4.24.0 </details> <details> <summary>tox-dev/tox-uv (tox-uv)</summary> ### [`v1.20.1`](https://github.com/tox-dev/tox-uv/releases/tag/1.20.1) [Compare Source](https://github.com/tox-dev/tox-uv/compare/1.20.0...1.20.1) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Fix UV_PYTHON_PREFERENCE reading breaks tox when env_site_packages_dir is in set_env by [@​gaborbernat](https://github.com/gaborbernat) in [https://github.com/tox-dev/tox-uv/pull/160](https://github.com/tox-dev/tox-uv/pull/160) **Full Changelog**: tox-dev/tox-uv@1.20.0...1.20.1 ### [`v1.20.0`](https://github.com/tox-dev/tox-uv/releases/tag/1.20.0) [Compare Source](https://github.com/tox-dev/tox-uv/compare/1.19.1...1.20.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Respect UV_PYTHON_PREFERENCE environment variable by [@​gaborbernat](https://github.com/gaborbernat) in [https://github.com/tox-dev/tox-uv/pull/159](https://github.com/tox-dev/tox-uv/pull/159) **Full Changelog**: tox-dev/tox-uv@1.19.1...1.20.0 ### [`v1.19.1`](https://github.com/tox-dev/tox-uv/releases/tag/1.19.1) [Compare Source](https://github.com/tox-dev/tox-uv/compare/1.19.0...1.19.1) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Use python version in lock runner by [@​evan-lloyd](https://github.com/evan-lloyd) in [https://github.com/tox-dev/tox-uv/pull/158](https://github.com/tox-dev/tox-uv/pull/158) #### New Contributors - [@​evan-lloyd](https://github.com/evan-lloyd) made their first contribution in [https://github.com/tox-dev/tox-uv/pull/158](https://github.com/tox-dev/tox-uv/pull/158) **Full Changelog**: tox-dev/tox-uv@1.19.0...1.19.1 ### [`v1.19.0`](https://github.com/tox-dev/tox-uv/releases/tag/1.19.0) [Compare Source](https://github.com/tox-dev/tox-uv/compare/1.18.0...1.19.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Improve naming for logger instance by [@​ssbarnea](https://github.com/ssbarnea) in [https://github.com/tox-dev/tox-uv/pull/155](https://github.com/tox-dev/tox-uv/pull/155) - Display warning if PIP_CONSTRAINT(S) are defined and UV_CONSTRAINTS not by [@​ssbarnea](https://github.com/ssbarnea) in [https://github.com/tox-dev/tox-uv/pull/154](https://github.com/tox-dev/tox-uv/pull/154) **Full Changelog**: tox-dev/tox-uv@1.18.0...1.19.0 ### [`v1.18.0`](https://github.com/tox-dev/tox-uv/releases/tag/1.18.0) [Compare Source](https://github.com/tox-dev/tox-uv/compare/1.17.0...1.18.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Prevent user tox config from affecting tox-uv test runs by [@​ssbarnea](https://github.com/ssbarnea) in [https://github.com/tox-dev/tox-uv/pull/152](https://github.com/tox-dev/tox-uv/pull/152) - Make sync prefer system python instead of uv managed by [@​ssbarnea](https://github.com/ssbarnea) in [https://github.com/tox-dev/tox-uv/pull/148](https://github.com/tox-dev/tox-uv/pull/148) **Full Changelog**: tox-dev/tox-uv@1.17.0...1.18.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/reservoir-data/tap-canny). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information