From b585c1c6fa7941375a74b33d231e087188ad5196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 16:43:12 +0000 Subject: [PATCH] chore(deps): bump pytest from 7.4.3 to 9.0.2 in /apps/ai_workflow_engine Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 9.0.2. - [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/7.4.3...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/ai_workflow_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai_workflow_engine/requirements.txt b/apps/ai_workflow_engine/requirements.txt index 025b2b0ee..1f7ca3edf 100644 --- a/apps/ai_workflow_engine/requirements.txt +++ b/apps/ai_workflow_engine/requirements.txt @@ -71,7 +71,7 @@ structlog==25.5.0 sentry-sdk==2.55.0 # Testing -pytest==7.4.3 +pytest==9.0.2 pytest-asyncio==0.21.1 pytest-cov==4.1.0 httpx==0.28.1