From 8282ce607aea255839c1f42204d6dd27eeb6e9e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 16:16:42 +0000 Subject: [PATCH] chore(deps): update dependency poethepoet to ^0.23.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3666582..0881a56 100644 --- a/poetry.lock +++ b/poetry.lock @@ -591,14 +591,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.20.0" +version = "0.23.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.23.0-py3-none-any.whl", hash = "sha256:d573ff31d7678e62b6f9bc9a1291ae2009ac14e0eead0a450598f9f05abb27a3"}, + {file = "poethepoet-0.23.0.tar.gz", hash = "sha256:62a0a6a518df5985c191aee0c1fcd2bb6a0a04eb102997786fcdf118e4147d22"}, ] [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 = "0de088224072bc2aaf47472806e889931e083c5ddfcd24ccee32e28947dff69d" diff --git a/pyproject.toml b/pyproject.toml index 082bd04..5bad814 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.23.0" pyright = "^1.1.238" pytest = "^7.1.1" pytest-cov = "^4.0.0"