diff --git a/poetry.lock b/poetry.lock index 2d62500..a26b70c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -739,14 +739,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.36.0" +version = "0.37.0" description = "A task runner that works well with poetry and uv." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "poethepoet-0.36.0-py3-none-any.whl", hash = "sha256:693e3c1eae9f6731d3613c3c0c40f747d3c5c68a375beda42e590a63c5623308"}, - {file = "poethepoet-0.36.0.tar.gz", hash = "sha256:2217b49cb4e4c64af0b42ff8c4814b17f02e107d38bc461542517348ede25663"}, + {file = "poethepoet-0.37.0-py3-none-any.whl", hash = "sha256:861790276315abcc8df1b4bd60e28c3d48a06db273edd3092f3c94e1a46e5e22"}, + {file = "poethepoet-0.37.0.tar.gz", hash = "sha256:73edf458707c674a079baa46802e21455bda3a7f82a408e58c31b9f4fe8e933d"}, ] [package.dependencies] @@ -1415,4 +1415,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "23b1d08261a8febdea4ff6ea7f4dee9bfe001ec4c39ed81753b2cc218efb3815" +content-hash = "b24ce9ee7c4508c1310212bd1353e6669271091916a0fbc4e58a668a95d3e3fe" diff --git a/pyproject.toml b/pyproject.toml index 19b7ce0..cc37034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ sqlparse = ">=0.5.0" ruff = ">=0.4.8,<0.13.0" mypy = "^1.17.1" pytest = "^8.4.1" -poethepoet = ">=0.26.1,<0.37.0" +poethepoet = ">=0.26.1,<0.38.0" deptry = ">=0.16.1,<0.24.0" semgrep = "^1.131.0"