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

Merged
Merged
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
22 changes: 11 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
algoliasearch==3.0.0
# via
# -c /home/runner/work/enterprise-catalog/enterprise-catalog/requirements/constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
amqp==5.2.0
# via kombu
Expand All @@ -32,7 +32,7 @@ billiard==4.2.1
# via celery
celery==5.4.0
# via
# -c /home/runner/work/enterprise-catalog/enterprise-catalog/requirements/constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# django-celery-results
# edx-celeryutils
Expand Down Expand Up @@ -78,8 +78,8 @@ distro==1.9.0
# via openai
django==4.2.16
# via
# -c /home/runner/work/enterprise-catalog/enterprise-catalog/requirements/common_constraints.txt
# -c /home/runner/work/enterprise-catalog/enterprise-catalog/requirements/constraints.txt
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# django-celery-results
# django-clearcache
Expand Down Expand Up @@ -111,7 +111,7 @@ django-clearcache==1.2.1
# via -r requirements/base.in
django-config-models==2.7.0
# via -r requirements/base.in
django-cors-headers==4.5.0
django-cors-headers==4.6.0
# via -r requirements/base.in
django-crum==0.7.9
# via
Expand All @@ -132,7 +132,7 @@ django-model-utils==5.0.0
# edx-rbac
django-simple-history==3.7.0
# via
# -c /home/runner/work/enterprise-catalog/enterprise-catalog/requirements/constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.1.0
# via
Expand Down Expand Up @@ -216,7 +216,7 @@ mysqlclient==2.2.5
# via -r requirements/base.in
newrelic==10.2.0
# via edx-django-utils
numpy==2.1.2
numpy==2.1.3
# via
# scikit-learn
# scipy
Expand All @@ -226,7 +226,7 @@ oauthlib==3.2.2
# social-auth-core
openai==1.13.3
# via
# -c /home/runner/work/enterprise-catalog/enterprise-catalog/requirements/constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
pbr==6.1.0
# via stevedore
Expand Down Expand Up @@ -272,7 +272,7 @@ pyyaml==6.0.2
# edx-django-release-util
redis==3.5.3
# via
# -c /home/runner/work/enterprise-catalog/enterprise-catalog/requirements/constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
referencing==0.35.1
# via
Expand All @@ -288,7 +288,7 @@ requests==2.32.3
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -335,7 +335,7 @@ text-unidecode==1.3
# via python-slugify
threadpoolctl==3.5.0
# via scikit-learn
tqdm==4.66.5
tqdm==4.66.6
# via openai
typing-extensions==4.12.2
# via
Expand Down
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ elasticsearch<7.14.0
# 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
Loading
Loading