From 362b451e90eec5837a70613129702d27d21bb76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 12:33:20 +0000 Subject: [PATCH] build(deps-dev): bump poethepoet from 0.47.0 to 0.47.1 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.47.0 to 0.47.1. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.47.0...v0.47.1) --- updated-dependencies: - dependency-name: poethepoet dependency-version: 0.47.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c2f4ebf..7e7fcac 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.47.1" 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.47.1-py3-none-any.whl", hash = "sha256:1738b9f6f1dc2c5d61b3e620aa4a2e7b8c20bccef815c8bfb312ebf87464d671"}, + {file = "poethepoet-0.47.1.tar.gz", hash = "sha256:bb27f9fbba161c5be11878ad0a6f64ff29b8a68851d1861e4bd30255b753da2a"}, ] [package.dependencies] @@ -2504,4 +2504,4 @@ rdkit = ["rdkit"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.15" -content-hash = "daaaf39233a2013c88b1414031b8d480f457f40a8988d53571739663f5b23483" +content-hash = "bff892e033d9f9743e352dc979b556cf76cafe067d01bf944c38279069146fe5" diff --git a/pyproject.toml b/pyproject.toml index 15984f6..798a679 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.47.1)", "pytest-cov (>=7.0.0,<8.0.0)", "twine (>=6.2.0,<7.0.0)", ]