From 9ca0850e06fcc23aef1271ae0c90dae97d8ae112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:47:30 +0000 Subject: [PATCH] Bump pytest from 8.4.2 to 9.0.3 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.3. - [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.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 178455e71..465d5a0f6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -174,7 +174,7 @@ pyreadr==0.5.4 # via -r requirements.in pysaml2==7.5.2 # via djangosaml2 -pytest==8.4.2 +pytest==9.0.3 # via # -r requirements.in # pytest-django