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 @@ -16,7 +16,7 @@ python-slugify==8.0.4
# via -r requirements/base.in
pyyaml==6.0.2
# via -r requirements/base.in
stevedore==5.4.0
stevedore==5.4.1
# via -r requirements/base.in
text-unidecode==1.3
# via python-slugify
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.1
cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.1
cachetools==5.5.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -50,7 +50,7 @@ coverage[toml]==7.6.12
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down Expand Up @@ -184,7 +184,7 @@ sqlparse==0.5.3
# via
# -r requirements/quality.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
11 changes: 7 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ nh3==0.2.20
packaging==24.2
# via
# -r requirements/test.txt
# pydata-sphinx-theme
# pytest
# sphinx
# twine
Expand All @@ -107,7 +108,7 @@ pluggy==1.5.0
# pytest
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.16.1
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.19.1
# via
Expand Down Expand Up @@ -143,18 +144,20 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
roman-numerals-py==3.1.0
# via sphinx
secretstorage==3.3.3
# via keyring
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.1.3
sphinx==8.2.1
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.3
sphinx-book-theme==1.1.4
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -172,7 +175,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/test.txt
# doc8
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sqlparse==0.5.3
# via
# -r requirements/django.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via -r requirements/base.txt
text-unidecode==1.3
# via
Expand Down