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 dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file contains dependencies for development and CI workflows
cookiecutter==2.7.1
pytest==9.0.3
pytest==9.1.1
14 changes: 7 additions & 7 deletions {{ cookiecutter.project_slug }}/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ build==1.5.0
# via pip-tools
cfgv==3.5.0
# via pre-commit
click==8.4.1
click==8.4.2
# via pip-tools
coverage[toml]==7.14.1
coverage[toml]==7.14.3
# via pytest-cov
distlib==0.4.0
distlib==0.4.3
# via virtualenv
filelock==3.29.0
filelock==3.29.4
# via virtualenv
identify==2.6.19
# via pre-commit
Expand Down Expand Up @@ -42,7 +42,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==9.0.3
pytest==9.1.1
# via
# {{ cookiecutter.project_slug }} (pyproject.toml)
# pytest-cov
Expand All @@ -53,11 +53,11 @@ pytest-mock==3.15.1
# via {{ cookiecutter.project_slug }} (pyproject.toml)
pyyaml==6.0.3
# via pre-commit
ruff==0.15.15
ruff==0.15.20
# via {{ cookiecutter.project_slug }} (pyproject.toml)
typing-extensions==4.15.0
# via mypy
virtualenv==21.4.2
virtualenv==21.5.1
# via pre-commit
wheel==0.47.0
# via pip-tools
Expand Down
14 changes: 7 additions & 7 deletions {{ cookiecutter.project_slug }}/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
babel==2.18.0
# via mkdocs-material
certifi==2026.5.20
certifi==2026.6.17
# via requests
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via
# mkdocs
# mkdocstrings
Expand All @@ -20,9 +20,9 @@ colorama==0.4.6
# mkdocs-material
ghp-import==2.1.0
# via mkdocs
griffe==2.0.2
griffe==2.1.0
# via mkdocstrings-python
idna==3.17
idna==3.18
# via requests
jinja2==3.1.6
# via
Expand Down Expand Up @@ -73,7 +73,7 @@ mkdocstrings==1.0.4
# via
# mkdocstrings-python
# {{ cookiecutter.project_slug }} (pyproject.toml)
mkdocstrings-python==2.0.3
mkdocstrings-python==2.0.5
# via {{ cookiecutter.project_slug }} (pyproject.toml)
packaging==26.2
# via mkdocs
Expand All @@ -87,7 +87,7 @@ platformdirs==4.10.0
# mkdocstrings
pygments==2.20.0
# via mkdocs-material
pymdown-extensions==10.21.3
pymdown-extensions==11.0
# via
# mkdocs-material
# mkdocstrings
Expand All @@ -101,7 +101,7 @@ pyyaml==6.0.3
# pyyaml-env-tag
pyyaml-env-tag==1.1
# via mkdocs
regex==2026.5.9
regex==2026.6.28
# via mkdocs-material
requests==2.34.2
# via mkdocs-material
Expand Down
Loading