diff --git a/poetry.lock b/poetry.lock index c2f4ebf..99f1a06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1485,14 +1485,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.47.0" +version = "0.48.0" description = "A task runner that works well with poetry and uv." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "poethepoet-0.47.0-py3-none-any.whl", hash = "sha256:b443f38c5c8cd6e2415bcd5922a45c03ab120360ff0d515233ef6279f3f285c3"}, - {file = "poethepoet-0.47.0.tar.gz", hash = "sha256:8902da95e78ecec6bf1ee37b7c4da3bcf53f2ff89eb0d8a4447c01de4c4f2e6e"}, + {file = "poethepoet-0.48.0-py3-none-any.whl", hash = "sha256:98da6096d060f49b8d84034770265863fb7dc92a40233b7694b9d216ac68737d"}, + {file = "poethepoet-0.48.0.tar.gz", hash = "sha256:a06f49d244fadfc2e2e7faa78b54e64a9694727e4ce1d50e08f23cea3ded74f1"}, ] [package.dependencies] @@ -2504,4 +2504,4 @@ rdkit = ["rdkit"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.15" -content-hash = "daaaf39233a2013c88b1414031b8d480f457f40a8988d53571739663f5b23483" +content-hash = "8434f55d61be3a099e002822329e4802a5ba8ab62d93d79fa1e5f92123c14947" diff --git a/pyproject.toml b/pyproject.toml index 15984f6..99bd8a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ "pytest (>=9.0.3)", "pre-commit (>=4.6.0,<5.0.0)", "pyinstaller (>=6.18.0,<7.0.0)", - "poethepoet[poetry_plugin] (>=0.46.0)", + "poethepoet[poetry_plugin] (>=0.48.0)", "pytest-cov (>=7.0.0,<8.0.0)", "twine (>=6.2.0,<7.0.0)", ]