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 #2171

Closed
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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ asn1crypto==1.5.1
# -r requirements/test-master.txt
# -r requirements/test.txt
# snowflake-connector-python
astroid==3.2.2
astroid==3.2.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -176,7 +176,7 @@ code-annotations==1.8.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -518,7 +518,7 @@ newrelic==9.10.0
# -r requirements/test-master.txt
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.17
nh3==0.2.18
# via
# -r requirements/doc.txt
# readme-renderer
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ newrelic==9.10.0
# via
# -r requirements/test-master.txt
# edx-django-utils
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
oauthlib==3.2.2
# via
Expand Down
13 changes: 10 additions & 3 deletions requirements/edx-platform-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ babel==2.15.0
# enmerkar-underscore
backoff==1.10.0
# via analytics-python
bcrypt==4.1.3
# via paramiko
beautifulsoup4==4.12.3
# via pynliner
# via celery
Expand Down Expand Up @@ -137,6 +139,7 @@ cryptography==42.0.8
# edx-enterprise
# jwcrypto
# optimizely-sdk
# paramiko
# pgpy
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -369,7 +372,7 @@ drf-yasg==1.21.7
# via
# django-user-tasks
# edx-api-doc-tools
edx-ace==1.8.0
edx-ace==1.9.1
# via -r requirements/edx/kernel.in
edx-api-doc-tools==1.8.0
# via
Expand Down Expand Up @@ -410,6 +413,7 @@ edx-django-utils==5.14.2
# via
# -r requirements/edx/kernel.in
# django-config-models
# edx-ace
# edx-drf-extensions
# edx-enterprise
# edx-event-bus-kafka
Expand All @@ -434,7 +438,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.20.11
edx-enterprise==4.21.4
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -755,6 +759,7 @@ packaging==24.1
# snowflake-connector-python
pansi==2020.7.3
# via py2neo
paramiko==3.4.0
path==16.11.0
# via
# -c requirements/edx/../constraints.txt
Expand Down Expand Up @@ -847,7 +852,9 @@ pymongo==3.13.0
# mongoengine
# openedx-mongodbproxy
pynacl==1.5.0
# via edx-django-utils
# via
# edx-django-utils
# paramiko
pynliner==0.8.0
# via -r requirements/edx/kernel.in
pyopenssl==24.1.0
Expand Down
10 changes: 5 additions & 5 deletions requirements/js_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ autocommand==2.2.2
# via jaraco-text
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.6.2
certifi==2024.7.4
# via selenium
cheroot==10.0.1
# via cherrypy
cherrypy==18.10.0
# via jasmine
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# trio
# trio-websocket
Expand All @@ -34,7 +34,7 @@ importlib-metadata==6.11.0
# typeguard
importlib-resources==6.4.0
# via jaraco-text
inflect==7.3.0
inflect==7.3.1
# via jaraco-text
jaraco-classes==3.4.0
# via -r requirements/js_test.in
Expand All @@ -50,7 +50,7 @@ jaraco-functools==4.0.1
# cheroot
# jaraco-text
# tempora
jaraco-text==3.12.1
jaraco-text==3.14.0
# via jaraco-collections
jasmine==3.99.0
# via -r requirements/js_test.in
Expand Down Expand Up @@ -88,7 +88,7 @@ tempora==5.6.0
# via
# -r requirements/js_test.in
# portend
trio==0.25.1
trio==0.26.0
# via
# selenium
# trio-websocket
Expand Down
8 changes: 6 additions & 2 deletions requirements/test-master.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# django
# kombu
bcrypt==4.1.3
# via paramiko
# via
# -c requirements/edx-platform-constraints.txt
# paramiko
billiard==4.2.0
# via celery
bleach==6.1.0
Expand Down Expand Up @@ -311,7 +313,9 @@ packaging==24.1
# drf-yasg
# snowflake-connector-python
paramiko==3.4.0
# via -r requirements/base.in
# via
# -c requirements/edx-platform-constraints.txt
# -r requirements/base.in
path==16.11.0
# via
# -c requirements/edx-platform-constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ code-annotations==1.8.0
# via
# -r requirements/test-master.txt
# edx-toggles
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via pytest-cov
cryptography==42.0.8
# via
Expand Down
Loading