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
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.25
boto3==1.42.30
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.25
botocore==1.42.30
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -156,7 +156,7 @@ jaraco-classes==3.4.0
# via
# -r requirements/test.txt
# keyring
jaraco-context==6.0.2
jaraco-context==6.1.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -359,7 +359,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.1
soupsieve==2.8.2
# via beautifulsoup4
sphinx==9.0.4
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==4.0.3
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.25
boto3==1.42.30
# via fs-s3fs
botocore==1.42.25
botocore==1.42.30
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -166,7 +166,7 @@ stevedore==5.6.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
tzdata==2025.3
# via arrow
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.25
boto3==1.42.30
# via fs-s3fs
botocore==1.42.25
botocore==1.42.30
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -87,7 +87,7 @@ isort==7.0.0
# via pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.2
jaraco-context==6.1.0
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down Expand Up @@ -227,7 +227,7 @@ stevedore==5.6.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
twine==6.2.0
# via -r requirements/test.in
Expand Down