Skip to content
Closed
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.11.0
# via django
boto3==1.41.2
boto3==1.41.5
# via fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,7 +69,7 @@ six==1.17.0
# fs-s3fs
# parsel
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via django
urllib3==2.5.0
# via botocore
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.3.11
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.41.2
boto3==1.41.5
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -206,7 +206,7 @@ six==1.17.0
# fs-s3fs
# parsel
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/base.txt
# django
Expand Down