Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and Agrendalath committed Dec 13, 2023
1 parent 46e7896 commit ca7bc31
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
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

0 comments on commit ca7bc31

Please sign in to comment.