From 99b74bf6ec3421e696b922ad656f8a23fa11a114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:28:43 +0000 Subject: [PATCH] Update pytest requirement from ~=8.3.5 to ~=9.0.1 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.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 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..601ec7b 100644 --- a/backend/test-requirements.txt +++ b/backend/test-requirements.txt @@ -1,4 +1,4 @@ -pytest~=8.3.5 +pytest~=9.0.1 pytest-cov>=2.8.1 pytest-randomly>=1.2.3 Flask-Testing==0.8.1