1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-12-03 14:51:16 +03:00

Merge pull request #2384 from arduino/dependabot/pip/production/invoke-2.0.0

Bump invoke from 1.7.3 to 2.0.0
This commit is contained in:
per1234
2023-01-16 17:18:14 -08:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -127,14 +127,14 @@ files = [
[[package]]
name = "invoke"
version = "1.7.3"
version = "2.0.0"
description = "Pythonic task execution"
category = "dev"
optional = false
python-versions = "*"
python-versions = ">=3.6"
files = [
{file = "invoke-1.7.3-py3-none-any.whl", hash = "sha256:d9694a865764dd3fd91f25f7e9a97fb41666e822bbb00e670091e3f43933574d"},
{file = "invoke-1.7.3.tar.gz", hash = "sha256:41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314"},
{file = "invoke-2.0.0-py3-none-any.whl", hash = "sha256:a860582bcf7a4b336fe18ef53937f0f28cec1c0053ffa767c2fcf7ba0b850f59"},
{file = "invoke-2.0.0.tar.gz", hash = "sha256:7ab5dd9cd76b787d560a78b1a9810d252367ab595985c50612702be21d671dd7"},
]
[[package]]
@@ -395,4 +395,4 @@ setuptools = "*"
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "a77f8844f458f6c726a61826a35d8c7c5c1c4e0018e5142495db4b1ce02b314c"
content-hash = "e7cfcd4e143d68c6fe179bd6a4f48d9ed272baf6ac74981c6146805f4d9a5e1b"

View File

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