1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

Merge branch 'master' into pyproject_toml

This commit is contained in:
Bastian Venthur
2023-04-16 10:25:19 +02:00
2 changed files with 10 additions and 6 deletions

View File

@@ -8,10 +8,14 @@
stable python to make it a bit more efficient stable python to make it a bit more efficient
* added dependabot check for github actions * added dependabot check for github actions
* updated dependencies: * updated dependencies:
* mypy 0.982 * mypy 1.2.0
* types-markdown 3.4.2.1 * types-markdown 3.4.2.1
* pytest-cov 4.0.0 * pytest-cov 4.0.0
* sphinx 5.3.0 * sphinx 5.3.0
* pytest 7.3.0
* flake8 6.0.0
* twine 4.0.2
* wheel 0.40.0
## [1.4.1] - 2022-09-29 ## [1.4.1] - 2022-09-29

View File

@@ -1,9 +1,9 @@
build==0.9.0 build==0.9.0
sphinx==5.3.0 sphinx==5.3.0
twine==4.0.1 twine==4.0.2
wheel==0.37.1 wheel==0.40.0
pytest==7.1.3 pytest==7.3.0
pytest-cov==4.0.0 pytest-cov==4.0.0
flake8==5.0.4 flake8==6.0.0
mypy==0.982 mypy==1.2.0
types-markdown==3.4.2.1 types-markdown==3.4.2.1