diff --git a/pyproject.toml b/pyproject.toml index 5c3b252..f873ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,10 +105,10 @@ source = ["ulid"] [tool.doc8] max-line-length = 100 -[tool.uv] -dev-dependencies = [ - "hatch>=1.14.1", +[dependency-groups] +dev = [ "freezegun>=1.5", + "hatch>=1.14.1", "sphinx>=7.4.7", ]