diff --git a/pyproject.toml b/pyproject.toml index 691029c..ca514d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling>=1.29.0,<2", + "hatchling>=1.30.1,<2", "hatch-vcs", ] build-backend = "hatchling.build" @@ -44,12 +44,12 @@ dev = [ { include-group = "typing" }, ] testing = [ - "pytest>=9.0.3", + "pytest>=9.1.1", "singer-sdk[testing]", ] typing = [ "mypy>=2.1.0", - "ty>=0.0.35", + "ty>=0.0.51", ] [tool.hatch.version]