From 8d276909aa62e2df41addde995e9a056cf84f6e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:52:00 +0000 Subject: [PATCH] Bump invoke from 1.7.3 to 2.2.0 Bumps [invoke](https://github.com/pyinvoke/invoke) from 1.7.3 to 2.2.0. - [Commits](https://github.com/pyinvoke/invoke/compare/1.7.3...2.2.0) --- updated-dependencies: - dependency-name: invoke dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4757f7d..a9cf3bf 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 = "anyio" @@ -302,13 +302,13 @@ files = [ [[package]] name = "invoke" -version = "1.7.3" +version = "2.2.0" description = "Pythonic task execution" optional = false -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "invoke-1.7.3-py3-none-any.whl", hash = "sha256:d9694a865764dd3fd91f25f7e9a97fb41666e822bbb00e670091e3f43933574d"}, - {file = "invoke-1.7.3.tar.gz", hash = "sha256:41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314"}, + {file = "invoke-2.2.0-py3-none-any.whl", hash = "sha256:6ea924cc53d4f78e3d98bc436b08069a03077e6f85ad1ddaa8a116d7dad15820"}, + {file = "invoke-2.2.0.tar.gz", hash = "sha256:ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"}, ] [[package]] @@ -759,4 +759,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "11c4e904e92f4574d5a62d10b3bbc80738e7268d01e32952beb0ddddb8a22d0e" +content-hash = "377eeed1a05bfab18018c8e59769577a809b0c83a60a47c5824139b1d567c7ef" diff --git a/pyproject.toml b/pyproject.toml index 1e5a2a1..1e49e46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ httpx = "^0.27.2" respx = "^0.21.1" black = "^22.3.0" isort = "^5.10.1" -invoke = "^1.7.1" +invoke = "^2.2.0" mypy = "^0.960" pylint = "^2.14.0" pytest = "^8"