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
18 changes: 9 additions & 9 deletions {{ cookiecutter.project_slug }}/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ cfgv==3.5.0
# via pre-commit
click==8.4.2
# via pip-tools
coverage[toml]==7.14.3
coverage[toml]==7.15.2
# via pytest-cov
distlib==0.4.3
# via virtualenv
filelock==3.29.4
filelock==3.32.0
# via virtualenv
identify==2.6.19
# via pre-commit
iniconfig==2.3.0
# via pytest
mypy==2.1.0
mypy==2.3.0
# via {{ cookiecutter.project_slug }} (pyproject.toml)
mypy-extensions==1.1.0
# via mypy
Expand All @@ -30,13 +30,13 @@ packaging==26.2
# via
# build
# pytest
pip-tools==7.5.3
pip-tools==7.6.0
# via {{ cookiecutter.project_slug }} (pyproject.toml)
platformdirs==4.10.0
platformdirs==4.11.0
# via virtualenv
pluggy==1.6.0
# via pytest
pre-commit==4.6.0
pre-commit==4.6.1
# via {{ cookiecutter.project_slug }} (pyproject.toml)
pyproject-hooks==1.2.0
# via
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.20
ruff==0.16.0
# via {{ cookiecutter.project_slug }} (pyproject.toml)
typing-extensions==4.15.0
typing-extensions==4.16.0
# via mypy
virtualenv==21.5.1
virtualenv==21.7.0
# 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,9 +6,9 @@
#
babel==2.18.0
# via mkdocs-material
certifi==2026.6.17
certifi==2026.7.22
# via requests
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
click==8.4.2
# via
Expand Down Expand Up @@ -63,13 +63,13 @@ mkdocs-get-deps==0.2.2
# via mkdocs
mkdocs-literate-nav==0.6.3
# via {{ cookiecutter.project_slug }} (pyproject.toml)
mkdocs-material==9.7.6
mkdocs-material==9.7.7
# via {{ cookiecutter.project_slug }} (pyproject.toml)
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocs-section-index==0.3.12
# via {{ cookiecutter.project_slug }} (pyproject.toml)
mkdocstrings==1.0.4
mkdocstrings==1.0.6
# via
# mkdocstrings-python
# {{ cookiecutter.project_slug }} (pyproject.toml)
Expand All @@ -81,13 +81,13 @@ paginate==0.5.7
# via mkdocs-material
pathspec==1.1.1
# via mkdocs
platformdirs==4.10.0
platformdirs==4.11.0
# via
# mkdocs-get-deps
# mkdocstrings
pygments==2.20.0
# via mkdocs-material
pymdown-extensions==11.0
pymdown-extensions==11.0.1
# 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.6.28
regex==2026.7.19
# via mkdocs-material
requests==2.34.2
# via mkdocs-material
Expand Down