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

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4.
- [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.3...8.3.4)

---
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-12-02 19:11:02 +00:00
committed by Luke Tainton
parent 8b1cf4c0af
commit 41172b1ea2
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ coverage = "^7.6.8"
isort = "^5.13.2"
pylint = "^3.3.2"
pylint-exit = "^1.2.0"
pytest = "^8.3.3"
pytest = "^8.3.4"
pre-commit = "^4.0.1"
[build-system]