Bump pytest from 7.1.1 to 7.1.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [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.1...7.1.2)

---
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-04-28 05:16:56 +00:00
committed by GitHub
parent 8c4f0f86de
commit 67fb182716
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ croniter = "^1.1.0"
pytz = ">=2021.3,<2023.0"
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"
pytest = "^7.1.2"
coverage = {extras = ["toml"], version = "^6.3"}
safety = "^1.10.3"
mypy = "^0.942"