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

Merge pull request #2860 from arduino/dependabot/pip/production/invoke-2.1.2

Bump invoke from 2.1.1 to 2.1.2
This commit is contained in:
per1234 2023-05-15 23:43:32 -07:00 committed by GitHub
commit fe3e8500e2
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]] [[package]]
name = "invoke" name = "invoke"
version = "2.1.1" version = "2.1.2"
description = "Pythonic task execution" description = "Pythonic task execution"
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "invoke-2.1.1-py3-none-any.whl", hash = "sha256:e86a53046eca453d3e609e7017f65db5f66b947d4d337b60658859eb8c8a80e3"}, {file = "invoke-2.1.2-py3-none-any.whl", hash = "sha256:bfc904df1c9e9fe1a881933de661fe054b8db616ff2c4cf78e00407fe473ba5d"},
{file = "invoke-2.1.1.tar.gz", hash = "sha256:7dcf054c4626b89713da650635c29e9dfeb8a1dd0a14edc60bd3e16f751292ff"}, {file = "invoke-2.1.2.tar.gz", hash = "sha256:a6cc1f06f75bacd0b1e11488fa3bf3e62f85e31f62e2c0172188613ba5b070e2"},
] ]
[[package]] [[package]]
@ -360,4 +360,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "55f4acba0c816b1cb627728ff230e2b6dec2836186a1ba583184d3013bd8d9c7" content-hash = "14b9f8d53b03c9cc321db6b805025aa4db275fa6cef165d05ebf25a643470bd7"

View File

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