build(deps-dev): bump pytest from 7.0.1 to 7.1.1

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

---
updated-dependencies:
- dependency-name: pytest
  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-04-04 22:43:41 +00:00
committed by GitHub
parent b2b4471851
commit 15196c847a

View File

@@ -66,7 +66,7 @@ setuptools.setup(
install_requires=requirements,
extras_require={
"dev": [
"pytest==7.0.1",
"pytest==7.1.1",
"pytest-sugar==0.9.4",
"pytest-instafail==0.4.2",
"pytest-cov==3.0.0",