We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbf1785 + d896e27 commit 97824d8Copy full SHA for 97824d8
pyproject.toml
@@ -51,7 +51,7 @@ dev = [
51
test = [
52
"flexmock>=0.10.6",
53
"responses>=0.9.0",
54
- "pytest<=8.4.1",
+ "pytest<=9.0.1",
55
"pytest-cov",
56
"pytest-html",
57
"requests-mock",
tests/requirements.txt
@@ -1,6 +1,6 @@
1
flexmock>=0.10.6
2
responses>=0.9.0
3
-pytest<=8.4.1
+pytest<=9.0.1
4
pytest-cov
5
pytest-html
6
requests-mock
0 commit comments