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 26, 2024
1 parent c1d89e3 commit 8f6579a
Show file tree
Hide file tree
Showing 9 changed files with 147 additions and 150 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -16,21 +16,21 @@ djangorestframework==3.15.2
# via
# -r requirements/base.in
# drf-yasg
drf-yasg==1.21.7
drf-yasg==1.21.8
# via -r requirements/base.in
inflection==0.5.1
# via drf-yasg
packaging==24.1
packaging==24.2
# via drf-yasg
pytz==2024.1
pytz==2024.2
# via drf-yasg
pyyaml==6.0.2
# via drf-yasg
sqlparse==0.5.1
sqlparse==0.5.3
# via django
uritemplate==4.1.1
# via drf-yasg

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.6.0
# via -r requirements/base.in
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tox==4.18.1
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.26.4
virtualenv==20.28.0
# via tox
10 changes: 3 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 @@ -28,9 +27,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 8f6579a

Please sign in to comment.