diff --git a/poetry.lock b/poetry.lock index 1b6b025..44ca4f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1216,14 +1216,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] @@ -2167,4 +2167,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "1c55e34bb62bdc5674af90ad6b43233888d6a6c5a6356693955716542861378e" +content-hash = "176444c58b877ec91c310171a03ff769bda4f5bb41d2e8d3c1374d2024f8101f" diff --git a/pyproject.toml b/pyproject.toml index 26b9681..312ea61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ sphinx-autodoc2 = "^0.5.0" sphinx-copybutton = "^0.5.2" sphinx-autobuild = "^2024.4.16" sphinx-mermaid = "^0.0.8" -poethepoet = "^0.36.0" +poethepoet = "^0.37.0" pytest-sugar = "^1.0.0" pip-audit = "^2.9.0"