Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 9, 2024
1 parent 00c1a6d commit 6666bd2
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 178 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ billiard==4.2.0
# via celery
celery==5.4.0
# via
# -c requirements/constraints.txt
# -c /home/runner/work/edx-name-affirmation/edx-name-affirmation/requirements/constraints.txt
# edx-celeryutils
certifi==2024.8.30
# via requests
Expand Down Expand Up @@ -44,7 +44,7 @@ cryptography==43.0.1
# via pyjwt
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/edx-name-affirmation/edx-name-affirmation/requirements/common_constraints.txt
# -r requirements/base.in
# django-config-models
# django-crum
Expand Down Expand Up @@ -72,7 +72,7 @@ django-model-utils==5.0.0
# edx-celeryutils
django-simple-history==3.4.0
# via
# -c requirements/constraints.txt
# -c /home/runner/work/edx-name-affirmation/edx-name-affirmation/requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.1.0
# via
Expand Down
10 changes: 3 additions & 7 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,9 +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
Loading

0 comments on commit 6666bd2

Please sign in to comment.