Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #371

Merged
merged 1 commit into from
Dec 13, 2023
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# via django
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.33.10
boto3==1.33.11
# via fs-s3fs
botocore==1.33.10
botocore==1.33.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -73,7 +73,7 @@ sqlparse==0.4.4
# via django
tinycss2==1.2.1
# via bleach
typing-extensions==4.8.0
typing-extensions==4.9.0
# via asgiref
urllib3==1.26.18
# via botocore
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ bleach[css]==6.1.0
# via
# -r requirements/quality.txt
# bleach
boto3==1.33.10
boto3==1.33.11
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.33.10
botocore==1.33.11
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -369,7 +369,7 @@ types-python-dateutil==2.8.19.14
# via
# -r requirements/quality.txt
# arrow
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/quality.txt
# asgiref
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bleach[css]==6.1.0
# via
# -r requirements/test.txt
# bleach
boto3==1.33.10
boto3==1.33.11
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.33.10
botocore==1.33.11
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -288,7 +288,7 @@ types-python-dateutil==2.8.19.14
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/test.txt
# asgiref
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 @@ bleach[css]==6.1.0
# via
# -r requirements/base.txt
# bleach
boto3==1.33.10
boto3==1.33.11
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.33.10
botocore==1.33.11
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -193,7 +193,7 @@ tomli==2.0.1
# pytest
types-python-dateutil==2.8.19.14
# via arrow
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/base.txt
# asgiref
Expand Down