Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 18, 2024
1 parent 3926e5a commit 0a5040f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 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,13 +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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ wheel==0.45.0 # via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2 # via -c /home/runner/work/codejail/codejail/requirements/common_constraints.txt, -r requirements/pip.in
setuptools==75.3.0 # via -r requirements/pip.in
setuptools==75.5.0 # via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/sandbox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ django==3.2.25 # via -c requirements/common_constraints.txt, -c requi
numpy==2.1.3 # via -r requirements/sandbox.in
pytz==2024.2 # via django
six==1.16.0 # via -r requirements/sandbox.in
sqlparse==0.5.1 # via django
sqlparse==0.5.2 # via django

0 comments on commit 0a5040f

Please sign in to comment.