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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
asgiref==3.11.0
# via django
django==5.2.9
django==5.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
dnspython==2.8.0
# via pymongo
edx-opaque-keys[django]==3.0.0
# via -r requirements/base.in
pymongo==4.15.5
pymongo==4.16.0
# via edx-opaque-keys
sqlparse==0.5.5
# via django
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.2
filelock==3.20.3
# via
# tox
# virtualenv
Expand All @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.33.0
tox==4.34.1
# via -r requirements/ci.in
virtualenv==20.35.4
virtualenv==20.36.1
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
build==1.3.0
build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -76,7 +76,7 @@ cryptography==46.0.3
# secretstorage
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==10.1.0
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.0
# via
Expand All @@ -86,7 +86,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.9
django==5.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand All @@ -110,7 +110,7 @@ edx-lint==5.6.0
# via -r requirements/quality.txt
edx-opaque-keys[django]==3.0.0
# via -r requirements/quality.txt
filelock==3.20.2
filelock==3.20.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -208,7 +208,7 @@ packaging==25.0
# pytest
# tox
# twine
pathspec==0.12.1
pathspec==1.0.3
# via
# -r requirements/quality.txt
# mypy
Expand Down Expand Up @@ -262,7 +262,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down Expand Up @@ -315,7 +315,7 @@ rich==14.2.0
# via
# -r requirements/quality.txt
# twine
ruff==0.14.10
ruff==0.14.11
# via -r requirements/quality.txt
scriv==1.8.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -344,7 +344,7 @@ tomlkit==0.13.3
# via
# -r requirements/quality.txt
# pylint
tox==4.33.0
tox==4.34.1
# via -r requirements/ci.txt
twine==6.2.0
# via -r requirements/quality.txt
Expand All @@ -359,12 +359,12 @@ typing-extensions==4.15.0
# django-stubs-ext
# edx-opaque-keys
# mypy
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.35.4
virtualenv==20.36.1
# via
# -r requirements/ci.txt
# tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
anyio==4.12.0
anyio==4.12.1
# via
# starlette
# watchfiles
Expand All @@ -24,7 +24,7 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
build==1.3.0
build==1.4.0
# via -r requirements/doc.in
certifi==2026.1.4
# via requests
Expand All @@ -49,7 +49,7 @@ cryptography==46.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==5.2.9
django==5.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -141,7 +141,7 @@ packaging==25.0
# pytest
# sphinx
# twine
pathspec==0.12.1
pathspec==1.0.3
# via
# -r requirements/test.txt
# mypy
Expand All @@ -164,7 +164,7 @@ pygments==2.19.2
# readme-renderer
# rich
# sphinx
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -247,7 +247,7 @@ sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
starlette==0.50.0
starlette==0.51.0
# via sphinx-autobuild
stevedore==5.6.0
# via
Expand Down Expand Up @@ -276,15 +276,15 @@ typing-extensions==4.15.0
# mypy
# pydata-sphinx-theme
# starlette
urllib3==2.6.2
urllib3==2.6.3
# via
# requests
# twine
uvicorn==0.40.0
# via sphinx-autobuild
watchfiles==1.1.1
# via sphinx-autobuild
websockets==15.0.1
websockets==16.0
# via sphinx-autobuild
zipp==3.23.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.3.0
build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
# via pylint
django==5.2.9
django==5.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -127,7 +127,7 @@ packaging==25.0
# -r requirements/test.txt
# pytest
# twine
pathspec==0.12.1
pathspec==1.0.3
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -162,7 +162,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -196,7 +196,7 @@ rfc3986==2.0.0
# via twine
rich==14.2.0
# via twine
ruff==0.14.10
ruff==0.14.11
# via -r requirements/quality.in
secretstorage==3.5.0
# via keyring
Expand Down Expand Up @@ -230,7 +230,7 @@ typing-extensions==4.15.0
# django-stubs-ext
# edx-opaque-keys
# mypy
urllib3==2.6.2
urllib3==2.6.3
# via
# requests
# twine
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ mypy-extensions==1.1.0
# via mypy
packaging==25.0
# via pytest
pathspec==0.12.1
pathspec==1.0.3
# via mypy
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.2
# via pytest
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down