diff --git a/pyproject.toml b/pyproject.toml index 0d8a629..c579363 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.7.1" +pre-commit = "^3.8.0" pytest = "^8.3.2" pytest-aiohttp = "*" pytest-cov = "^5.0.0"