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

chore: Upgrade Python requirements #2247

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ 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
Loading