Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.9.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.16
boto3==1.40.21
# via fs-s3fs
botocore==1.40.16
botocore==1.40.21
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.1.0
cachetools==6.2.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -20,15 +20,15 @@ packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.8
platformdirs==4.4.0
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.28.4
tox==4.29.0
# via -r requirements/ci.in
virtualenv==20.34.0
# via tox
18 changes: 8 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.40.16
boto3==1.40.21
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.16
botocore==1.40.21
# via
# -r requirements/base.txt
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==6.1.0
cachetools==6.2.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
coverage[toml]==7.10.5
coverage[toml]==7.10.6
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -200,9 +200,7 @@ packaging==25.0
# pytest
# pytest-rerunfailures
# tox
pbr==7.0.1
# via stevedore
platformdirs==4.3.8
platformdirs==4.4.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -260,7 +258,7 @@ pytest-django==4.11.1
# via
# -r requirements/test.in
# -r requirements/test.txt
pytest-rerunfailures==15.1
pytest-rerunfailures==16.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -324,7 +322,7 @@ sqlparse==0.5.3
# -r requirements/base.txt
# -r requirements/test.txt
# django
stevedore==5.4.1
stevedore==5.5.0
# via code-annotations
text-unidecode==1.3
# via
Expand All @@ -333,7 +331,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.3
# via pylint
tox==4.28.4
tox==4.29.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down
18 changes: 8 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.40.16
boto3==1.40.21
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.16
botocore==1.40.21
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==6.1.0
cachetools==6.2.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -69,7 +69,7 @@ colorama==0.4.6
# tox
cookiecutter==2.6.0
# via -r requirements/test.txt
coverage[toml]==7.10.5
coverage[toml]==7.10.6
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -168,9 +168,7 @@ packaging==25.0
# pytest
# pytest-rerunfailures
# tox
pbr==7.0.1
# via stevedore
platformdirs==4.3.8
platformdirs==4.4.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -221,7 +219,7 @@ pytest-cov==6.2.1
# via -r requirements/test.txt
pytest-django==4.11.1
# via -r requirements/test.txt
pytest-rerunfailures==15.1
pytest-rerunfailures==16.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -273,15 +271,15 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.4.1
stevedore==5.5.0
# via code-annotations
text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.3
# via pylint
tox==4.28.4
tox==4.29.0
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20250822
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.40.16
boto3==1.40.21
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.40.16
botocore==1.40.21
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==6.1.0
cachetools==6.2.0
# via tox
certifi==2025.8.3
# via
Expand All @@ -54,7 +54,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via -r requirements/base.txt
coverage[toml]==7.10.5
coverage[toml]==7.10.6
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -135,7 +135,7 @@ packaging==25.0
# pytest
# pytest-rerunfailures
# tox
platformdirs==4.3.8
platformdirs==4.4.0
# via
# tox
# virtualenv
Expand All @@ -162,7 +162,7 @@ pytest-cov==6.2.1
# via -r requirements/test.in
pytest-django==4.11.1
# via -r requirements/test.in
pytest-rerunfailures==15.1
pytest-rerunfailures==16.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -213,7 +213,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
tox==4.28.4
tox==4.29.0
# via -r requirements/test.in
types-python-dateutil==2.9.0.20250822
# via
Expand Down
Loading