Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 7, 2025
1 parent eb40efb commit a5c28cc
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 30 deletions.
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# requests
vine==5.1.0
Expand Down
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ elasticsearch<7.14.0
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
15 changes: 8 additions & 7 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ billiard==4.2.1
# via
# -r requirements/local.txt
# celery
boto3==1.35.90
boto3==1.35.93
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.35.90
botocore==1.35.93
# via
# -r requirements/local.txt
# boto3
Expand Down Expand Up @@ -258,7 +258,7 @@ edx-rest-api-client==6.0.0
# via -r requirements/local.txt
factory-boy==3.3.1
# via -r requirements/local.txt
faker==33.1.0
faker==33.3.0
# via
# -r requirements/local.txt
# factory-boy
Expand Down Expand Up @@ -330,7 +330,7 @@ monotonic==1.6
# via
# -r requirements/local.txt
# analytics-python
moto==5.0.25
moto==5.0.26
# via -r requirements/local.txt
mysqlclient==2.2.6
# via -r requirements/nonlocal.txt
Expand Down Expand Up @@ -398,7 +398,7 @@ pydata-sphinx-theme==0.16.1
# via
# -r requirements/local.txt
# sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# -r requirements/local.txt
# accessible-pygments
Expand Down Expand Up @@ -512,7 +512,7 @@ responses==0.17.0
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
ruamel-yaml==0.18.7
ruamel-yaml==0.18.10
# via
# -r requirements/local.txt
# ruamel-yaml-base
Expand Down Expand Up @@ -635,6 +635,7 @@ uritemplate==4.1.1
# drf-yasg
urllib3==1.26.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/local.txt
# botocore
Expand All @@ -646,7 +647,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/local.txt
# tox
Expand Down
3 changes: 2 additions & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ pycparser==2.22
# cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down Expand Up @@ -364,6 +364,7 @@ uritemplate==4.1.1
# drf-yasg
urllib3==1.26.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.txt
# requests
Expand Down
15 changes: 8 additions & 7 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ billiard==4.2.1
# -r requirements/docs.txt
# -r requirements/test.txt
# celery
boto3==1.35.90
boto3==1.35.93
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.35.90
botocore==1.35.93
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -304,7 +304,7 @@ edx-rest-api-client==6.0.0
# -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==33.1.0
faker==33.3.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -377,7 +377,7 @@ monotonic==1.6
# -r requirements/docs.txt
# -r requirements/test.txt
# analytics-python
moto==5.0.25
moto==5.0.26
# via -r requirements/test.txt
newrelic==5.24.0.153
# via
Expand Down Expand Up @@ -447,7 +447,7 @@ pydata-sphinx-theme==0.16.1
# via
# -r requirements/docs.txt
# sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# -r requirements/docs.txt
# accessible-pygments
Expand Down Expand Up @@ -569,7 +569,7 @@ responses==0.17.0
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
ruamel-yaml==0.18.7
ruamel-yaml==0.18.10
# via
# ruamel-yaml-base
# ruamel-yaml-cmd
Expand Down Expand Up @@ -695,6 +695,7 @@ uritemplate==4.1.1
# drf-yasg
urllib3==1.26.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -708,7 +709,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/test.txt
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/monitoring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ billiard==4.2.1
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# celery
boto3==1.35.90
boto3==1.35.93
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# moto
botocore==1.35.90
botocore==1.35.93
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -420,7 +420,7 @@ factory-boy==3.3.1
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../test.txt
faker==33.1.0
faker==33.3.0
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -536,7 +536,7 @@ monotonic==1.6
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# analytics-python
moto==5.0.25
moto==5.0.26
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -642,7 +642,7 @@ pydata-sphinx-theme==0.16.1
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -815,7 +815,7 @@ responses==0.17.0
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../test.txt
# moto
ruamel-yaml==0.18.7
ruamel-yaml==0.18.10
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -1009,7 +1009,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/registrar/registrar/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r requirements/pip.in
5 changes: 3 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ billiard==4.2.1
# via
# -r requirements/base.txt
# celery
boto3==1.35.90
boto3==1.35.93
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.35.90
botocore==1.35.93
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -342,6 +342,7 @@ uritemplate==4.1.1
# drf-yasg
urllib3==1.26.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.txt
# botocore
Expand Down
11 changes: 6 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ billiard==4.2.1
# via
# -r requirements/base.txt
# celery
boto3==1.35.90
boto3==1.35.93
# via
# -c requirements/constraints.txt
# moto
botocore==1.35.90
botocore==1.35.93
# via
# boto3
# moto
Expand Down Expand Up @@ -210,7 +210,7 @@ edx-rest-api-client==6.0.0
# via -r requirements/base.txt
factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
faker==33.3.0
# via
# -r requirements/test.in
# factory-boy
Expand Down Expand Up @@ -256,7 +256,7 @@ monotonic==1.6
# via
# -r requirements/base.txt
# analytics-python
moto==5.0.25
moto==5.0.26
# via -r requirements/test.in
newrelic==5.24.0.153
# via
Expand Down Expand Up @@ -453,6 +453,7 @@ uritemplate==4.1.1
# drf-yasg
urllib3==1.26.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.txt
# botocore
Expand All @@ -464,7 +465,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
wcwidth==0.2.13
# via
Expand Down

0 comments on commit a5c28cc

Please sign in to comment.