From 4dca504f9bd0991b66f8aa9f22c2d758ac03cad4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 21:31:27 +0000 Subject: [PATCH] chore(deps): update dependency poethepoet to ^0.24.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3666582..f41cb75 100644 --- a/poetry.lock +++ b/poetry.lock @@ -591,14 +591,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.20.0" +version = "0.24.0" description = "A task runner that works well with poetry." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.20.0-py3-none-any.whl", hash = "sha256:cb37be15f3895ccc65ddf188c2e3d8fb79e26cc9d469a6098cb1c6f994659f6f"}, - {file = "poethepoet-0.20.0.tar.gz", hash = "sha256:ca5a2a955f52dfb0a53fad3c989ef0b69ce3d5ec0f6bfa9b1da1f9e32d262e20"}, + {file = "poethepoet-0.24.0-py3-none-any.whl", hash = "sha256:ef67cfe3657552bd43cb3896bebdc7ff3153125b545e93a2dcc664f159678524"}, + {file = "poethepoet-0.24.0.tar.gz", hash = "sha256:46f60a11178c40766e3e27d15c8f98ea174807f4422c7cb48f3a3bc97902ec8b"}, ] [package.dependencies] @@ -964,4 +964,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5b077fe805c1aeaaec3daabd89db1587633282cdc990d4906c254f39346bedf8" +content-hash = "282097554d06f48e80845dc534fd67acd39af39ca351bf1c031a851217513ed8" diff --git a/pyproject.toml b/pyproject.toml index 082bd04..96fe609 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ include = ["alfort/py.typed"] python = "^3.11" [tool.poetry.group.dev.dependencies] -poethepoet = "^0.20.0" +poethepoet = "^0.24.0" pyright = "^1.1.238" pytest = "^7.1.1" pytest-cov = "^4.0.0"