We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b33ae commit 1263e9bCopy full SHA for 1263e9b
1 file changed
setup.py
@@ -45,13 +45,13 @@ def run_tests(self):
45
46
47
tests_require = [
48
- "pytest>=7,<8",
+ "pytest>=8,<9",
49
"pytest-benchmark>=4,<5",
50
- "pytest-cov>=4,<5",
+ "pytest-cov>=5,<6",
51
"pytest-mock>=3,<4",
52
"pytest-asyncio>=0.16,<2",
53
"snapshottest>=0.6,<1",
54
- "coveralls>=3.3,<4",
+ "coveralls>=4,<5",
55
]
56
57
dev_requires = ["black==22.3.0", "flake8>=4,<5"] + tests_require
0 commit comments