Update pytest requirement from <9,>=8.0.2 to >=8.0.2,<10

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/8.0.2...9.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-15 16:01:52 +00:00
committed by GitHub
parent 87c437aeed
commit 42cd21014b
+1 -1
View File
@@ -23,7 +23,7 @@ dev = [
"hypothesis[cli]>=6.88.4,<7",
"icecream>=2.1.3,<3",
"ipython>=9.0.2,<10",
"pytest>=8.0.2,<9",
"pytest>=8.0.2,<10",
"pytest-asyncio>=1.0.0,<2",
"pytest-cov>=6.0.0,<8",
"pytest-datafiles>=3.0.0,<4",