1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-29 14:01:15 +03:00

Bump invoke from 1.6.0 to 1.7.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-21 01:29:16 +00:00
committed by GitHub
parent 93651f80ef
commit 9b2c8cb1c4
2 changed files with 5 additions and 6 deletions

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"