Skip to content
Merged
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
36 changes: 17 additions & 19 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,31 @@
#
# make upgrade
#
asgiref==3.9.1
asgiref==3.10.0
# via
# django
# django-cors-headers
certifi==2025.8.3
certifi==2025.10.5
# via requests
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.2.1
click==8.3.0
# via
# code-annotations
# edx-django-utils
code-annotations==2.3.0
# via edx-toggles
cryptography==45.0.7
# via
# pyjwt
# social-auth-core
cryptography==46.0.2
# via pyjwt
defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==4.2.24
django==4.2.25
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand All @@ -50,7 +48,7 @@ django==4.2.24
# edx-drf-extensions
# edx-toggles
# social-auth-app-django
django-cors-headers==4.8.0
django-cors-headers==4.9.0
# via -r requirements/base.in
django-crum==0.7.9
# via
Expand All @@ -77,15 +75,15 @@ dnspython==2.8.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
drf-yasg==1.21.10
drf-yasg==1.21.11
# via edx-api-doc-tools
edx-api-doc-tools==2.1.0
# via -r requirements/base.in
edx-auth-backends==4.6.0
edx-auth-backends==4.6.1
# via -r requirements/base.in
edx-django-release-util==1.5.0
# via -r requirements/base.in
edx-django-utils==8.0.0
edx-django-utils==8.0.1
# via
# -r requirements/base.in
# edx-auth-backends
Expand All @@ -100,13 +98,13 @@ edx-rest-api-client==6.2.0
# via -r requirements/base.in
edx-toggles==5.4.1
# via edx-auth-backends
idna==3.10
idna==3.11
# via requests
inflection==0.5.1
# via drf-yasg
jinja2==3.1.6
# via code-annotations
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
mysqlclient==2.2.7
# via -r requirements/base.in
Expand All @@ -116,7 +114,7 @@ oauthlib==3.3.1
# social-auth-core
packaging==25.0
# via drf-yasg
psutil==7.0.0
psutil==7.1.0
# via edx-django-utils
pycparser==2.23
# via cffi
Expand All @@ -127,7 +125,7 @@ pyjwt[crypto]==2.10.1
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pymongo==4.15.0
pymongo==4.15.3
# via edx-opaque-keys
pynacl==1.6.0
# via edx-django-utils
Expand All @@ -139,7 +137,7 @@ pytz==2025.2
# via
# -r requirements/base.in
# drf-yasg
pyyaml==6.0.2
pyyaml==6.0.3
# via
# code-annotations
# drf-yasg
Expand All @@ -160,7 +158,7 @@ six==1.17.0
# edx-django-release-util
social-auth-app-django==5.4.3
# via edx-auth-backends
social-auth-core==4.7.0
social-auth-core==4.8.1
# via
# edx-auth-backends
# social-auth-app-django
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
#
# make upgrade
#
cachetools==6.2.0
cachetools==6.2.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.10.6
coverage==7.10.7
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via
# tox
# virtualenv
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.4.0
platformdirs==4.5.0
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.9.1
pyproject-api==1.10.0
# via tox
tox==4.30.2
tox==4.31.0
# via -r requirements/ci.in
virtualenv==20.34.0
virtualenv==20.35.3
# via tox
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ Django<5.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

# 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
Loading