diff --git a/pyproject.toml b/pyproject.toml index ebe8eff9..57aaf7c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "isort==5.13.2", "mypy==1.8.0", "pylint==3.0.3", - "pytest==7.4.4", + "pytest==8.0.0", "pytest-aiohttp==1.0.5", "pytest-cov==4.1.0", ] diff --git a/requirements-test.txt b/requirements-test.txt index 8d91aa9a..60a9acba 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,6 +4,6 @@ flake8-docstrings==1.7.0 isort==5.13.2 mypy==1.8.0 pylint==3.0.3 -pytest==7.4.4 +pytest==8.0.0 pytest-aiohttp==1.0.5 pytest-cov==4.1.0