From 71e42df4f50d2c077f39d69dee3c78a519a790cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:50:27 +0000 Subject: [PATCH] chore(deps): bump pytest Bumps the pip group with 1 update in the /pipeline/backend directory: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.3.3 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.3.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pipeline/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/backend/requirements.txt b/pipeline/backend/requirements.txt index 02c0fa9..692ece5 100644 --- a/pipeline/backend/requirements.txt +++ b/pipeline/backend/requirements.txt @@ -32,5 +32,5 @@ tenacity==8.2.3 anyio==4.1.0 # Test dependencies -pytest==8.3.3 +pytest==9.0.3 pytest-asyncio==0.24.0