diff --git a/pyproject.toml b/pyproject.toml index 27724bd6..42cf07c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "isort==5.12.0", "mypy==1.4.1", "pylint==2.17.4", - "pytest==7.3.2", + "pytest==7.4.0", "pytest-aiohttp==1.0.4", "pytest-cov==4.1.0", ] diff --git a/requirements-test.txt b/requirements-test.txt index ae4e00e1..59f81e86 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,6 +4,6 @@ flake8-docstrings==1.7.0 isort==5.12.0 mypy==1.4.1 pylint==2.17.4 -pytest==7.3.2 +pytest==7.4.0 pytest-aiohttp==1.0.4 pytest-cov==4.1.0