From 7c28733281e6ca34b01d5e3f36be056d2b554a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:18:30 +0000 Subject: [PATCH] Bump poethepoet from 0.27.0 to 0.30.0 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.27.0 to 0.30.0. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.27.0...v0.30.0) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1161d68..4249080 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiobotocore" @@ -3753,18 +3753,19 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.27.0" +version = "0.30.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.30.0-py3-none-any.whl", hash = "sha256:bf875741407a98da9e96f2f2d0b2c4c34f56d89939a7f53a4b6b3a64b546ec4e"}, + {file = "poethepoet-0.30.0.tar.gz", hash = "sha256:9f7ccda2d6525616ce989ca8ef973739fd668f50bef0b9d3631421d504d9ae4a"}, ] [package.dependencies] pastel = ">=0.2.1,<0.3.0" -tomli = ">=1.2.2" +pyyaml = ">=6.0.2,<7.0.0" +tomli = {version = ">=1.2.2", markers = "python_version < \"3.11\""} [package.extras] poetry-plugin = ["poetry (>=1.0,<2.0)"] @@ -5908,4 +5909,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "56b317a974eef3f0751a630901a0fd5a66398cdf001f40b1403b6bdc3a202d8f" +content-hash = "410acee482355f2ced6b73200b966f2a85bd0ac6c32d6473a5e4d4c36bbbc36c" diff --git a/pyproject.toml b/pyproject.toml index 3253ee7..b4d1582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ isort = "^5.13.2" # added to generate test coverage reports coverage = "^7.6.0" # for standardizing various dev tasks -poethepoet = "^0.27.0" +poethepoet = ">=0.27,<0.31" # added for preparing data for cosmicqc in examples cytotable = "^0.0.10" # used to avoid dependency resolution issues during installs