diff --git a/poetry.lock b/poetry.lock index bb857fe..34ae7dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -605,19 +605,19 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.37.0" +version = "0.38.0" description = "A task runner that works well with poetry and uv." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "poethepoet-0.37.0-py3-none-any.whl", hash = "sha256:861790276315abcc8df1b4bd60e28c3d48a06db273edd3092f3c94e1a46e5e22"}, - {file = "poethepoet-0.37.0.tar.gz", hash = "sha256:73edf458707c674a079baa46802e21455bda3a7f82a408e58c31b9f4fe8e933d"}, + {file = "poethepoet-0.38.0-py3-none-any.whl", hash = "sha256:214bd9fcb348ff3dfd1466579d67e0c02242451a7044aced1a79641adef9cad0"}, + {file = "poethepoet-0.38.0.tar.gz", hash = "sha256:aeeb2f0a2cf0d3afa833976eff3ac7b8f5e472ae64171824900d79d3c68163c7"}, ] [package.dependencies] pastel = ">=0.2.1,<0.3.0" -pyyaml = ">=6.0.2,<7.0" +pyyaml = ">=6.0.3,<7.0" [package.extras] poetry-plugin = ["poetry (>=1.2.0,<3.0.0) ; python_version < \"4.0\""] @@ -1190,4 +1190,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.13" -content-hash = "417c3cd93d75a312c618d1fb533bc34420a76f4c39c1128a52033ddd1a06dd23" +content-hash = "7acad1d72947a222a1837bb4692e276eee26f2d4a5d5a1457cb52d45ec908d54" diff --git a/pyproject.toml b/pyproject.toml index f736019..08097df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ mypy = {version = ">=0.930"} mypy-extensions = "^1.0.0" ruff = "0.14.6" pytest = {version = ">=6.2.5"} -poethepoet = ">=0.21,<0.38" +poethepoet = ">=0.38,<0.39" pytest-asyncio = ">=1.3.0,<2.0.0" respx = ">=0.20.2,<0.23.0" types-aiofiles = ">=23.2.0.20240106,<26.0.0.0"