diff --git a/setup.py b/setup.py index 925fbe7..54551e1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup _TEST_REQUIRE = [ - "pytest==6.2.5", + "pytest==7.4.2", "pytest-cov==3.0.0", "pytest-asyncio==0.16.0", "pytest-aiohttp==0.3.0",