Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore: Upgrade Python requirements (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 13, 2024
1 parent 919e164 commit 1f7ee43
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ billiard==4.2.0
# via
# -r requirements/local.txt
# celery
boto3==1.34.125
boto3==1.34.126
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.34.125
botocore==1.34.126
# via
# -r requirements/local.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
boto3==1.34.125
boto3==1.34.126
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.34.125
botocore==1.34.126
# via
# -r requirements/test.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/monitoring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ billiard==4.2.0
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# celery
boto3==1.34.125
boto3==1.34.126
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# moto
botocore==1.34.125
botocore==1.34.126
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.125
boto3==1.34.126
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.125
botocore==1.34.126
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.125
boto3==1.34.126
# via
# -c requirements/constraints.txt
# moto
botocore==1.34.125
botocore==1.34.126
# via
# boto3
# moto
Expand Down

0 comments on commit 1f7ee43

Please sign in to comment.