Skip to content
Closed
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/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pytest==8.4.2
# via
# -r requirements/quality.txt
# pytest-cov
pytest-cov==6.3.0
pytest-cov==7.0.0
# via -r requirements/quality.txt
python-slugify==8.0.4
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ beautifulsoup4==4.13.5
# via pydata-sphinx-theme
certifi==2025.8.3
# via requests
cffi==1.17.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
Expand Down Expand Up @@ -103,7 +103,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
pycparser==2.22
pycparser==2.23
# via cffi
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
Expand All @@ -121,7 +121,7 @@ pytest==8.4.2
# via
# -r requirements/test.txt
# pytest-cov
pytest-cov==6.3.0
pytest-cov==7.0.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via -r requirements/test.txt
Expand All @@ -145,7 +145,7 @@ rich==14.1.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
secretstorage==3.3.3
secretstorage==3.4.0
# via keyring
snowballstemmer==3.0.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pytest==8.4.2
# via
# -r requirements/test.txt
# pytest-cov
pytest-cov==6.3.0
pytest-cov==7.0.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pygments==2.19.2
# via pytest
pytest==8.4.2
# via pytest-cov
pytest-cov==6.3.0
pytest-cov==7.0.0
# via -r requirements/test.in
python-slugify==8.0.4
# via -r requirements/base.txt
Expand Down