updated requirements

This commit is contained in:
Bastian Venthur
2024-07-06 14:30:11 +02:00
parent 89f4ad0d2a
commit c3a189f88b
3 changed files with 13 additions and 9 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [unreleased]
* updated dependencies
## [2.3.0] -- 2024-04-24 ## [2.3.0] -- 2024-04-24
* fixed devsever so it does not crash anymore when the (re-)build fails * fixed devsever so it does not crash anymore when the (re-)build fails

View File

@@ -1,11 +1,11 @@
build==1.2.1 build==1.2.1
mkdocs==1.5.3 mkdocs==1.6.0
mkdocs-material==9.5.18 mkdocs-material==9.5.28
mkdocstrings[python]==0.24.3 mkdocstrings[python]==0.25.1
twine==5.0.0 twine==5.1.1
wheel==0.43.0 wheel==0.43.0
pytest==8.1.1 pytest==8.2.2
pytest-cov==4.1.0 pytest-cov==5.0.0
ruff==0.4.1 ruff==0.5.1
mypy==1.8.0 mypy==1.10.1
types-markdown==3.6.0.20240316 types-markdown==3.6.0.20240316

View File

@@ -1,4 +1,4 @@
markdown==3.6 markdown==3.6
feedgenerator==2.1.0 feedgenerator==2.1.0
jinja2==3.1.4 jinja2==3.1.4
pygments==2.17.2 pygments==2.18.0