update pytest to >=9

This commit is contained in:
Aleix Conchillo Flaqué
2026-04-13 15:08:47 -07:00
parent a8660aabfe
commit a14d257cf2
2 changed files with 9 additions and 9 deletions

View File

@@ -133,9 +133,9 @@ dev = [
"pip-tools~=7.5.3",
"pre-commit~=4.5.1",
"pyright>=1.1.404,<1.2",
"pytest~=8.4.1",
"pytest-asyncio~=1.3.0",
"pytest-aiohttp==1.1.0",
"pytest>=9.0.0,<10",
"pytest-asyncio>=1.0.0,<2",
"pytest-aiohttp>=1.0.0,<2",
"ruff>=0.12.11,<1",
"setuptools~=78.1.1",
"setuptools_scm~=8.3.1",