diff --git a/poetry.lock b/poetry.lock index 82ae19f..eb0c950 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "click" @@ -132,13 +132,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.24.4" +version = "0.27.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.24.4-py3-none-any.whl", hash = "sha256:fb4ea35d7f40fe2081ea917d2e4102e2310fda2cde78974050ca83896e229075"}, - {file = "poethepoet-0.24.4.tar.gz", hash = "sha256:ff4220843a87c888cbcb5312c8905214701d0af60ac7271795baa8369b428fef"}, + {file = "poethepoet-0.27.0-py3-none-any.whl", hash = "sha256:0032d980a623b96e26dc7450ae200b0998be523f27d297d799b97510fe252a24"}, + {file = "poethepoet-0.27.0.tar.gz", hash = "sha256:907ab4dc1bc6326be5a3b10d2aa39d1acc0ca12024317d9506fbe9c0cdc912c9"}, ] [package.dependencies] @@ -361,4 +361,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b34e1089fea4b146657333bb3f40f12cf6fa7e2e40c6fce43b0d554b689841ed" +content-hash = "d9c44b734b4ed707f80dcc7627a27e7f1c7e35f755056e675cdef1b97410bd96" diff --git a/pyproject.toml b/pyproject.toml index a6f1f5a..706c472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ typer = "^0.9.0" mypy = "^1.7.1" pytest = "^7.4.3" ruff = "^0.1.7" -poethepoet = "^0.24.4" +poethepoet = "^0.27.0" snakeviz = "^2.2.0" tuna = "^0.5.11" pyinstrument = "^4.6.1"