From 820fc339b87493b1feb851f39e6c7d057ebd78bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:15:29 +0000 Subject: [PATCH] Update pytest requirement from ~=8.3.5 to ~=9.0.2 in /backend 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.3.5...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/test-requirements.txt b/backend/test-requirements.txt index 7e99e9c..ca5afd3 100644 --- a/backend/test-requirements.txt +++ b/backend/test-requirements.txt @@ -1,4 +1,4 @@ -pytest~=8.3.5 +pytest~=9.0.2 pytest-cov>=2.8.1 pytest-randomly>=1.2.3 Flask-Testing==0.8.1