From 9991100ded656f693c0b8341d9df9fedcf475d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:42:13 +0000 Subject: [PATCH] deps(pip): Bump pytest from 9.0.1 to 9.0.2 in /ai-service Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 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/9.0.1...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ai-service/pyproject.toml | 2 +- ai-service/requirements-intel.txt | 2 +- ai-service/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ai-service/pyproject.toml b/ai-service/pyproject.toml index acce00aad..fa0891925 100644 --- a/ai-service/pyproject.toml +++ b/ai-service/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.10" [project.optional-dependencies] test = [ - "pytest==9.0.1", + "pytest==9.0.2", "pytest-asyncio==1.3.0", "pytest-timeout==2.4.0", "pytest-cov==7.0.0", diff --git a/ai-service/requirements-intel.txt b/ai-service/requirements-intel.txt index 488d76c3e..c4a10b107 100644 --- a/ai-service/requirements-intel.txt +++ b/ai-service/requirements-intel.txt @@ -20,7 +20,7 @@ httpx==0.28.1 prometheus_client==0.23.1 # Development tools -pytest==9.0.1 +pytest==9.0.2 pytest-asyncio==1.3.0 pytest-timeout==2.4.0 pytest-cov==7.0.0 diff --git a/ai-service/requirements.txt b/ai-service/requirements.txt index 8f51021b9..ae0cadfe2 100644 --- a/ai-service/requirements.txt +++ b/ai-service/requirements.txt @@ -24,7 +24,7 @@ flask==3.1.3 flask-cors==5.0.0 # Development tools (Wave 3-A tooling stack validated with pytest 9.x) -pytest==9.0.1 +pytest==9.0.2 pytest-asyncio==1.3.0 pytest-timeout==2.4.0 # Global test timeout for CI safety pytest-cov==7.0.0 # Coverage reporting with pytest