Skip to content

Commit

Permalink
Merge pull request #306 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-539467e

chore: Upgrade Python requirements
  • Loading branch information
zamanafzal authored Oct 3, 2024
2 parents 539467e + f195963 commit 32eba5f
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ mysqlclient==2.2.4
# via
# -r requirements/base.in
# openedx-ledger
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -239,7 +239,7 @@ pyyaml==6.0.2
# drf-spectacular
# drf-yasg
# edx-django-release-util
redis==5.0.8
redis==5.1.0
# via openedx-ledger
referencing==0.35.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.20.0
# via -r requirements/ci.in
virtualenv==20.26.5
virtualenv==20.26.6
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asgiref==3.8.1
# -r requirements/validation.txt
# django
# django-cors-headers
astroid==3.3.3
astroid==3.3.4
# via
# -r requirements/validation.txt
# pylint
Expand Down Expand Up @@ -95,7 +95,7 @@ defusedxml==0.8.0rc2
# social-auth-core
diff-cover==9.2.0
# via -r requirements/dev.in
dill==0.3.8
dill==0.3.9
# via
# -r requirements/validation.txt
# pylint
Expand Down Expand Up @@ -252,7 +252,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
factory-boy==3.3.1
# via -r requirements/validation.txt
faker==29.0.0
faker==30.0.0
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -297,7 +297,7 @@ jaraco-context==6.0.1
# via
# -r requirements/validation.txt
# keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via
# -r requirements/validation.txt
# keyring
Expand Down Expand Up @@ -360,7 +360,7 @@ mysqlclient==2.2.4
# via
# -r requirements/validation.txt
# openedx-ledger
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -446,7 +446,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.0
pylint==3.3.1
# via
# -r requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -480,7 +480,7 @@ pyproject-api==1.8.0
# via
# -r requirements/validation.txt
# tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -525,7 +525,7 @@ readme-renderer==44.0
# via
# -r requirements/validation.txt
# twine
redis==5.0.8
redis==5.1.0
# via
# -r requirements/validation.txt
# openedx-ledger
Expand Down Expand Up @@ -642,7 +642,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/validation.txt
# tox
Expand Down
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.3.3
astroid==3.3.4
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -96,7 +96,7 @@ defusedxml==0.8.0rc2
# -r requirements/test.txt
# python3-openid
# social-auth-core
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -252,7 +252,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
factory-boy==3.3.1
# via -r requirements/test.txt
faker==29.0.0
faker==30.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -293,7 +293,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -340,7 +340,7 @@ mysqlclient==2.2.4
# via
# -r requirements/test.txt
# openedx-ledger
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -416,7 +416,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.0
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -450,7 +450,7 @@ pyproject-api==1.8.0
# via
# -r requirements/test.txt
# tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
pytest==8.3.3
# via
Expand Down Expand Up @@ -489,7 +489,7 @@ pyyaml==6.0.2
# responses
readme-renderer==44.0
# via twine
redis==5.0.8
redis==5.1.0
# via
# -r requirements/test.txt
# openedx-ledger
Expand Down Expand Up @@ -621,7 +621,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ mysqlclient==2.2.4
# -r requirements/base.txt
# -r requirements/production.in
# openedx-ledger
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -309,7 +309,7 @@ pyyaml==6.0.2
# drf-spectacular
# drf-yasg
# edx-django-release-util
redis==5.0.8
redis==5.1.0
# via
# -r requirements/base.txt
# openedx-ledger
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.3.3
astroid==3.3.4
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -84,7 +84,7 @@ defusedxml==0.8.0rc2
# -r requirements/test.txt
# python3-openid
# social-auth-core
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -235,7 +235,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
factory-boy==3.3.1
# via -r requirements/test.txt
faker==29.0.0
faker==30.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -275,7 +275,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -321,7 +321,7 @@ mysqlclient==2.2.4
# via
# -r requirements/test.txt
# openedx-ledger
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -392,7 +392,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.0
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -463,7 +463,7 @@ pyyaml==6.0.2
# responses
readme-renderer==44.0
# via twine
redis==5.0.8
redis==5.1.0
# via
# -r requirements/test.txt
# openedx-ledger
Expand Down Expand Up @@ -569,7 +569,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/test.txt
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -75,7 +75,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
dill==0.3.8
dill==0.3.9
# via pylint
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -218,7 +218,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
factory-boy==3.3.1
# via -r requirements/test.in
faker==29.0.0
faker==30.0.0
# via factory-boy
fastavro==1.9.7
# via
Expand Down Expand Up @@ -272,7 +272,7 @@ mysqlclient==2.2.4
# via
# -r requirements/base.txt
# openedx-ledger
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -329,7 +329,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.0
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -387,7 +387,7 @@ pyyaml==6.0.2
# drf-yasg
# edx-django-release-util
# responses
redis==5.0.8
redis==5.1.0
# via
# -r requirements/base.txt
# openedx-ledger
Expand Down Expand Up @@ -476,7 +476,7 @@ urllib3==2.2.3
# -r requirements/base.txt
# requests
# responses
virtualenv==20.26.5
virtualenv==20.26.6
# via tox

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit 32eba5f

Please sign in to comment.