chore(pip-dev)(deps-dev): bump pytest from 8.3.2 to 8.3.3

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.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/8.3.2...8.3.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]
2024-09-10 16:01:32 +00:00
committed by Luke Tainton
parent 27395329c6
commit 8f1d7289be
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ black = "^24.8.0"
coverage = "^7.6.1"
pylint = "^3.2.6"
pylint-exit = "^1.2.0"
pytest = "^8.3.2"
pytest = "^8.3.3"
pre-commit = "^3.8.0"
[build-system]