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 @@ -8,7 +8,7 @@ dnspython==2.8.0
# via pymongo
pymongo==4.17.0
# via -r requirements/base.in
stevedore==5.9.0
stevedore==5.9.1
# via -r requirements/base.in
typing-extensions==4.16.0
# via -r requirements/base.in
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ coverage==7.15.4
# via -r requirements/ci.in
distlib==0.4.3
# via virtualenv
filelock==3.32.3
filelock==3.32.4
# via
# python-discovery
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@ docutils==0.22.4
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==6.1.0
edx-lint==6.2.0
# via -r requirements/doc.txt
execnet==2.1.2
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.32.3
filelock==3.32.4
# via
# -r requirements/ci.txt
# python-discovery
# tox
# virtualenv
hypothesis==6.165.10
# via -r requirements/doc.txt
idna==3.18
idna==3.19
# via
# -r requirements/doc.txt
# requests
Expand Down Expand Up @@ -147,7 +147,7 @@ mypy-extensions==1.1.0
# via
# -r requirements/doc.txt
# mypy
nh3==0.3.6
nh3==0.3.7
# via
# -r requirements/doc.txt
# readme-renderer
Expand Down Expand Up @@ -188,7 +188,7 @@ pydata-sphinx-theme==0.20.0
# via
# -r requirements/doc.txt
# sphinx-book-theme
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/doc.txt
# accessible-pygments
Expand Down Expand Up @@ -307,7 +307,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r requirements/doc.txt
# sphinx
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/doc.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dnspython==2.8.0
# via
# -r requirements/test.txt
# pymongo
edx-lint==6.1.0
edx-lint==6.2.0
# via -r requirements/test.txt
execnet==2.1.2
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ pluggy==1.6.0
# pytest-cov
pycodestyle==2.14.0
# via -r requirements/test.txt
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -154,7 +154,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ docutils==0.22.4
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==6.1.0
edx-lint==6.2.0
# via -r requirements/test.txt
execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.165.10
# via -r requirements/test.txt
idna==3.18
idna==3.19
# via requests
imagesize==2.0.0
# via sphinx
Expand Down Expand Up @@ -106,7 +106,7 @@ mypy-extensions==1.1.0
# via
# -r requirements/test.txt
# mypy
nh3==0.3.6
nh3==0.3.7
# via readme-renderer
packaging==26.3
# via
Expand All @@ -130,7 +130,7 @@ pycodestyle==2.14.0
# via -r requirements/test.txt
pydata-sphinx-theme==0.20.0
# via sphinx-book-theme
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/test.txt
# accessible-pygments
Expand Down Expand Up @@ -216,7 +216,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
edx-lint==6.1.0
edx-lint==6.2.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
Expand Down Expand Up @@ -67,7 +67,7 @@ pluggy==1.6.0
# pytest-cov
pycodestyle==2.14.0
# via -r requirements/test.in
pygments==2.20.0
pygments==2.21.0
# via pytest
pylint==4.0.7
# via
Expand Down Expand Up @@ -102,7 +102,7 @@ six==1.17.0
# via edx-lint
sortedcontainers==2.4.0
# via hypothesis
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/base.txt
# code-annotations
Expand Down