diff --git a/pyproject.toml b/pyproject.toml index 3a52373..8185016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ aiohttp = "^3.8.1,!=3.8.2,!=3.8.3" [tool.poetry.dev-dependencies] pytest = "^7.2.0" codecov = "^2.1.12" -pre-commit = "^2.21.0" +pre-commit = "^3.1.0" pytest-xdist = "^3.1.0" pytest-timeout = "^2.1.0" pytest-aiohttp = "^1.0.4"