diff --git a/pyproject.toml b/pyproject.toml index 53f89178..53c30705 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "typing-extensions", "coverage==7.3.2", - "pytest==7.4.3", + "pytest==7.4.4", "pytest-aiohttp==1.0.5", "pytest-mock==3.12.0", "pytest-timeout==2.2.0", @@ -87,7 +87,7 @@ lint = [ "flake8-use-fstring==1.4", "mypy==1.7.1", "isort==5.12.0", - "pytest==7.4.3", + "pytest==7.4.4", ]