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

Bump pytest from 7.1.0 to 7.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.0...7.1.1)

---
updated-dependencies:
- dependency-name: pytest
  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-03-18 01:14:40 +00:00
committed by GitHub
parent 6d04834427
commit c18430fdf2
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ license = "CC0-1.0"
python = "^3.9"
[tool.poetry.dev-dependencies]
pytest = "^7.1.0"
pytest = "^7.1.1"
invoke = "^1.5.0"
black = "^22.1"
flake8 = "^4.0.1"