Update pytest requirement from >=7.4.0,<8.0.0 to >=7.4.0,<9.0.0

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [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.4.0...8.3.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 8.3.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-26 14:45:37 +00:00
committed by GitHub
parent 6aeabc2047
commit 7d0f004345
+1 -1
View File
@@ -57,7 +57,7 @@ priority = "primary"
[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.0,<8.0.0"
pytest = ">=7.4.0,<9.0.0"
pytest-cov = ">=5.0.0"
[tool.pytest.ini_options]