From 2e90cf90f4c5fa135c3b980a6ffede996f9bf4df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:12:16 +0000 Subject: [PATCH] Bump poethepoet from 0.24.3 to 0.24.4 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.24.3 to 0.24.4. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.24.3...v0.24.4) --- updated-dependencies: - dependency-name: poethepoet 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 488806b..c31159f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -263,13 +263,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.24.3" +version = "0.24.4" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.24.3-py3-none-any.whl", hash = "sha256:8817c6d3d8492776bbb17eb29b7b815b2905aefaa0ad887137e69e53349e2235"}, - {file = "poethepoet-0.24.3.tar.gz", hash = "sha256:73f1060200d1c8f21e303d06a879c5c0e17b96ab16740da70aee2dcc3e4350e4"}, + {file = "poethepoet-0.24.4-py3-none-any.whl", hash = "sha256:fb4ea35d7f40fe2081ea917d2e4102e2310fda2cde78974050ca83896e229075"}, + {file = "poethepoet-0.24.4.tar.gz", hash = "sha256:ff4220843a87c888cbcb5312c8905214701d0af60ac7271795baa8369b428fef"}, ] [package.dependencies] @@ -441,4 +441,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = ">=3.10.0" -content-hash = "9713fd6ca4c0862f0b48f9e74105659bea438714d02e48c8016544f572566026" +content-hash = "26090b5461a873dcec3e96bd87961d0ca474d709a73588343214eb0b6f9c046a" diff --git a/pyproject.toml b/pyproject.toml index 1fc0f8d..9e6fe70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ zeroconf = ">=0.38" [tool.poetry.dev-dependencies] black = "^23.12.1" isort = "^5.13.2" -poethepoet = "^0.24.3" +poethepoet = "^0.24.4" pytest = "^7.4.4" pytest-asyncio = "^0.23" flake8 = "^6.1.0"