diff --git a/pyproject.toml b/pyproject.toml index b542c7481..dbdc8f68f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dev = [ "hatch>=1.0.0,<2.0.0", "moto>=5.1.0,<6.0.0", "mypy>=1.15.0,<2.0.0", - "pre-commit>=3.2.0,<4.4.0", + "pre-commit>=3.2.0,<4.5.0", "pytest>=8.0.0,<9.0.0", "pytest-cov>=7.0.0,<8.0.0", "pytest-asyncio>=1.0.0,<1.3.0", @@ -154,7 +154,7 @@ features = ["all"] dependencies = [ "commitizen>=4.4.0,<5.0.0", "hatch>=1.0.0,<2.0.0", - "pre-commit>=3.2.0,<4.4.0", + "pre-commit>=3.2.0,<4.5.0", ]