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

Merge pull request #1214 from arduino/dependabot/pip/production/invoke-1.7.0

Bump invoke from 1.6.0 to 1.7.0
This commit is contained in:
per1234
2022-03-21 05:44:28 -07:00
committed by GitHub
2 changed files with 5 additions and 6 deletions

9
poetry.lock generated
View File

@ -95,7 +95,7 @@ python-versions = "*"
[[package]]
name = "invoke"
version = "1.6.0"
version = "1.7.0"
description = "Pythonic task execution"
category = "dev"
optional = false
@ -263,7 +263,7 @@ pyyaml = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "6bc3ef37e8e71341b7c2f11b56c99d6ca424ec94ef991426d0402ddfd43863bc"
content-hash = "a689891092981d0c50321c2eda0f594c386f3bb63e12ca227b732e29d671b2e2"
[metadata.files]
atomicwrites = [
@ -320,9 +320,8 @@ iniconfig = [
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
]
invoke = [
{file = "invoke-1.6.0-py2-none-any.whl", hash = "sha256:e6c9917a1e3e73e7ea91fdf82d5f151ccfe85bf30cc65cdb892444c02dbb5f74"},
{file = "invoke-1.6.0-py3-none-any.whl", hash = "sha256:769e90caeb1bd07d484821732f931f1ad8916a38e3f3e618644687fc09cb6317"},
{file = "invoke-1.6.0.tar.gz", hash = "sha256:374d1e2ecf78981da94bfaf95366216aaec27c2d6a7b7d5818d92da55aa258d3"},
{file = "invoke-1.7.0-py3-none-any.whl", hash = "sha256:a5159fc63dba6ca2a87a1e33d282b99cea69711b03c64a35bb4e1c53c6c4afa0"},
{file = "invoke-1.7.0.tar.gz", hash = "sha256:e332e49de40463f2016315f51df42313855772be86435686156bc18f45b5cc6c"},
]
mccabe = [
{file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},

View File

@ -13,7 +13,7 @@ python = "^3.9"
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"
invoke = "^1.5.0"
invoke = "^1.7.0"
black = "^22.1"
flake8 = "^4.0.1"
pep8-naming = "^0.12.1"