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 (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 21, 2024
1 parent 3913884 commit f8fd9e5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ tzdata==2024.1
# celery
uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -c requirements/constraints.txt
# requests
Expand Down
8 changes: 4 additions & 4 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.126
boto3==1.34.128
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.34.126
botocore==1.34.128
# via
# -r requirements/local.txt
# boto3
Expand Down Expand Up @@ -409,7 +409,7 @@ psutil==5.9.8
# via
# -r requirements/local.txt
# edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/local.txt
pycparser==2.22
# via
Expand Down Expand Up @@ -672,7 +672,7 @@ uritemplate==4.1.1
# via
# -r requirements/local.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ billiard==4.2.0
# -r requirements/docs.txt
# -r requirements/test.txt
# celery
boto3==1.34.126
boto3==1.34.128
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.34.126
botocore==1.34.128
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -458,7 +458,7 @@ psutil==5.9.8
# -r requirements/docs.txt
# -r requirements/test.txt
# edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.txt
pycparser==2.22
# via
Expand Down Expand Up @@ -734,7 +734,7 @@ uritemplate==4.1.1
# -r requirements/docs.txt
# -r requirements/test.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -c requirements/constraints.txt
# -r requirements/docs.txt
Expand Down
8 changes: 4 additions & 4 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.126
boto3==1.34.128
# 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.126
botocore==1.34.128
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -653,7 +653,7 @@ psutil==5.9.8
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -1042,7 +1042,7 @@ uritemplate==4.1.1
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down
6 changes: 3 additions & 3 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.126
boto3==1.34.128
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.126
botocore==1.34.128
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -359,7 +359,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
8 changes: 4 additions & 4 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.126
boto3==1.34.128
# via
# -c requirements/constraints.txt
# moto
botocore==1.34.126
botocore==1.34.128
# via
# boto3
# moto
Expand Down Expand Up @@ -312,7 +312,7 @@ psutil==5.9.8
# via
# -r requirements/base.txt
# edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.in
pycparser==2.22
# via
Expand Down Expand Up @@ -480,7 +480,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==1.26.18
urllib3==1.26.19
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down

0 comments on commit f8fd9e5

Please sign in to comment.