diff --git a/pyproject.toml b/pyproject.toml index a13ef2f..2f9da6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requires-python = ">=3.8" dependencies = [] [project.optional-dependencies] -dev = ["pytest>=7.0.0", "ruff>=0.1.0"] +dev = ["pytest>=7.0.0", "ruff>=0.16.6"] [project.urls] Homepage = "https://github.com/botforge-pro/goduration-python"