diff --git a/pyproject.toml b/pyproject.toml index 94a06bc..4ca30ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ python = ">=3.11.0,<4.0" dataclasses-json = ">=0.6.1" [tool.poetry.dev-dependencies] -pre-commit = "^3.6.1" +pre-commit = "^3.6.2" pytest = "^8.0.1" pytest-aiohttp = "*" pytest-cov = "^3.0.0"