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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dnspython==2.8.0
# via pymongo
edx-opaque-keys[django]==4.0.0
# via -r requirements/base.in
pymongo==4.16.0
pymongo==4.17.0
# via edx-opaque-keys
sqlparse==0.5.5
# via django
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.0.5
cachetools==7.0.6
# via tox
colorama==0.4.6
# via tox
Expand All @@ -15,7 +15,7 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
packaging==26.1
packaging==26.2
# via
# pyproject-api
# tox
Expand Down
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ astroid==4.0.4
# pylint-celery
attrs==26.1.0
# via scriv
build==1.4.3
build==1.4.4
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.5
cachetools==7.0.6
# via
# -r requirements/ci.txt
# tox
certifi==2026.2.25
certifi==2026.4.22
# via
# -r requirements/quality.txt
# requests
Expand All @@ -37,7 +37,7 @@ charset-normalizer==3.4.7
# via
# -r requirements/quality.txt
# requests
click==8.3.2
click==8.3.3
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -63,7 +63,7 @@ coverage[toml]==7.13.5
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -113,7 +113,7 @@ id==1.6.1
# via
# -r requirements/quality.txt
# twine
idna==3.11
idna==3.13
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -178,17 +178,17 @@ more-itertools==11.0.2
# -r requirements/quality.txt
# jaraco-classes
# jaraco-functools
mypy==1.20.1
mypy==1.20.2
# via -r requirements/quality.txt
mypy-extensions==1.1.0
# via
# -r requirements/quality.txt
# mypy
nh3==0.3.4
nh3==0.3.5
# via
# -r requirements/quality.txt
# readme-renderer
packaging==26.1
packaging==26.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -199,7 +199,7 @@ packaging==26.1
# tox
# twine
# wheel
pathspec==1.0.4
pathspec==1.1.0
# via
# -r requirements/quality.txt
# mypy
Expand Down Expand Up @@ -254,7 +254,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.16.0
pymongo==4.17.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down Expand Up @@ -311,7 +311,7 @@ rich==15.0.0
# via
# -r requirements/quality.txt
# twine
ruff==0.15.11
ruff==0.15.12
# via -r requirements/quality.txt
scriv==1.8.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -369,7 +369,7 @@ virtualenv==21.2.4
# via
# -r requirements/ci.txt
# tox
wheel==0.46.3
wheel==0.47.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
22 changes: 11 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
build==1.4.3
build==1.4.4
# via -r requirements/doc.in
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -43,7 +43,7 @@ coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -78,7 +78,7 @@ h11==0.16.0
# via uvicorn
id==1.6.1
# via twine
idna==3.11
idna==3.13
# via
# anyio
# requests
Expand Down Expand Up @@ -122,22 +122,22 @@ more-itertools==11.0.2
# via
# jaraco-classes
# jaraco-functools
mypy==1.20.1
mypy==1.20.2
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
# -r requirements/test.txt
# mypy
nh3==0.3.4
nh3==0.3.5
# via readme-renderer
packaging==26.1
packaging==26.2
# via
# -r requirements/test.txt
# build
# pytest
# sphinx
# twine
pathspec==1.0.4
pathspec==1.1.0
# via
# -r requirements/test.txt
# mypy
Expand All @@ -160,7 +160,7 @@ pygments==2.20.0
# readme-renderer
# rich
# sphinx
pymongo==4.16.0
pymongo==4.17.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -273,7 +273,7 @@ urllib3==2.6.3
# id
# requests
# twine
uvicorn==0.44.0
uvicorn==0.46.0
# via sphinx-autobuild
watchfiles==1.1.1
# via sphinx-autobuild
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
build==1.4.3
build==1.4.4
# via pip-tools
click==8.3.2
click==8.3.3
# via pip-tools
packaging==26.1
packaging==26.2
# via
# build
# wheel
Expand All @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.3
wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
packaging==26.1
packaging==26.2
# via wheel
wheel==0.46.3
wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via
# -r requirements/test.txt
# click-log
Expand All @@ -34,7 +34,7 @@ coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -64,7 +64,7 @@ edx-opaque-keys[django]==4.0.0
# via -r requirements/test.txt
id==1.6.1
# via twine
idna==3.11
idna==3.13
# via requests
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -108,22 +108,22 @@ more-itertools==11.0.2
# via
# jaraco-classes
# jaraco-functools
mypy==1.20.1
mypy==1.20.2
# via
# -r requirements/quality.in
# -r requirements/test.txt
mypy-extensions==1.1.0
# via
# -r requirements/test.txt
# mypy
nh3==0.3.4
nh3==0.3.5
# via readme-renderer
packaging==26.1
packaging==26.2
# via
# -r requirements/test.txt
# pytest
# twine
pathspec==1.0.4
pathspec==1.1.0
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -158,7 +158,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.16.0
pymongo==4.17.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -191,7 +191,7 @@ rfc3986==2.0.0
# via twine
rich==15.0.0
# via twine
ruff==0.15.11
ruff==0.15.12
# via -r requirements/quality.in
secretstorage==3.5.0
# via keyring
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.11.1
# via
# -r requirements/base.txt
# django
click==8.3.2
click==8.3.3
# via code-annotations
code-annotations==3.0.0
# via -r requirements/test.in
Expand Down Expand Up @@ -39,21 +39,21 @@ librt==0.9.0
# via mypy
markupsafe==3.0.3
# via jinja2
mypy==1.20.1
mypy==1.20.2
# via -r requirements/test.in
mypy-extensions==1.1.0
# via mypy
packaging==26.1
packaging==26.2
# via pytest
pathspec==1.0.4
pathspec==1.1.0
# via mypy
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.20.0
# via pytest
pymongo==4.16.0
pymongo==4.17.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down