diff --git a/pyproject.toml b/pyproject.toml index caaf75b5..554ecfe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "typing-extensions", "coverage==7.6.0", - "pytest==8.3.1", + "pytest==8.3.2", "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.11.0", "isort==5.13.2", - "pytest==8.3.1", + "pytest==8.3.2", ]