From 5dce28301d283e2adc0ca4b38990e52e84920ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 05:09:55 +0000 Subject: [PATCH] Bump invoke from 2.1.3 to 2.2.0 Bumps [invoke](https://github.com/pyinvoke/invoke) from 2.1.3 to 2.2.0. - [Commits](https://github.com/pyinvoke/invoke/compare/2.1.3...2.2.0) --- updated-dependencies: - dependency-name: invoke dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c0fd08dbc..29beaef9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -231,13 +231,13 @@ files = [ [[package]] name = "invoke" -version = "2.1.3" +version = "2.2.0" description = "Pythonic task execution" optional = false python-versions = ">=3.6" files = [ - {file = "invoke-2.1.3-py3-none-any.whl", hash = "sha256:51e86a08d964160e01c44eccd22f50b25842bd96a9c63c11177032594cb86740"}, - {file = "invoke-2.1.3.tar.gz", hash = "sha256:a3b15d52d50bbabd851b8a39582c772180b614000fa1612b4d92484d54d38c6b"}, + {file = "invoke-2.2.0-py3-none-any.whl", hash = "sha256:6ea924cc53d4f78e3d98bc436b08069a03077e6f85ad1ddaa8a116d7dad15820"}, + {file = "invoke-2.2.0.tar.gz", hash = "sha256:ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"}, ] [[package]] @@ -900,4 +900,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1530d400562492bc8d25e3f7e37f701bfa2d931c7bf60f0249af5cb8a213ec3b" +content-hash = "2cfc67dacb530565cebf17cbdee43aa6b6e15e2a36e45db868e2aadd302b1939" diff --git a/pyproject.toml b/pyproject.toml index 7cbcde541..2164b2a06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Arduino "] python = "^3.9" # Integration tests dependencies. -invoke = "^2.1.3" +invoke = "^2.2.0" pytest = "^7.4.0" python-dateutil = "^2.8.2" semver = "^3.0.1"