From 82a271768594f31cf5ed43286812229c4dc4b76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:08:27 -0500 Subject: [PATCH] build(deps-dev): update poethepoet requirement from ^0.31.1 to ^0.32.1 (#827) Updates the requirements on [poethepoet](https://github.com/nat-n/poethepoet) to permit the latest version. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.31.1...v0.32.1) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bfda41f4..8b53f427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ flake8-docstrings = "^1.7.0" Flake8-pyproject = "^1.2.3" isort = "^5.13.2" mypy = "^1.14.0" -poethepoet = "^0.31.1" +poethepoet = "^0.32.1" pytest = "^8.3.4" pytest-asyncio = "^0.25.0" pytest-cov = "^6.0.0" @@ -51,7 +51,7 @@ mkdocs-git-revision-date-plugin = "^0.3.2" mkdocs-material = "^9.5.49" mkdocstrings = "^0.27.0" mkdocstrings-python = "^1.12.2" -poethepoet = "^0.31.1" +poethepoet = "^0.32.1" [tool.poetry.scripts] control_device = "scripts.control_device:main"