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.5
pymongo==4.16.0
# via -r requirements/base.in
stevedore==5.6.0
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.13.1
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.20.2
filelock==3.20.3
# via
# tox
# virtualenv
Expand All @@ -30,7 +30,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
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ beautifulsoup4==4.14.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
build==1.3.0
build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -97,12 +97,12 @@ execnet==2.1.2
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.20.2
filelock==3.20.3
# via
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.148.12
hypothesis==6.150.0
# via -r requirements/doc.txt
idna==3.11
# via
Expand Down Expand Up @@ -160,7 +160,7 @@ packaging==25.0
# pytest
# sphinx
# tox
pathspec==0.12.1
pathspec==1.0.3
# via
# -r requirements/doc.txt
# mypy
Expand Down Expand Up @@ -214,7 +214,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/doc.txt
# pylint-celery
# pylint-django
pymongo==4.15.5
pymongo==4.16.0
# via -r requirements/doc.txt
pyproject-api==1.10.0
# via
Expand Down Expand Up @@ -311,19 +311,19 @@ tomlkit==0.13.3
# via
# -r requirements/doc.txt
# pylint
tox==4.33.0
tox==4.34.1
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
# -r requirements/doc.txt
# beautifulsoup4
# mypy
# pydata-sphinx-theme
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/doc.txt
# requests
virtualenv==20.35.4
virtualenv==20.36.1
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.148.12
hypothesis==6.150.0
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -81,7 +81,7 @@ packaging==25.0
# via
# -r requirements/test.txt
# pytest
pathspec==0.12.1
pathspec==1.0.3
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -120,7 +120,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.15.5
pymongo==4.16.0
# via -r requirements/test.txt
pytest==9.0.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.148.12
hypothesis==6.150.0
# via -r requirements/test.txt
idna==3.11
# via requests
Expand Down Expand Up @@ -109,7 +109,7 @@ packaging==25.0
# pydata-sphinx-theme
# pytest
# sphinx
pathspec==0.12.1
pathspec==1.0.3
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -154,7 +154,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.15.5
pymongo==4.16.0
# via -r requirements/test.txt
pytest==9.0.2
# via
Expand Down Expand Up @@ -228,5 +228,5 @@ typing-extensions==4.15.0
# beautifulsoup4
# mypy
# pydata-sphinx-theme
urllib3==2.6.2
urllib3==2.6.3
# via requests
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
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.148.12
hypothesis==6.150.0
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand All @@ -55,7 +55,7 @@ mypy-extensions==1.1.0
# via mypy
packaging==25.0
# via pytest
pathspec==0.12.1
pathspec==1.0.3
# via mypy
platformdirs==4.5.1
# via pylint
Expand All @@ -81,7 +81,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.15.5
pymongo==4.16.0
# via -r requirements/base.txt
pytest==9.0.2
# via
Expand Down