build(deps-dev): bump pytest from 7.2.0 to 7.2.1 (#371)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.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.2.0...7.2.1)

---
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]
2023-01-28 10:54:07 -06:00
committed by GitHub
parent d07254b147
commit 25234cfebe
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ croniter = "^1.1.0"
pytz = ">=2021.3,<2023.0"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
pytest = "^7.2.1"
coverage = {extras = ["toml"], version = "^7.0"}
safety = "^2.3.5"
mypy = "^0.991"