Skip to content

Commit

Permalink
Merge pull request #590 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-c99238a

Python Requirements Update
  • Loading branch information
sameeramin authored Nov 20, 2024
2 parents d134f53 + fa3f0e8 commit 11a4a02
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 63 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via kombu
analytics-python==1.4.post1
# via -r requirements/base.in
Expand Down Expand Up @@ -48,7 +48,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.0
code-annotations==1.8.1
# via edx-toggles
confluent-kafka==2.6.0
# via -r requirements/base.in
Expand Down Expand Up @@ -122,7 +122,7 @@ django-rest-swagger==2.2.0
# via -r requirements/base.in
django-simple-history==3.7.0
# via -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -221,7 +221,7 @@ markupsafe==3.0.2
# via jinja2
monotonic==1.6
# via analytics-python
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r requirements/base.in
newrelic==10.2.0
# via edx-django-utils
Expand Down Expand Up @@ -249,7 +249,7 @@ pycparser==2.22
# via cffi
pygments==2.18.0
# via -r requirements/base.in
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# drf-jwt
# edx-auth-backends
Expand Down Expand Up @@ -320,7 +320,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 @@ -12,7 +12,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 @@ -24,13 +23,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected


# 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
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# kombu
Expand Down Expand Up @@ -94,7 +94,7 @@ click-repl==0.3.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# celery
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# edx-lint
Expand All @@ -114,7 +114,7 @@ coreschema==0.0.4
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# coreapi
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -203,7 +203,7 @@ django-rest-swagger==2.2.0
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
django-simple-history==3.7.0
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -293,7 +293,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
factory-boy==3.3.1
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
faker==30.8.2
faker==33.0.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -382,7 +382,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 @@ -409,7 +409,7 @@ more-itertools==10.5.0
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# jaraco-classes
# jaraco-functools
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
newrelic==10.2.0
# via
Expand Down Expand Up @@ -493,7 +493,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# drf-jwt
Expand Down Expand Up @@ -656,7 +656,7 @@ social-auth-core==4.5.4
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/validation.txt
# django
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
amqp==5.2.0
amqp==5.3.1
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# kombu
Expand Down Expand Up @@ -97,7 +97,7 @@ click-repl==0.3.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# celery
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# edx-lint
Expand All @@ -117,7 +117,7 @@ coreschema==0.0.4
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# coreapi
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -200,7 +200,7 @@ django-rest-swagger==2.2.0
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
django-simple-history==3.7.0
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -293,7 +293,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
factory-boy==3.3.1
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
faker==30.8.2
faker==33.0.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -367,7 +367,7 @@ monotonic==1.6
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# analytics-python
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
newrelic==10.2.0
# via
Expand Down Expand Up @@ -437,7 +437,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -596,7 +596,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 /home/runner/work/enterprise-access/enterprise-access/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 @@ -10,5 +10,5 @@ wheel==0.45.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.3.0
setuptools==75.5.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
# kombu
Expand Down Expand Up @@ -68,7 +68,7 @@ click-repl==0.3.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
# celery
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -149,7 +149,7 @@ django-rest-swagger==2.2.0
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
django-simple-history==3.7.0
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -233,7 +233,7 @@ fastavro==1.9.7
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
# openedx-events
gevent==24.10.3
gevent==24.11.1
# via -r requirements/production.in
greenlet==3.1.1
# via gevent
Expand Down Expand Up @@ -283,7 +283,7 @@ monotonic==1.6
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
# analytics-python
mysqlclient==2.2.5
mysqlclient==2.2.6
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -331,7 +331,7 @@ pycparser==2.22
# cffi
pygments==2.18.0
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -429,7 +429,7 @@ social-auth-core==4.5.4
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/base.txt
# django
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# kombu
Expand Down Expand Up @@ -87,7 +87,7 @@ click-repl==0.3.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# celery
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# edx-lint
Expand All @@ -107,7 +107,7 @@ coreschema==0.0.4
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# coreapi
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -191,7 +191,7 @@ django-rest-swagger==2.2.0
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
django-simple-history==3.7.0
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -279,7 +279,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
factory-boy==3.3.1
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
faker==30.8.2
faker==33.0.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -373,7 +373,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
newrelic==10.2.0
# via
Expand Down Expand Up @@ -443,7 +443,7 @@ pygments==2.18.0
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# readme-renderer
# rich
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -588,7 +588,7 @@ social-auth-core==4.5.4
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r /home/runner/work/enterprise-access/enterprise-access/requirements/test.txt
# django
Expand Down
Loading

0 comments on commit 11a4a02

Please sign in to comment.