From 53841287616087a574ff30e70bc8321d469b0483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:30:37 +0000 Subject: [PATCH] chore(deps): bump pytest from 9.0.2 to 9.0.3 in /scenario-app/backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scenario-app/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenario-app/backend/requirements.txt b/scenario-app/backend/requirements.txt index 58cec780..be7983ca 100644 --- a/scenario-app/backend/requirements.txt +++ b/scenario-app/backend/requirements.txt @@ -23,7 +23,7 @@ opentelemetry-instrumentation==0.60b0 azure-monitor-opentelemetry==1.8.6 # Development tools -pytest==9.0.2 +pytest==9.0.3 pytest-cov==7.0.0 pytest-asyncio==1.3.0