Bump pytest from 7.1.1 to 7.1.2 (#642)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-04 10:03:41 +01:00
committed by GitHub
parent 659fceed7e
commit 5c4c0aef42
2 changed files with 5 additions and 5 deletions

View File

@ -77,7 +77,7 @@ mysqlclient = "^2.1.0"
PyMySQL = ">=0.9,<=0.9.3"
# Testing
pytest = "^7.1.1"
pytest = "^7.1.2"
pytest-cov = "^3.0.0"
codecov = "^2.1.12"
pytest-asyncio = "^0.18.3"