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:10:47 +00:00
committed by Luke Tainton
parent cf066e3974
commit 618cd49a02
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ coverage = "^7.6.7"
isort = "^5.13.2"
pylint = "^3.3.2"
pylint-exit = "^1.2.0"
pytest = "^8.3.3"
pytest = "^8.3.4"
zipp = "^3.21.0"
[build-system]