Skip to content
Open
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 requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ anyio==4.9.0
# via httpx
argcomplete==3.6.2
# via commitizen
astroid==3.3.10
astroid==4.0.1
# via pylint
babel==2.17.0
# via mkdocs-material
backrefs==5.8
backrefs==6.0.1
# via mkdocs-material
bandit==1.8.3
# via -r requirements-dev.in
Expand Down Expand Up @@ -108,7 +108,7 @@ importlib-metadata==8.7.0
# via commitizen
iniconfig==2.1.0
# via pytest
isort==6.0.1
isort==7.0.0
# via
# -r requirements-dev.in
# pylint
Expand Down Expand Up @@ -141,7 +141,7 @@ markdown==3.8.2
# mkdocs
# mkdocs-material
# pymdown-extensions
markdown-it-py==3.0.0
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -183,7 +183,7 @@ nh3==0.2.21
# via readme-renderer
nodeenv==1.9.1
# via pre-commit
numpy==1.26.4
numpy==2.3.4
# via
# -r D:\git\template_python\requirements.in
# contourpy
Expand All @@ -207,7 +207,7 @@ pathspec==0.12.1
# via
# black
# mkdocs
pbr==6.1.1
pbr==7.0.1
# via stevedore
pika==1.3.2
# via -r D:\git\template_python\requirements.in
Expand Down Expand Up @@ -248,7 +248,7 @@ pygments==2.19.2
# mkdocs-material
# readme-renderer
# rich
pylint==3.3.6
pylint==4.0.1
# via -r requirements-dev.in
pymdown-extensions==10.16
# via mkdocs-material
Expand All @@ -266,7 +266,7 @@ pytest==8.3.5
# pytest-mock
pytest-benchmark==5.1.0
# via -r requirements-dev.in
pytest-cov==6.1.1
pytest-cov==7.0.0
# via -r requirements-dev.in
pytest-html==4.1.1
# via -r requirements-dev.in
Expand Down Expand Up @@ -344,7 +344,7 @@ snowballstemmer==3.0.1
# via pydocstyle
stevedore==5.4.1
# via bandit
termcolor==2.3.0
termcolor==3.1.0
# via
# -r requirements-dev.in
# commitizen
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ loguru==0.7.3
# via -r requirements.in
matplotlib==3.10.3
# via -r requirements.in
numpy==1.26.4
numpy==2.3.4
# via
# -r requirements.in
# contourpy
Expand Down
Loading