diff --git a/pyproject.toml b/pyproject.toml index 0b13077..c178cb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,11 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=4.0.4", + "pylint>=3.2.5,<=4.0.5", "pytest-cov>=4.1,<=7.0.0", "pytest>=7.4,<=9.0.2", - "hypothesis>=6.104.2,<=6.151.5", - "ruff>=0.5.0,<=0.15.0", + "hypothesis>=6.104.2,<=6.151.9", + "ruff>=0.5.0,<=0.15.4", "coverage>=7.5.4,<=7.13.4", "prek>=0.2.28,<0.4.0", "ty>=0.0.12,<=0.0.15",