]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Update pytest requirement from <8.0.0,>=7.0.1 to >=7.0.1,<9.0.0 (#1022)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 27 Apr 2025 11:36:32 +0000 (13:36 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Apr 2025 11:36:32 +0000 (13:36 +0200)
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.0.1...8.2.2)

---
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 81f0d68165763060427d13179ac1d33001c824d4..ec87a3b2626f00a500a70bba4e7a3e4d1e3743d4 100644 (file)
@@ -1,6 +1,6 @@
 -e .
 -r requirements-docs-tests.txt
-pytest >=7.0.1,<8.0.0
+pytest >=7.0.1,<9.0.0
 coverage[toml] >=6.2,<8.0
 mypy ==1.4.1
 ruff ==0.9.6