diff --git a/poetry.lock b/poetry.lock index 552f23d..3658cc0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -534,14 +534,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.34.0" -description = "A task runner that works well with poetry." +version = "0.35.0" +description = "A task runner that works well with poetry and uv." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "poethepoet-0.34.0-py3-none-any.whl", hash = "sha256:c472d6f0fdb341b48d346f4ccd49779840c15b30dfd6bc6347a80d6274b5e34e"}, - {file = "poethepoet-0.34.0.tar.gz", hash = "sha256:86203acce555bbfe45cb6ccac61ba8b16a5784264484195874da457ddabf5850"}, + {file = "poethepoet-0.35.0-py3-none-any.whl", hash = "sha256:bed5ae1fd63f179dfa67aabb93fa253d79695c69667c927d8b24ff378799ea75"}, + {file = "poethepoet-0.35.0.tar.gz", hash = "sha256:b396ae862d7626e680bbd0985b423acf71634ce93a32d8b5f38340f44f5fbc3e"}, ] [package.dependencies] @@ -935,4 +935,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "fb476ad9f6a431683deb92b0977794233dc68728b7d9fe3edd05df474679393d" +content-hash = "f07b8f58116f50753d3c7c85c64aa331b396e4d188074e9fb731f84a525aea22" diff --git a/pyproject.toml b/pyproject.toml index 3a7444f..89f00b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ optional = true [tool.poetry.group.dev.dependencies] pytest = "^8.4.0" -poethepoet = "^0.34.0" +poethepoet = "^0.35.0" pytest-cov = "^6.1.1" pydoctor = "^25.4.0" ruff = "^0.11.13"