diff --git a/pyproject.toml b/pyproject.toml index d340e337..59ff3c5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "typing-extensions", "coverage==7.3.1", - "pytest==7.4.1", + "pytest==7.4.2", "pytest-aiohttp==1.0.5", "pytest-mock==3.11.1", "pytest-timeout==2.1.0", @@ -87,7 +87,7 @@ lint = [ "flake8-use-fstring==1.4", "mypy==1.5.1", "isort==5.12.0", - "pytest==7.4.1", + "pytest==7.4.2", ]