diff --git a/poetry.lock b/poetry.lock index 3e6deb4a01..ebbc573256 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3090,13 +3090,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.26.1" +version = "0.27.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.26.1-py3-none-any.whl", hash = "sha256:aa43b443fec5d17d7e76771cccd484e5285805301721a74f059c483ad3276edd"}, - {file = "poethepoet-0.26.1.tar.gz", hash = "sha256:aaad8541f6072617a60bcff2562d00779b58b353bd0f1847b06d8d0f2b6dc192"}, + {file = "poethepoet-0.27.0-py3-none-any.whl", hash = "sha256:0032d980a623b96e26dc7450ae200b0998be523f27d297d799b97510fe252a24"}, + {file = "poethepoet-0.27.0.tar.gz", hash = "sha256:907ab4dc1bc6326be5a3b10d2aa39d1acc0ca12024317d9506fbe9c0cdc912c9"}, ] [package.dependencies] @@ -5110,4 +5110,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "f9ffcf5be9456e6dc152b2c0a34d790f65f7caf55be6c85b1ecb13015c071722" +content-hash = "b41829d22a61706db67da5b857c5051d9237aa0ef1975b4bc8d461fdb0716427" diff --git a/pyproject.toml b/pyproject.toml index 68dbe697b1..e92a7a50da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ coverage = "^7.6.0" ipykernel = "^6.29.4" jupyter = "^1.0.0" nbconvert = "^7.16.3" -poethepoet = "^0.26.0" +poethepoet = "^0.27.0" pyright = "^1.1.371" pytest = "^8.3.2" pytest-asyncio = "^0.23.4"