Bump pytest from 7.3.2 to 7.4.0 (#294)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0.
- [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.3.2...7.4.0)

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

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-06-26 18:41:37 -04:00
committed by GitHub
parent 23485eedc8
commit e299718828
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ loguru = "^0.7.0"
apprise = "^1.4.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.3.2"
pytest = "^7.4.0"
black = "^23.3.0"
pylint = "^2.17.4"
rope = "^1.8.0"