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

Merge remote-tracking branch 'origin/dependabot/pip/mypy-1.2.0' into upgrade-deps

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

View File

@@ -7,7 +7,7 @@
stable python to make it a bit more efficient
* added dependabot check for github actions
* updated dependencies:
* mypy 0.982
* mypy 1.2.0
* types-markdown 3.4.2.1
* pytest-cov 4.0.0
* sphinx 5.3.0

View File

@@ -4,5 +4,5 @@ wheel==0.37.1
pytest==7.3.0
pytest-cov==4.0.0
flake8==5.0.4
mypy==0.982
mypy==1.2.0
types-markdown==3.4.2.1