You've already forked library-registry
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:
10
poetry.lock
generated
10
poetry.lock
generated
@@ -127,14 +127,14 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "invoke"
|
name = "invoke"
|
||||||
version = "1.7.3"
|
version = "2.0.0"
|
||||||
description = "Pythonic task execution"
|
description = "Pythonic task execution"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
{file = "invoke-1.7.3-py3-none-any.whl", hash = "sha256:d9694a865764dd3fd91f25f7e9a97fb41666e822bbb00e670091e3f43933574d"},
|
{file = "invoke-2.0.0-py3-none-any.whl", hash = "sha256:a860582bcf7a4b336fe18ef53937f0f28cec1c0053ffa767c2fcf7ba0b850f59"},
|
||||||
{file = "invoke-1.7.3.tar.gz", hash = "sha256:41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314"},
|
{file = "invoke-2.0.0.tar.gz", hash = "sha256:7ab5dd9cd76b787d560a78b1a9810d252367ab595985c50612702be21d671dd7"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -395,4 +395,4 @@ setuptools = "*"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "a77f8844f458f6c726a61826a35d8c7c5c1c4e0018e5142495db4b1ce02b314c"
|
content-hash = "e7cfcd4e143d68c6fe179bd6a4f48d9ed272baf6ac74981c6146805f4d9a5e1b"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ python = "^3.9"
|
|||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pytest = "^7.2.1"
|
pytest = "^7.2.1"
|
||||||
invoke = "^1.7.3"
|
invoke = "^2.0.0"
|
||||||
black = "^22.12"
|
black = "^22.12"
|
||||||
flake8 = "^6.0.0"
|
flake8 = "^6.0.0"
|
||||||
pep8-naming = "^0.13.3"
|
pep8-naming = "^0.13.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user