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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
dnspython==2.8.0
# via pymongo
pymongo==4.15.3
pymongo==4.15.4
# via -r requirements/base.in
stevedore==5.5.0
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==6.2.1
cachetools==6.2.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.11.2
coverage==7.11.3
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.1
cachetools==6.2.2
# via
# -r requirements/ci.txt
# tox
certifi==2025.10.5
certifi==2025.11.12
# via
# -r requirements/doc.txt
# requests
Expand All @@ -46,7 +46,7 @@ charset-normalizer==3.4.4
# via
# -r requirements/doc.txt
# requests
click==8.3.0
click==8.3.1
# via
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
Expand All @@ -66,7 +66,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.11.2
coverage[toml]==7.11.3
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand All @@ -93,7 +93,7 @@ docutils==0.21.2
# sphinx
edx-lint==5.6.0
# via -r requirements/doc.txt
execnet==2.1.1
execnet==2.1.2
# via
# -r requirements/doc.txt
# pytest-xdist
Expand All @@ -102,7 +102,7 @@ filelock==3.20.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.147.0
hypothesis==6.148.1
# via -r requirements/doc.txt
idna==3.11
# via
Expand Down Expand Up @@ -160,7 +160,7 @@ pathspec==0.12.1
# via
# -r requirements/doc.txt
# mypy
pip-tools==7.5.1
pip-tools==7.5.2
# via -r requirements/pip-tools.txt
platformdirs==4.5.0
# via
Expand Down Expand Up @@ -210,7 +210,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/doc.txt
# pylint-celery
# pylint-django
pymongo==4.15.3
pymongo==4.15.4
# via -r requirements/doc.txt
pyproject-api==1.10.0
# via
Expand All @@ -221,7 +221,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.0
pytest==9.0.1
# via
# -r requirements/doc.txt
# pytest-cov
Expand Down
12 changes: 6 additions & 6 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ astroid==3.3.11
# -r requirements/test.txt
# pylint
# pylint-celery
click==8.3.0
click==8.3.1
# via
# -r requirements/test.txt
# click-log
Expand All @@ -23,7 +23,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.11.2
coverage[toml]==7.11.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -39,11 +39,11 @@ dnspython==2.8.0
# pymongo
edx-lint==5.6.0
# via -r requirements/test.txt
execnet==2.1.1
execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.147.0
hypothesis==6.148.1
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -116,9 +116,9 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.15.3
pymongo==4.15.4
# via -r requirements/test.txt
pytest==9.0.0
pytest==9.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.14.2
# via pydata-sphinx-theme
certifi==2025.10.5
certifi==2025.11.12
# via requests
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via
# -r requirements/test.txt
# click-log
Expand All @@ -37,7 +37,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.11.2
coverage[toml]==7.11.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -58,11 +58,11 @@ docutils==0.21.2
# sphinx
edx-lint==5.6.0
# via -r requirements/test.txt
execnet==2.1.1
execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.147.0
hypothesis==6.148.1
# via -r requirements/test.txt
idna==3.11
# via requests
Expand Down Expand Up @@ -150,9 +150,9 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.15.3
pymongo==4.15.4
# via -r requirements/test.txt
pytest==9.0.0
pytest==9.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==1.3.0
# via pip-tools
click==8.3.0
click==8.3.1
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.1
pip-tools==7.5.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.3.11
# via
# pylint
# pylint-celery
click==8.3.0
click==8.3.1
# via
# click-log
# code-annotations
Expand All @@ -17,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.11.2
coverage[toml]==7.11.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -31,9 +31,9 @@ dnspython==2.8.0
# pymongo
edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
execnet==2.1.2
# via pytest-xdist
hypothesis==6.147.0
hypothesis==6.148.1
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -79,9 +79,9 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.15.3
pymongo==4.15.4
# via -r requirements/base.txt
pytest==9.0.0
pytest==9.0.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down