From df93eab0a89f6f6118270c8883bc6f9e328e6fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:36:43 +0000 Subject: [PATCH] Bump poethepoet from 0.27.0 to 0.28.0 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:development update-type: version-update:semver-minor ... 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 3e0c586a08..04a7181d2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3219,13 +3219,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.27.0" +version = "0.28.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.27.0-py3-none-any.whl", hash = "sha256:0032d980a623b96e26dc7450ae200b0998be523f27d297d799b97510fe252a24"}, - {file = "poethepoet-0.27.0.tar.gz", hash = "sha256:907ab4dc1bc6326be5a3b10d2aa39d1acc0ca12024317d9506fbe9c0cdc912c9"}, + {file = "poethepoet-0.28.0-py3-none-any.whl", hash = "sha256:db6946ff39a1244235950cd720ee7182107f64126d3dcc64c9a996cc4d755404"}, + {file = "poethepoet-0.28.0.tar.gz", hash = "sha256:5dc3ee036ab0c93e918b5caed628274618b07d788e5cff6c4ae480913cbe009c"}, ] [package.dependencies] @@ -5262,4 +5262,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "21c8055fa4025f02ee92a8cfd06f58397655c400c01b4334e690677e5155d6aa" +content-hash = "e00089afd66ef97f3ed49658b6a346f98c42243654fc2b2365d236fb633b7b39" diff --git a/pyproject.toml b/pyproject.toml index 6d89a27b85..be2e847c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ coverage = "^7.6.0" ipykernel = "^6.29.4" jupyter = "^1.0.0" nbconvert = "^7.16.3" -poethepoet = "^0.27.0" +poethepoet = "^0.28.0" pyright = "^1.1.371" pytest = "^8.3.2" pytest-asyncio = "^0.24.0"