We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f782756 commit 31a23bfCopy full SHA for 31a23bf
pyproject.toml
@@ -41,7 +41,7 @@ test = [
41
"flake8==6.1.0",
42
"flake8-docstrings==1.7.0",
43
"isort==5.12.0",
44
- "mypy==1.7.0",
+ "mypy==1.7.1",
45
"pylint==3.0.2",
46
"pytest==7.4.3",
47
"pytest-aiohttp==1.0.5",
requirements-test.txt
@@ -2,7 +2,7 @@ black==23.11.0
2
flake8==6.1.0
3
flake8-docstrings==1.7.0
4
isort==5.12.0
5
-mypy==1.7.0
+mypy==1.7.1
6
pylint==3.0.2
7
pytest==7.4.3
8
pytest-aiohttp==1.0.5
0 commit comments