1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-19 08:13:41 +03:00

Bump invoke from 2.0.0 to 2.1.0

Bumps [invoke](https://github.com/pyinvoke/invoke) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/pyinvoke/invoke/releases)
- [Commits](https://github.com/pyinvoke/invoke/compare/2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: invoke
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-01 02:00:09 +00:00 committed by GitHub
parent e7d9434c82
commit 63d03d1c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -123,14 +123,14 @@ files = [
[[package]]
name = "invoke"
version = "2.0.0"
version = "2.1.0"
description = "Pythonic task execution"
category = "dev"
optional = false
python-versions = ">=3.6"
files = [
{file = "invoke-2.0.0-py3-none-any.whl", hash = "sha256:a860582bcf7a4b336fe18ef53937f0f28cec1c0053ffa767c2fcf7ba0b850f59"},
{file = "invoke-2.0.0.tar.gz", hash = "sha256:7ab5dd9cd76b787d560a78b1a9810d252367ab595985c50612702be21d671dd7"},
{file = "invoke-2.1.0-py3-none-any.whl", hash = "sha256:409c9cff8325d697f44308fda3026a97691972adc4ab81575d655a2100b50abc"},
{file = "invoke-2.1.0.tar.gz", hash = "sha256:277894c57fa2b77f22ed3c7726fb8689773301e4497ccb2a59f19bc7bbbe5b4a"},
]
[[package]]
@ -360,4 +360,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "69ab345c0689e98884af4e2eeb841e46c00181c5e65667db3d7e2ea7bd2d0992"
content-hash = "38959c33dfa833bfdd0c0182a7147caded4cba1bd2ccb27e70d07d0aa11b1d49"

View File

@ -13,7 +13,7 @@ python = "^3.9"
[tool.poetry.dev-dependencies]
pytest = "^7.3.1"
invoke = "^2.0.0"
invoke = "^2.1.0"
black = "^23.3"
flake8 = "^6.0.0"
pep8-naming = "^0.13.3"