diff --git a/pyproject.toml b/pyproject.toml index 6b1ab0f1..070cf09b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "typing-extensions", "coverage==7.6.0", - "pytest==8.2.2", + "pytest==8.3.1", "pytest-aiohttp==1.0.5", "pytest-mock==3.14.0", "pytest-timeout==2.3.1", @@ -87,7 +87,7 @@ lint = [ "flake8-use-fstring==1.4", "mypy==1.10.1", "isort==5.13.2", - "pytest==8.2.2", + "pytest==8.3.1", ]