From 4ec58bbb65cdffb823789ec42e9473f54fc756ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:34:46 +0000 Subject: [PATCH] chore(deps): bump pytest from 9.0.2 to 9.0.3 in /src/ContentProcessor 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] --- src/ContentProcessor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ContentProcessor/requirements.txt b/src/ContentProcessor/requirements.txt index ad3cdbae..d355b915 100644 --- a/src/ContentProcessor/requirements.txt +++ b/src/ContentProcessor/requirements.txt @@ -33,7 +33,7 @@ pydantic-settings==2.12.0 pygments==2.19.2 pyjwt==2.10.1 pymongo==4.16.0 -pytest==9.0.2 +pytest==9.0.3 pytest-asyncio==1.3.0 pytest-cov==7.0.0 pytest-mock==3.15.1