build(deps-dev): bump pytest from 7.1.2 to 7.1.3

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>
This commit is contained in:
dependabot[bot]
2022-09-05 12:47:18 +00:00
parent 499c3abe04
commit 527d91052c
2 changed files with 32 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ croniter = "^1.1.0"
pytz = ">=2021.3,<2023.0"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
pytest = "^7.1.3"
coverage = {extras = ["toml"], version = "^6.4"}
safety = "^2.1.1"
mypy = "^0.971"