diff --git a/poetry.lock b/poetry.lock index cd716159..af01ce57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -248,14 +248,14 @@ files = [ [[package]] name = "invoke" -version = "2.1.0" +version = "2.1.1" description = "Pythonic task execution" category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "invoke-2.1.0-py3-none-any.whl", hash = "sha256:409c9cff8325d697f44308fda3026a97691972adc4ab81575d655a2100b50abc"}, - {file = "invoke-2.1.0.tar.gz", hash = "sha256:277894c57fa2b77f22ed3c7726fb8689773301e4497ccb2a59f19bc7bbbe5b4a"}, + {file = "invoke-2.1.1-py3-none-any.whl", hash = "sha256:e86a53046eca453d3e609e7017f65db5f66b947d4d337b60658859eb8c8a80e3"}, + {file = "invoke-2.1.1.tar.gz", hash = "sha256:7dcf054c4626b89713da650635c29e9dfeb8a1dd0a14edc60bd3e16f751292ff"}, ] [[package]] @@ -952,4 +952,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3bf28dd05bd2ab7d5b6d2b2b413819f5fdfa3bca7e3adaf31e9d4bdd5fd9a8b4" +content-hash = "2a0b6ff9c331dadb2a529539c9684e017be5581f0fecf049f946e6bb731235a1" diff --git a/pyproject.toml b/pyproject.toml index 847a79e1..f2d50edb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Arduino "] python = "^3.9" # Integration tests dependencies. -invoke = "^2.1.0" +invoke = "^2.1.1" pytest = "^7.3.1" python-dateutil = "^2.8.2" semver = "^3.0.0"