From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 11:36:32 +0000 (+0200) Subject: ⬆ Update pytest requirement from <8.0.0,>=7.0.1 to >=7.0.1,<9.0.0 (#1022) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7aaf20a2576a81c275522835706ded767328f37e;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆ Update pytest requirement from <8.0.0,>=7.0.1 to >=7.0.1,<9.0.0 (#1022) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/requirements-tests.txt b/requirements-tests.txt index 81f0d681..ec87a3b2 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -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