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.10.0
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.68
boto3==1.40.69
# via fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.40.68
boto3==1.40.69
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
coverage[toml]==7.11.1
coverage[toml]==7.11.2
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -244,7 +244,7 @@ pyproject-api==1.10.0
# via
# -r requirements/test.txt
# tox
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.40.68
boto3==1.40.69
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# -r requirements/test.txt
# boto3
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.11.1
coverage[toml]==7.11.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -209,7 +209,7 @@ pyproject-api==1.10.0
# via
# -r requirements/test.txt
# tox
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.40.68
boto3==1.40.69
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -54,7 +54,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via -r requirements/base.txt
coverage[toml]==7.11.1
coverage[toml]==7.11.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -153,7 +153,7 @@ pypng==0.20220715.0
# via -r requirements/base.txt
pyproject-api==1.10.0
# via tox
pytest==8.4.2
pytest==9.0.0
# via
# pytest-cov
# pytest-django
Expand Down
Loading