Skip to content
Open
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
26 changes: 13 additions & 13 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# make upgrade
#
asgiref==3.10.0
asgiref==3.11.0
# via
# django
# django-cors-headers
certifi==2025.10.5
certifi==2026.1.4
# via requests
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via
# code-annotations
# edx-django-utils
code-annotations==2.3.0
# via edx-toggles
cryptography==46.0.2
cryptography==46.0.3
# via pyjwt
defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==4.2.25
django==4.2.27
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -79,7 +79,7 @@ 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.1
edx-auth-backends==4.6.2
# via -r requirements/base.in
edx-django-release-util==1.5.0
# via -r requirements/base.in
Expand Down Expand Up @@ -114,7 +114,7 @@ oauthlib==3.3.1
# social-auth-core
packaging==25.0
# via drf-yasg
psutil==7.1.0
psutil==7.2.1
# via edx-django-utils
pycparser==2.23
# via cffi
Expand All @@ -125,9 +125,9 @@ pyjwt[crypto]==2.10.1
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pymongo==4.15.3
pymongo==4.16.0
# via edx-opaque-keys
pynacl==1.6.0
pynacl==1.6.2
# via edx-django-utils
python-slugify==8.0.4
# via code-annotations
Expand Down Expand Up @@ -158,13 +158,13 @@ six==1.17.0
# edx-django-release-util
social-auth-app-django==5.4.3
# 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.3
sqlparse==0.5.5
# via django
stevedore==5.5.0
stevedore==5.6.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -175,7 +175,7 @@ typing-extensions==4.15.0
# via edx-opaque-keys
uritemplate==4.2.0
# via drf-yasg
urllib3==2.5.0
urllib3==2.6.3
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 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.1
cachetools==6.2.4
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.10.7
coverage==7.13.1
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.3
# via
# tox
# virtualenv
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.31.0
tox==4.34.1
# via -r requirements/ci.in
virtualenv==20.35.3
virtualenv==20.36.1
# via tox
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# this file from Github directly. It does not require packaging in edx-lint.

# using LTS django version
Django<5.0
Django<6.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
Loading
Loading