From 5e0acb03b832c08e78997aa4428d20af79332cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:25:05 +0000 Subject: [PATCH] Bump poethepoet from 0.20.0 to 0.24.1 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.20.0 to 0.24.1. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.20.0...v0.24.1) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff3bb05..b0111b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -936,13 +936,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.20.0" +version = "0.24.1" description = "A task runner that works well with poetry." 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.1-py3-none-any.whl", hash = "sha256:3afa44b4fc7327df0dd912eda012604a072af2bb4d243fb0e41e8eca8dabf9ed"}, + {file = "poethepoet-0.24.1.tar.gz", hash = "sha256:f5a386387c382f08890c273d13495938208a8ce91ab71536abf388c776c4f366"}, ] [package.dependencies] @@ -1544,4 +1544,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8cf49eae10500442fa0b3141a81be45ee7149b4afd5d2c4732bc0f2033c75594" +content-hash = "6ad962e0ed77e5948959475e0dc888cdb3576ec360b36eafcb0c647db03cfd9e" diff --git a/pyproject.toml b/pyproject.toml index c527baf..5207d3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ bandit = "^1.7.5" black = "^23.3.0" pytest = "^7.4.0" pytest-asyncio = "^0.21.0" -poethepoet = "^0.20.0" +poethepoet = "^0.24.1" pytest-cov = "^4.1.0" pytest-xdist = "^3.3.1"