]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Update pytest requirement from <8.0.0,>=7.1.3 to >=7.1.3,<9.0.0 (#12745)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Nov 2024 11:16:34 +0000 (11:16 +0000)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 11:16:34 +0000 (11:16 +0000)
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.1.3...8.3.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
requirements-tests.txt

index 189fcaf7e9c91c1f54a10a8d5b584cb824c9e38b..f8c860ee8cbea87a8950e3926e48a9d45ac9cd8a 100644 (file)
@@ -1,6 +1,6 @@
 -e .[all]
 -r requirements-docs-tests.txt
-pytest >=7.1.3,<8.0.0
+pytest >=7.1.3,<9.0.0
 coverage[toml] >= 6.5.0,< 8.0
 mypy ==1.8.0
 dirty-equals ==0.6.0