chore(pip-dev)(deps-dev): bump pytest from 8.1.1 to 8.2.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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/8.1.1...8.2.0)

---
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]
2024-04-29 17:19:34 +00:00
committed by Luke Tainton
parent fc47787a95
commit b6bea29321
2 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@ black = "^24.4.2"
coverage = "^7.5.0"
pylint = "^3.1.0"
pylint-exit = "^1.2.0"
pytest = "^8.1.1"
pytest = "^8.2.0"
pre-commit = "^3.7.0"
[build-system]