diff --git a/poetry.lock b/poetry.lock index d722145..5333149 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1528,14 +1528,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.46.0" +version = "0.47.0" description = "A task runner that works well with poetry and uv." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "poethepoet-0.46.0-py3-none-any.whl", hash = "sha256:dc6d770a14792d124abac9066c5a707876027d1878ac9ca26cf57e9b2a96dc89"}, - {file = "poethepoet-0.46.0.tar.gz", hash = "sha256:daf8469031879ef59ef0b34fdba83574d65e41eb9186e20cd0f7c89ce479b030"}, + {file = "poethepoet-0.47.0-py3-none-any.whl", hash = "sha256:b443f38c5c8cd6e2415bcd5922a45c03ab120360ff0d515233ef6279f3f285c3"}, + {file = "poethepoet-0.47.0.tar.gz", hash = "sha256:8902da95e78ecec6bf1ee37b7c4da3bcf53f2ff89eb0d8a4447c01de4c4f2e6e"}, ] [package.dependencies] @@ -2532,4 +2532,4 @@ rdkit = ["rdkit"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.15" -content-hash = "cc09364e8d6c22c00f0a3cc1042ad2b089112a1c8df1d0b2867699223c565138" +content-hash = "64e83b28a9ea74bd6534d4f6a8f5c640904c6998d7bf69e1d6a44b44ae39f150" diff --git a/pyproject.toml b/pyproject.toml index 079e83b..d78d8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ "pytest (>=9.1.1)", "pre-commit (>=4.6.0,<5.0.0)", "pyinstaller (>=6.21.0,<7.0.0)", - "poethepoet[poetry_plugin] (>=0.46.0)", + "poethepoet[poetry_plugin] (>=0.47.0)", "pytest-cov (>=7.0.0,<8.0.0)", "twine (>=6.2.0,<7.0.0)", ]