Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==5.2.8
django==5.2.9
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -136,7 +136,7 @@ django-object-actions==5.0.0
# via -r requirements/base.in
django-rest-swagger==2.2.0
# via -r requirements/base.in
django-simple-history==3.10.1
django-simple-history==3.11.0
# via -r requirements/base.in
django-waffle==5.0.0
# via
Expand Down Expand Up @@ -265,7 +265,7 @@ ply==3.11
# via djangoql
prompt-toolkit==3.0.52
# via click-repl
psutil==7.1.3
psutil==7.2.0
# via edx-django-utils
pycparser==2.23
# via cffi
Expand All @@ -280,7 +280,7 @@ pyjwt[crypto]==2.10.1
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.15.4
pymongo==4.15.5
# via edx-opaque-keys
pynacl==1.6.1
# via edx-django-utils
Expand Down Expand Up @@ -338,20 +338,20 @@ six==1.17.0
# edx-django-release-util
# edx-rbac
# python-dateutil
social-auth-app-django==5.6.0
social-auth-app-django==5.7.0
# via edx-auth-backends
social-auth-core==4.8.1
social-auth-core==4.8.3
# via
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.4
sqlparse==0.5.5
# via django
stevedore==5.6.0
# via
# code-annotations
# edx-django-utils
# edx-opaque-keys
stripe==14.0.1
stripe==14.1.0
# via -r requirements/base.in
text-unidecode==1.3
# via python-slugify
Expand All @@ -363,7 +363,7 @@ typing-extensions==4.15.0
# exceptiongroup
# referencing
# stripe
tzdata==2025.2
tzdata==2025.3
# via kombu
tzlocal==5.3.1
# via celery
Expand All @@ -372,7 +372,7 @@ uritemplate==4.2.0
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.5.0
urllib3==2.6.2
# via requests
vine==5.1.0
# via
Expand Down
7 changes: 0 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,3 @@ Django<6.0
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# pip 25.3 is incompatible with pip-tools hence causing failures during the build process
# Make upgrade command and all requirements upgrade jobs are broken due to this.
# See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix.
# The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3
# Issue to track this dependency and unpin later on: https://github.com/openedx/edx-lint/issues/503
pip<25.3
40 changes: 20 additions & 20 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.2
cachetools==6.2.4
# via
# -r requirements/validation.txt
# tox
Expand Down Expand Up @@ -122,7 +122,7 @@ coreschema==0.0.4
# via
# -r requirements/validation.txt
# coreapi
coverage[toml]==7.12.0
coverage[toml]==7.13.1
# via
# -r requirements/validation.txt
# pytest-cov
Expand All @@ -144,7 +144,7 @@ dictdiffer==0.9.0
# via
# -r requirements/validation.txt
# pytest-dictsdiff
diff-cover==9.7.2
diff-cover==10.0.0
# via -r requirements/dev.in
dill==0.4.0
# via
Expand All @@ -154,7 +154,7 @@ distlib==0.4.0
# via
# -r requirements/validation.txt
# virtualenv
django==5.2.8
django==5.2.9
# via
# -r requirements/validation.txt
# crispy-bootstrap5
Expand Down Expand Up @@ -222,7 +222,7 @@ django-object-actions==5.0.0
# via -r requirements/validation.txt
django-rest-swagger==2.2.0
# via -r requirements/validation.txt
django-simple-history==3.10.1
django-simple-history==3.11.0
# via -r requirements/validation.txt
django-waffle==5.0.0
# via
Expand All @@ -248,7 +248,7 @@ dnspython==2.8.0
# via
# -r requirements/validation.txt
# pymongo
docutils==0.22.3
docutils==0.22.4
# via
# -r requirements/validation.txt
# readme-renderer
Expand Down Expand Up @@ -320,7 +320,7 @@ exceptiongroup==1.3.1
# celery
factory-boy==3.3.3
# via -r requirements/validation.txt
faker==38.2.0
faker==39.0.0
# via
# -r requirements/validation.txt
# factory-boy
Expand All @@ -329,7 +329,7 @@ fastavro==1.12.1
# -r requirements/validation.txt
# confluent-kafka
# openedx-events
filelock==3.20.0
filelock==3.20.1
# via
# -r requirements/validation.txt
# tox
Expand Down Expand Up @@ -365,11 +365,11 @@ jaraco-classes==3.4.0
# via
# -r requirements/validation.txt
# keyring
jaraco-context==6.0.1
jaraco-context==6.0.2
# via
# -r requirements/validation.txt
# keyring
jaraco-functools==4.3.0
jaraco-functools==4.4.0
# via
# -r requirements/validation.txt
# keyring
Expand Down Expand Up @@ -471,7 +471,7 @@ path==16.16.0
# via edx-i18n-tools
pip-tools==7.5.2
# via -r requirements/pip-tools.txt
platformdirs==4.5.0
platformdirs==4.5.1
# via
# -r requirements/validation.txt
# pylint
Expand All @@ -494,7 +494,7 @@ prompt-toolkit==3.0.52
# via
# -r requirements/validation.txt
# click-repl
psutil==7.1.3
psutil==7.2.0
# via
# -r requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -543,7 +543,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymemcache==4.0.0
# via -r requirements/validation.txt
pymongo==4.15.4
pymongo==4.15.5
# via
# -r requirements/validation.txt
# edx-opaque-keys
Expand All @@ -560,7 +560,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -671,16 +671,16 @@ snowballstemmer==3.0.1
# via
# -r requirements/validation.txt
# pydocstyle
social-auth-app-django==5.6.0
social-auth-app-django==5.7.0
# via
# -r requirements/validation.txt
# edx-auth-backends
social-auth-core==4.8.1
social-auth-core==4.8.3
# via
# -r requirements/validation.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/validation.txt
# django
Expand All @@ -691,7 +691,7 @@ stevedore==5.6.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
stripe==14.0.1
stripe==14.1.0
# via -r requirements/validation.txt
text-unidecode==1.3
# via
Expand All @@ -714,7 +714,7 @@ typing-extensions==4.15.0
# exceptiongroup
# referencing
# stripe
tzdata==2025.2
tzdata==2025.3
# via
# -r requirements/validation.txt
# faker
Expand All @@ -729,7 +729,7 @@ uritemplate==4.2.0
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.5.0
urllib3==2.6.2
# via
# -r requirements/validation.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==5.2.8
django==5.2.9
Loading