Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 14, 2024
1 parent b373959 commit f177585
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
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 @@ attrs==24.2.0
# via openedx-events
bleach==6.2.0
# via -r requirements/base.in
boto3==1.35.52
boto3==1.35.54
# via -r requirements/base.in
botocore==1.35.52
botocore==1.35.54
# via
# boto3
# s3transfer
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.2.0
# via -r requirements/test.txt
boto3==1.35.52
boto3==1.35.54
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.35.52
botocore==1.35.54
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -204,7 +204,7 @@ edx-toggles==5.2.0
# via -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==30.8.1
faker==30.8.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -454,7 +454,7 @@ responses==0.25.3
# via
# -r requirements/test.txt
# moto
rich==13.9.3
rich==13.9.4
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -552,7 +552,7 @@ webob==1.8.9
# -r requirements/test.txt
# xblock
# xblock-sdk
werkzeug==3.0.6
werkzeug==3.1.1
# via
# -r requirements/test.txt
# moto
Expand Down
10 changes: 5 additions & 5 deletions requirements/test-acceptance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.2.0
# via -r requirements/test.txt
boto3==1.35.52
boto3==1.35.54
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.35.52
botocore==1.35.54
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -192,7 +192,7 @@ edx-toggles==5.2.0
# via -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==30.8.1
faker==30.8.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -424,7 +424,7 @@ responses==0.25.3
# via
# -r requirements/test.txt
# moto
rich==13.9.3
rich==13.9.4
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -519,7 +519,7 @@ webob==1.8.9
# -r requirements/test.txt
# xblock
# xblock-sdk
werkzeug==3.0.6
werkzeug==3.1.1
# via
# -r requirements/test.txt
# moto
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.2.0
# via -r requirements/base.txt
boto3==1.35.52
boto3==1.35.54
# via
# -r requirements/base.txt
# fs-s3fs
# moto
botocore==1.35.52
botocore==1.35.54
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -164,7 +164,7 @@ edx-toggles==5.2.0
# via -r requirements/base.txt
factory-boy==3.3.1
# via -r requirements/test.in
faker==30.8.1
faker==30.8.2
# via factory-boy
fastavro==1.9.7
# via
Expand Down Expand Up @@ -368,7 +368,7 @@ requests==2.32.3
# xblock-sdk
responses==0.25.3
# via moto
rich==13.9.3
rich==13.9.4
# via cookiecutter
s3transfer==0.10.3
# via
Expand Down Expand Up @@ -453,7 +453,7 @@ webob==1.8.9
# -r requirements/base.txt
# xblock
# xblock-sdk
werkzeug==3.0.6
werkzeug==3.1.1
# via moto
xblock==5.1.0
# via
Expand Down

0 comments on commit f177585

Please sign in to comment.