Skip to content

Commit e3f93ab

Browse files
authored
chore(deps): update dependency tox to v4.27.0 (#323)
This PR contains the following updates: | Package | Type | Update | Change | Pending | OpenSSF | |---|---|---|---|---|---| | [tox](https://redirect.github.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | dev | minor | `4.26.0` -> `4.27.0` | `4.28.4` (+4) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/tox-dev/tox/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tox-dev/tox) | --- ### Release Notes <details> <summary>tox-dev/tox (tox)</summary> ### [`v4.27.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.27.0) [Compare Source](https://redirect.github.com/tox-dev/tox/compare/4.26.0...4.27.0) <!-- Release notes generated using configuration in .github/release.yml at 4.27.0 --> #### What's Changed - Feat: include free\_threaded flag in result-json by [@&#8203;robsdedude](https://redirect.github.com/robsdedude) in [https://github.com/tox-dev/tox/pull/3534](https://redirect.github.com/tox-dev/tox/pull/3534) - Add security policy by [@&#8203;jugmac00](https://redirect.github.com/jugmac00) in [https://github.com/tox-dev/tox/pull/3535](https://redirect.github.com/tox-dev/tox/pull/3535) - Fix dependency-group name normalization by [@&#8203;robsdedude](https://redirect.github.com/robsdedude) in [https://github.com/tox-dev/tox/pull/3540](https://redirect.github.com/tox-dev/tox/pull/3540) - Log environment variables sorted by key while redacting values of unsafe ones by [@&#8203;ssbarnea](https://redirect.github.com/ssbarnea) in [https://github.com/tox-dev/tox/pull/3543](https://redirect.github.com/tox-dev/tox/pull/3543) **Full Changelog**: tox-dev/tox@4.26.0...4.27.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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent ea13d7c commit e3f93ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pre-commit = { version = "4.2.0", python = ">=3.9" }
5151
liccheck = "0.9.2"
5252
isort = "6.0.1"
5353
python-dotenv = "1.1.1"
54-
tox = "4.26.0"
54+
tox = "4.27.0"
5555
django-debug-toolbar = "5.2.0"
5656
django-stubs = {version = "5.2.2", python = ">=3.10"}
5757

0 commit comments

Comments
 (0)