We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e91a10 commit 2649b5bCopy full SHA for 2649b5b
pyproject.toml
@@ -41,7 +41,7 @@ test = [
41
"isort==5.12.0",
42
"mypy==1.3.0",
43
"pylint==2.17.4",
44
- "pytest==7.3.1",
+ "pytest==7.3.2",
45
"pytest-aiohttp==1.0.4",
46
"pytest-cov==4.1.0",
47
]
requirements-test.txt
@@ -4,6 +4,6 @@ flake8-docstrings==1.7.0
4
isort==5.12.0
5
mypy==1.3.0
6
pylint==2.17.4
7
-pytest==7.3.1
+pytest==7.3.2
8
pytest-aiohttp==1.0.4
9
pytest-cov==4.1.0
0 commit comments