Bump pytest from 6.2.5 to 7.1.1

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

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-18 01:24:19 +00:00
committed by GitHub
parent 1e9a89cdd1
commit ba5d3a7e47
2 changed files with 8 additions and 8 deletions

View File

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