1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-12-24 20:40:59 +03:00

Merge pull request #2816 from arduino/dependabot/pip/production/invoke-2.1.1

Bump invoke from 2.1.0 to 2.1.1
This commit is contained in:
per1234
2023-05-03 00:15:27 -07:00
committed by GitHub
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.1.0"
version = "2.1.1"
description = "Pythonic task execution"
category = "dev"
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]]
@@ -360,4 +360,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "38959c33dfa833bfdd0c0182a7147caded4cba1bd2ccb27e70d07d0aa11b1d49"
content-hash = "55f4acba0c816b1cb627728ff230e2b6dec2836186a1ba583184d3013bd8d9c7"

View File

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