build(deps): bump tox from 4.25.0 to 4.30.2

Bumps [tox](https://github.com/tox-dev/tox) from 4.25.0 to 4.30.2.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.25.0...4.30.2)

---
updated-dependencies:
- dependency-name: tox
  dependency-version: 4.30.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-15 17:36:58 +00:00 committed by GitHub
parent b01e5a3804
commit 62f9090ed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 31 additions and 13 deletions

View file

@ -10,7 +10,7 @@ asv-runner==0.2.1
# via asv # via asv
build==1.2.2.post1 build==1.2.2.post1
# via asv # via asv
cachetools==5.5.2 cachetools==6.2.0
# via tox # via tox
certifi==2025.1.31 certifi==2025.1.31
# via requests # via requests
@ -24,7 +24,7 @@ distlib==0.3.9
# via virtualenv # via virtualenv
exceptiongroup==1.2.2 exceptiongroup==1.2.2
# via pytest # via pytest
filelock==3.16.1 filelock==3.19.1
# via # via
# tox # tox
# virtualenv # virtualenv
@ -40,7 +40,7 @@ iniconfig==2.0.0
# via pytest # via pytest
json5==0.10.0 json5==0.10.0
# via asv # via asv
packaging==24.2 packaging==25.0
# via # via
# build # build
# pyproject-api # pyproject-api
@ -48,13 +48,13 @@ packaging==24.2
# tox # tox
pathspec==0.12.1 pathspec==0.12.1
# via -r requirements-ci.in # via -r requirements-ci.in
platformdirs==4.3.6 platformdirs==4.4.0
# via # via
# tox # tox
# virtualenv # virtualenv
playwright==1.48.0 playwright==1.48.0
# via -r requirements-ci.in # via -r requirements-ci.in
pluggy==1.5.0 pluggy==1.6.0
# via # via
# pytest # pytest
# tox # tox
@ -62,7 +62,7 @@ pyee==12.0.0
# via playwright # via playwright
pympler==1.1 pympler==1.1
# via asv # via asv
pyproject-api==1.8.0 pyproject-api==1.9.1
# via tox # via tox
pyproject-hooks==1.2.0 pyproject-hooks==1.2.0
# via build # via build
@ -87,7 +87,7 @@ tomli==2.2.1
# pyproject-api # pyproject-api
# pytest # pytest
# tox # tox
tox==4.25.0 tox==4.30.2
# via # via
# -r requirements-ci.in # -r requirements-ci.in
# tox-gh-actions # tox-gh-actions
@ -95,7 +95,7 @@ tox-gh-actions==3.3.0
# via -r requirements-ci.in # via -r requirements-ci.in
types-requests==2.32.0.20241016 types-requests==2.32.0.20241016
# via -r requirements-ci.in # via -r requirements-ci.in
typing-extensions==4.13.2 typing-extensions==4.15.0
# via # via
# -r requirements-ci.in # -r requirements-ci.in
# pyee # pyee

View file

@ -10,6 +10,8 @@ asv==0.6.4
# via -r requirements-dev.in # via -r requirements-dev.in
asv-runner==0.2.1 asv-runner==0.2.1
# via asv # via asv
backports-asyncio-runner==1.2.0
# via pytest-asyncio
build==1.3.0 build==1.3.0
# via asv # via asv
cachetools==6.1.0 cachetools==6.1.0
@ -26,7 +28,7 @@ colorama==0.4.6
# via tox # via tox
distlib==0.4.0 distlib==0.4.0
# via virtualenv # via virtualenv
django==5.2.5 django==4.2.24
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# django-template-partials # django-template-partials
@ -34,6 +36,8 @@ django-template-partials==25.1
# via -r requirements-dev.in # via -r requirements-dev.in
djc-core-html-parser==1.0.2 djc-core-html-parser==1.0.2
# via -r requirements-dev.in # via -r requirements-dev.in
exceptiongroup==1.3.0
# via pytest
filelock==3.19.1 filelock==3.19.1
# via # via
# tox # tox
@ -45,7 +49,9 @@ identify==2.6.13
idna==3.10 idna==3.10
# via requests # via requests
importlib-metadata==8.7.0 importlib-metadata==8.7.0
# via asv-runner # via
# asv-runner
# build
iniconfig==2.1.0 iniconfig==2.1.0
# via pytest # via pytest
json5==0.12.1 json5==0.12.1
@ -53,8 +59,7 @@ json5==0.12.1
mypy==1.17.1 mypy==1.17.1
# via -r requirements-dev.in # via -r requirements-dev.in
mypy-extensions==1.1.0 mypy-extensions==1.1.0
# via # via mypy
# mypy
nodeenv==1.9.1 nodeenv==1.9.1
# via pre-commit # via pre-commit
packaging==25.0 packaging==25.0
@ -118,15 +123,28 @@ syrupy==4.9.1
# via -r requirements-dev.in # via -r requirements-dev.in
tabulate==0.9.0 tabulate==0.9.0
# via asv # via asv
tox==4.28.4 tomli==2.2.1
# via
# asv
# build
# mypy
# pyproject-api
# pytest
# tox
tox==4.30.2
# via -r requirements-dev.in # via -r requirements-dev.in
types-requests==2.32.4.20250809 types-requests==2.32.4.20250809
# via -r requirements-dev.in # via -r requirements-dev.in
typing-extensions==4.14.1 typing-extensions==4.14.1
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# asgiref
# exceptiongroup
# mypy # mypy
# pyee # pyee
# pytest-asyncio
# tox
# virtualenv
urllib3==2.5.0 urllib3==2.5.0
# via # via
# requests # requests