Bump pytest from 7.1.2 to 7.1.3 (#370)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

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-09-19 11:34:07 +03:00 committed by GitHub
parent 902ce8c059
commit 2f7b144749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 88 additions and 65 deletions

View file

@ -49,7 +49,7 @@ more-itertools = "^8.14.0"
[tool.poetry.dev-dependencies]
mypy = "^0.971"
pytest = "^7.1.2"
pytest = "^7.1.3"
ipdb = "^0.13.9"
black = "^22.8"
isort = "^5.9.3"