Skip to content

Commit c081c61

Browse files
build(deps): bump tox from 4.25.0 to 4.28.0
Bumps [tox](https://github.com/tox-dev/tox) from 4.25.0 to 4.28.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.25.0...4.28.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90e20d5 commit c081c61

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

requirements-ci.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ annotated-types==0.7.0
88
# via pydantic
99
asgiref==3.8.1
1010
# via django
11-
cachetools==5.5.2
11+
cachetools==6.1.0
1212
# via tox
1313
chardet==5.2.0
1414
# via tox
@@ -20,36 +20,36 @@ django==4.2.20
2020
# via
2121
# -r requirements-ci.in
2222
# django-components
23-
django-components==0.140
23+
django-components==0.140.0
2424
# via -r requirements-ci.in
2525
djc-core-html-parser==1.0.2
2626
# via django-components
2727
exceptiongroup==1.2.2
2828
# via pytest
29-
filelock==3.16.1
29+
filelock==3.18.0
3030
# via
3131
# tox
3232
# virtualenv
3333
iniconfig==2.1.0
3434
# via pytest
35-
packaging==24.2
35+
packaging==25.0
3636
# via
3737
# pyproject-api
3838
# pytest
3939
# tox
40-
platformdirs==4.3.6
40+
platformdirs==4.3.8
4141
# via
4242
# tox
4343
# virtualenv
44-
pluggy==1.5.0
44+
pluggy==1.6.0
4545
# via
4646
# pytest
4747
# tox
4848
pydantic==2.10.6
4949
# via -r requirements-ci.in
5050
pydantic-core==2.27.2
5151
# via pydantic
52-
pyproject-api==1.8.0
52+
pyproject-api==1.9.1
5353
# via tox
5454
pytest==8.3.5
5555
# via -r requirements-ci.in
@@ -60,17 +60,18 @@ tomli==2.2.1
6060
# pyproject-api
6161
# pytest
6262
# tox
63-
tox==4.25.0
63+
tox==4.28.0
6464
# via
6565
# -r requirements-ci.in
6666
# tox-gh-actions
6767
tox-gh-actions==3.3.0
6868
# via -r requirements-ci.in
69-
typing-extensions==4.12.2
69+
typing-extensions==4.14.1
7070
# via
7171
# asgiref
72+
# django-components
7273
# pydantic
7374
# pydantic-core
7475
# tox
75-
virtualenv==20.29.3
76+
virtualenv==20.31.2
7677
# via tox

requirements-dev.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ asgiref==3.8.1
1010
# via django
1111
black==25.1.0
1212
# via -r requirements-dev.in
13-
cachetools==5.5.2
13+
cachetools==6.1.0
1414
# via tox
1515
cfgv==3.4.0
1616
# via pre-commit
@@ -26,13 +26,13 @@ django==4.2.20
2626
# via
2727
# -r requirements-dev.in
2828
# django-components
29-
django-components==0.140
29+
django-components==0.140.0
3030
# via -r requirements-dev.in
3131
djc-core-html-parser==1.0.2
3232
# via django-components
3333
exceptiongroup==1.2.2
3434
# via pytest
35-
filelock==3.16.1
35+
filelock==3.18.0
3636
# via
3737
# tox
3838
# virtualenv
@@ -58,20 +58,20 @@ mypy-extensions==1.0.0
5858
# mypy
5959
nodeenv==1.9.1
6060
# via pre-commit
61-
packaging==24.2
61+
packaging==25.0
6262
# via
6363
# black
6464
# pyproject-api
6565
# pytest
6666
# tox
6767
pathspec==0.12.1
6868
# via black
69-
platformdirs==4.3.6
69+
platformdirs==4.3.8
7070
# via
7171
# black
7272
# tox
7373
# virtualenv
74-
pluggy==1.5.0
74+
pluggy==1.6.0
7575
# via
7676
# pytest
7777
# tox
@@ -85,7 +85,7 @@ pydantic-core==2.27.2
8585
# via pydantic
8686
pyflakes==3.3.2
8787
# via flake8
88-
pyproject-api==1.8.0
88+
pyproject-api==1.9.1
8989
# via tox
9090
pytest==8.3.5
9191
# via -r requirements-dev.in
@@ -101,17 +101,18 @@ tomli==2.2.1
101101
# pyproject-api
102102
# pytest
103103
# tox
104-
tox==4.25.0
104+
tox==4.28.0
105105
# via -r requirements-dev.in
106-
typing-extensions==4.12.2
106+
typing-extensions==4.14.1
107107
# via
108108
# asgiref
109109
# black
110+
# django-components
110111
# mypy
111112
# pydantic
112113
# pydantic-core
113114
# tox
114-
virtualenv==20.29.3
115+
virtualenv==20.31.2
115116
# via
116117
# pre-commit
117118
# tox

0 commit comments

Comments
 (0)