Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 20, 2024
1 parent 3cd53a6 commit b0aa2f9
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 56 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.8.0
code-annotations==1.8.1
# via edx-toggles
confluent-kafka[avro,schema-registry]==2.6.0
# via -r requirements/base.in
Expand Down Expand Up @@ -96,7 +96,7 @@ django-simple-history==3.4.0
# -c requirements/constraints.txt
# -r requirements/base.in
# openedx-ledger
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -182,7 +182,7 @@ jsonschema-specifications==2024.10.1
# via jsonschema
markupsafe==3.0.2
# via jinja2
mysqlclient==2.2.5
mysqlclient==2.2.6
# via
# -r requirements/base.in
# openedx-ledger
Expand Down Expand Up @@ -210,7 +210,7 @@ psutil==6.1.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# drf-jwt
# edx-auth-backends
Expand Down Expand Up @@ -278,7 +278,7 @@ social-auth-core==4.5.4
# via
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
# via
Expand Down
8 changes: 0 additions & 8 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<5.0

Expand All @@ -28,13 +27,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
3.0.0

# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# 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
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ click-log==0.4.0
# via
# -r requirements/validation.txt
# edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/validation.txt
# edx-lint
Expand All @@ -74,7 +74,7 @@ colorama==0.4.6
# tox
confluent-kafka[avro,schema-registry]==2.6.0
# via -r requirements/validation.txt
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -171,7 +171,7 @@ django-simple-history==3.4.0
# openedx-ledger
django-test-migrations==1.4.0
# via -r requirements/validation.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/validation.txt
# edx-django-utils
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==30.8.2
faker==33.0.0
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -331,7 +331,7 @@ lxml[html-clean,html_clean]==5.3.0
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via lxml
markdown-it-py==3.0.0
# via
Expand All @@ -356,7 +356,7 @@ more-itertools==10.5.0
# -r requirements/validation.txt
# jaraco-classes
# jaraco-functools
mysqlclient==2.2.5
mysqlclient==2.2.6
# via
# -r requirements/validation.txt
# openedx-ledger
Expand Down Expand Up @@ -438,7 +438,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r requirements/validation.txt
# drf-jwt
Expand Down Expand Up @@ -603,7 +603,7 @@ social-auth-core==4.5.4
# -r requirements/validation.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/validation.txt
# django
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -79,7 +79,7 @@ colorama==0.4.6
# tox
confluent-kafka[avro,schema-registry]==2.6.0
# via -r requirements/test.txt
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -168,7 +168,7 @@ django-simple-history==3.4.0
# openedx-ledger
django-test-migrations==1.4.0
# via -r requirements/test.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/test.txt
# edx-django-utils
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==30.8.2
faker==33.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -336,7 +336,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
mysqlclient==2.2.5
mysqlclient==2.2.6
# via
# -r requirements/test.txt
# openedx-ledger
Expand Down Expand Up @@ -407,7 +407,7 @@ pygments==2.18.0
# readme-renderer
# rich
# sphinx
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -580,7 +580,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
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/enterprise-subsidy/enterprise-subsidy/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.5.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ click==8.1.7
# -r requirements/base.txt
# code-annotations
# edx-django-utils
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -111,7 +111,7 @@ django-simple-history==3.4.0
# via
# -r requirements/base.txt
# openedx-ledger
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -189,7 +189,7 @@ fastavro==1.9.7
# openedx-events
getsmarter-api-clients==0.6.1
# via -r requirements/base.txt
gevent==24.10.3
gevent==24.11.1
# via -r requirements/production.in
greenlet==3.1.1
# via gevent
Expand Down Expand Up @@ -224,7 +224,7 @@ markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
mysqlclient==2.2.5
mysqlclient==2.2.6
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -267,7 +267,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -360,7 +360,7 @@ social-auth-core==4.5.4
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -67,7 +67,7 @@ colorama==0.4.6
# tox
confluent-kafka[avro,schema-registry]==2.6.0
# via -r requirements/test.txt
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -156,7 +156,7 @@ django-simple-history==3.4.0
# openedx-ledger
django-test-migrations==1.4.0
# via -r requirements/test.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/test.txt
# edx-django-utils
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==30.8.2
faker==33.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -317,7 +317,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
mysqlclient==2.2.5
mysqlclient==2.2.6
# via
# -r requirements/test.txt
# openedx-ledger
Expand Down Expand Up @@ -384,7 +384,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -531,7 +531,7 @@ social-auth-core==4.5.4
# -r requirements/test.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/base.txt
# -r requirements/test.in
Expand All @@ -59,7 +59,7 @@ colorama==0.4.6
# via tox
confluent-kafka[avro,schema-registry]==2.6.0
# via -r requirements/base.txt
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -143,7 +143,7 @@ django-simple-history==3.4.0
# openedx-ledger
django-test-migrations==1.4.0
# via -r requirements/test.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
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==30.8.2
faker==33.0.0
# via factory-boy
fastavro==1.9.7
# via
Expand Down Expand Up @@ -268,7 +268,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
mysqlclient==2.2.5
mysqlclient==2.2.6
# via
# -r requirements/base.txt
# openedx-ledger
Expand Down Expand Up @@ -321,7 +321,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -443,7 +443,7 @@ social-auth-core==4.5.4
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
Expand Down
Loading

0 comments on commit b0aa2f9

Please sign in to comment.