From e3ac0006011c3d743b5c3d35b790122f23e1b051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 05:58:39 +0000 Subject: [PATCH] Bump invoke from 2.1.2 to 2.1.3 Bumps [invoke](https://github.com/pyinvoke/invoke) from 2.1.2 to 2.1.3. - [Commits](https://github.com/pyinvoke/invoke/compare/2.1.2...2.1.3) --- updated-dependencies: - dependency-name: invoke dependency-type: direct:production update-type: version-update:semver-patch ... 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 77f6386b0..de560178c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -234,13 +234,13 @@ files = [ [[package]] name = "invoke" -version = "2.1.2" +version = "2.1.3" description = "Pythonic task execution" optional = false python-versions = ">=3.6" files = [ - {file = "invoke-2.1.2-py3-none-any.whl", hash = "sha256:bfc904df1c9e9fe1a881933de661fe054b8db616ff2c4cf78e00407fe473ba5d"}, - {file = "invoke-2.1.2.tar.gz", hash = "sha256:a6cc1f06f75bacd0b1e11488fa3bf3e62f85e31f62e2c0172188613ba5b070e2"}, + {file = "invoke-2.1.3-py3-none-any.whl", hash = "sha256:51e86a08d964160e01c44eccd22f50b25842bd96a9c63c11177032594cb86740"}, + {file = "invoke-2.1.3.tar.gz", hash = "sha256:a3b15d52d50bbabd851b8a39582c772180b614000fa1612b4d92484d54d38c6b"}, ] [[package]] @@ -903,4 +903,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "877ab685b352b6e3d1f958dbad6979804b6f09efa15c3a455ec3464d06c27242" +content-hash = "8942fd680826f604ac79540e4cc10a0bb4adf6c59e093369000be6c4d7a3206e" diff --git a/pyproject.toml b/pyproject.toml index 8e90e14ca..768bf460d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Arduino "] python = "^3.9" # Integration tests dependencies. -invoke = "^2.1.2" +invoke = "^2.1.3" pytest = "^7.3.2" python-dateutil = "^2.8.2" semver = "^3.0.0"