diff --git a/dev-requirements.txt b/dev-requirements.txt index 5ef9cd44..c2ad820d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ coverage>=7.2.7,<7.11 cryptography>=42,<44; python_version <= '3.7' cryptography>=44,<47; python_version >= '3.8' dnspython>=2.3,<3 -pytest>=7.4.4,<9 +pytest>=9.1.1,<10 pytest-asyncio>=0.21.1,<=1.2.0 pytest-mock>=3,<4 brotli>=1.0.9; platform_python_implementation == 'CPython'