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 @@ -12,7 +12,7 @@ pymongo==4.13.0
# via -r requirements/base.in
stevedore==5.4.1
# via -r requirements/base.in
typing-extensions==4.13.2
typing-extensions==4.14.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ filelock==3.18.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.132.0
hypothesis==6.135.3
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -194,6 +194,7 @@ pygments==2.19.1
# -r requirements/doc.txt
# accessible-pygments
# pydata-sphinx-theme
# pytest
# readme-renderer
# sphinx
pylint==3.3.7
Expand Down Expand Up @@ -227,7 +228,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.5
pytest==8.4.0
# via
# -r requirements/doc.txt
# pytest-cov
Expand Down Expand Up @@ -309,13 +310,13 @@ text-unidecode==1.3
# via
# -r requirements/doc.txt
# python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via
# -r requirements/doc.txt
# pylint
tox==4.26.0
# via -r requirements/ci.txt
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# -r requirements/doc.txt
# beautifulsoup4
Expand Down
12 changes: 8 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.132.0
hypothesis==6.135.3
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand Down Expand Up @@ -99,6 +99,10 @@ pluggy==1.6.0
# pytest
pycodestyle==2.13.0
# via -r requirements/test.txt
pygments==2.19.1
# via
# -r requirements/test.txt
# pytest
pylint==3.3.7
# via
# -r requirements/test.txt
Expand All @@ -121,7 +125,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.13.0
# via -r requirements/test.txt
pytest==8.3.5
pytest==8.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -157,11 +161,11 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# -r requirements/test.txt
# mypy
Expand Down
10 changes: 6 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.132.0
hypothesis==6.135.3
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -131,8 +131,10 @@ pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.19.1
# via
# -r requirements/test.txt
# accessible-pygments
# pydata-sphinx-theme
# pytest
# readme-renderer
# sphinx
pylint==3.3.7
Expand All @@ -157,7 +159,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.13.0
# via -r requirements/test.txt
pytest==8.3.5
pytest==8.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -219,11 +221,11 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# -r requirements/test.txt
# beautifulsoup4
Expand Down
10 changes: 6 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.132.0
hypothesis==6.135.3
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand Down Expand Up @@ -67,6 +67,8 @@ pluggy==1.6.0
# via pytest
pycodestyle==2.13.0
# via -r requirements/test.in
pygments==2.19.1
# via pytest
pylint==3.3.7
# via
# edx-lint
Expand All @@ -83,7 +85,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.13.0
# via -r requirements/base.txt
pytest==8.3.5
pytest==8.4.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -106,9 +108,9 @@ stevedore==5.4.1
# code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via pylint
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# -r requirements/base.txt
# mypy
Expand Down