Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
hamzawaleed01 authored Jan 14, 2025
2 parents 823df3a + c5cbc88 commit 8c37be7
Show file tree
Hide file tree
Showing 9 changed files with 988 additions and 979 deletions.
12 changes: 7 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ code-annotations==2.1.0
# via edx-toggles
confluent-kafka[avro,schema-registry]==2.6.1
# via
# -c /edx/app/enterprise-access/requirements/constraints.txt
# -c /home/runner/work/enterprise-access/enterprise-access/requirements/constraints.txt
# -r requirements/base.in
coreapi==2.3.3
# via
Expand All @@ -72,7 +72,7 @@ defusedxml==0.8.0rc2
# social-auth-core
django==4.2.17
# via
# -c /edx/app/enterprise-access/requirements/common_constraints.txt
# -c /home/runner/work/enterprise-access/enterprise-access/requirements/common_constraints.txt
# -r requirements/base.in
# django-celery-results
# django-cors-headers
Expand Down Expand Up @@ -226,7 +226,7 @@ markupsafe==3.0.2
# via jinja2
monotonic==1.6
# via analytics-python
mysqlclient==2.2.6
mysqlclient==2.2.7
# via -r requirements/base.in
newrelic==10.4.0
# via edx-django-utils
Expand Down Expand Up @@ -346,8 +346,10 @@ uritemplate==4.1.1
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c /home/runner/work/enterprise-access/enterprise-access/requirements/common_constraints.txt
# requests
vine==5.1.0
# via
# amqp
Expand Down
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,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
Loading

0 comments on commit 8c37be7

Please sign in to comment.