diff --git a/poetry.lock b/poetry.lock index b498780..2396c9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -733,14 +733,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] @@ -1409,4 +1409,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "666a9f54ca74769921ce1d620714f8b9c97674a3cbcec834a9647c60145e3499" +content-hash = "0665085a77e38c5cac18f15f266fa5289dff099871f6e3b2b8db10501c43d88a" diff --git a/pyproject.toml b/pyproject.toml index 4d65f2e..9600574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ sqlparse = ">=0.5.0" ruff = ">=0.4.8,<0.12.0" mypy = "^1.16.0" pytest = "^8.4.0" -poethepoet = ">=0.26.1,<0.35.0" +poethepoet = ">=0.26.1,<0.36.0" deptry = ">=0.16.1,<0.24.0" semgrep = "^1.124.0"