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.
1 parent b995816 commit 041a7bdCopy full SHA for 041a7bd
pyproject.toml
@@ -52,7 +52,7 @@ dev = [
52
"ruff~=0.9.9",
53
"types-requests~=2.31.0.6",
54
"types-setuptools~=75.8.0.20250110",
55
- "pytest~=8.3.4",
+ "pytest>=8.3.4,<8.5.0",
56
"pytest-vcr~=1.0.2",
57
"vcrpy~=6.0.2",
58
"pytest-order~=1.3.0",
requirements-dev.txt
@@ -4,7 +4,7 @@ ruff~=0.9.9
4
# higher versions require urllib3>=2.0
5
types-requests~=2.31.0.6
6
types-setuptools~=75.8.0.20250110
7
-pytest~=8.3.4
+pytest>=8.3.4,<8.5.0
8
pytest-vcr~=1.0.2
9
# [PINNED] to v6.x since vcrpy>=7.0 requires urllib3>=2.0
10
# which breaks compatibility with Python 3.8
0 commit comments