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 Jan 23, 2025
1 parent c1d89e3 commit 8d78b4c
Show file tree
Hide file tree
Showing 9 changed files with 170 additions and 163 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.18
# 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.8.0
# via -r requirements/base.in
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via tox
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.17.0
# 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.9.0
# via tox
tox==4.18.1
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.26.4
virtualenv==20.29.1
# via tox
14 changes: 7 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,10 @@ 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

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
Loading

0 comments on commit 8d78b4c

Please sign in to comment.