diff --git a/poetry.lock b/poetry.lock index a16430c..cd3492d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -733,14 +733,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.35.0" +version = "0.36.0" description = "A task runner that works well with poetry and uv." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "poethepoet-0.35.0-py3-none-any.whl", hash = "sha256:bed5ae1fd63f179dfa67aabb93fa253d79695c69667c927d8b24ff378799ea75"}, - {file = "poethepoet-0.35.0.tar.gz", hash = "sha256:b396ae862d7626e680bbd0985b423acf71634ce93a32d8b5f38340f44f5fbc3e"}, + {file = "poethepoet-0.36.0-py3-none-any.whl", hash = "sha256:693e3c1eae9f6731d3613c3c0c40f747d3c5c68a375beda42e590a63c5623308"}, + {file = "poethepoet-0.36.0.tar.gz", hash = "sha256:2217b49cb4e4c64af0b42ff8c4814b17f02e107d38bc461542517348ede25663"}, ] [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 = "f2c000dfb867572a0a9ade7a676438c90e79980990f61e39080cd511f906814e" +content-hash = "8860349bcd14013d9b4988bd9f61e8fe968bd431c4bdf4278bd74d915d2a2855" diff --git a/pyproject.toml b/pyproject.toml index 610c036..8f9bac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ sqlparse = ">=0.5.0" ruff = ">=0.4.8,<0.13.0" mypy = "^1.16.1" pytest = "^8.4.1" -poethepoet = ">=0.26.1,<0.36.0" +poethepoet = ">=0.26.1,<0.37.0" deptry = ">=0.16.1,<0.24.0" semgrep = "^1.127.1"