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