1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-28 19:01:25 +03:00

Bump invoke from 1.7.0 to 1.7.1

Bumps [invoke](https://github.com/pyinvoke/invoke) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/pyinvoke/invoke/releases)
- [Commits](https://github.com/pyinvoke/invoke/compare/1.7.0...1.7.1)

---
updated-dependencies:
- dependency-name: invoke
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-12 01:17:51 +00:00 committed by GitHub
parent df1e617bcd
commit 1953fa5762
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

@ -95,7 +95,7 @@ python-versions = "*"
[[package]]
name = "invoke"
version = "1.7.0"
version = "1.7.1"
description = "Pythonic task execution"
category = "dev"
optional = false
@ -263,7 +263,7 @@ pyyaml = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "790bfb09c41413934b2d6d52fca860cf36e11ed46cf1d4acd5afa8308862378b"
content-hash = "b4a93de4ee9519468d46a17cdddb7091d474426ea1766e9f8f50f306e92dec2d"
[metadata.files]
atomicwrites = [
@ -320,8 +320,8 @@ iniconfig = [
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
]
invoke = [
{file = "invoke-1.7.0-py3-none-any.whl", hash = "sha256:a5159fc63dba6ca2a87a1e33d282b99cea69711b03c64a35bb4e1c53c6c4afa0"},
{file = "invoke-1.7.0.tar.gz", hash = "sha256:e332e49de40463f2016315f51df42313855772be86435686156bc18f45b5cc6c"},
{file = "invoke-1.7.1-py3-none-any.whl", hash = "sha256:2dc975b4f92be0c0a174ad2d063010c8a1fdb5e9389d69871001118b4fcac4fb"},
{file = "invoke-1.7.1.tar.gz", hash = "sha256:7b6deaf585eee0a848205d0b8c0014b9bf6f287a8eb798818a642dff1df14b19"},
]
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.2"
invoke = "^1.7.0"
invoke = "^1.7.1"
black = "^22.3"
flake8 = "^4.0.1"
pep8-naming = "^0.12.1"