Skip to content

Commit

Permalink
Merge pull request #42 from edx/repo-tools/upgrade-python-requirement…
Browse files Browse the repository at this point in the history
…s-f7803c7

chore: Upgrade Python requirements
  • Loading branch information
alangsto authored Dec 13, 2024
2 parents f7803c7 + 301a9bf commit 51b4851
Show file tree
Hide file tree
Showing 8 changed files with 354 additions and 356 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ defusedxml==0.8.0rc2
# social-auth-core
django==4.2.17
# via
# -c /Users/usama.sadiq/Desktop/edX/edx-analytics-dashboard/requirements/common_constraints.txt
# -c /Users/usama.sadiq/Desktop/edX/edx-analytics-dashboard/requirements/constraints.txt
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# django-appconf
# django-braces
Expand Down Expand Up @@ -81,7 +81,7 @@ django-waffle==4.2.0
# edx-toggles
django-webpack-loader==0.7.0
# via
# -c /Users/usama.sadiq/Desktop/edX/edx-analytics-dashboard/requirements/constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
djangorestframework==3.15.2
# via
Expand Down Expand Up @@ -207,7 +207,7 @@ social-auth-core==4.5.4
# via
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand All @@ -223,7 +223,7 @@ typing-extensions==4.12.2
# edx-opaque-keys
urllib3==1.26.20
# via
# -c /Users/usama.sadiq/Desktop/edX/edx-analytics-dashboard/requirements/constraints.txt
# -c requirements/constraints.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 3 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 @@ -23,9 +22,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==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
Loading

0 comments on commit 51b4851

Please sign in to comment.