From 7b2034d5be16c3ba511445d5e22d0b7effc5bd8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:03:43 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.4.2 to 9.0.3 in /api Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.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/8.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 6b6664f..6851444 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -11,6 +11,6 @@ gunicorn==23.0.0 profanityfilter==2.1.0 # Test dependencies for CI/CD -pytest==8.4.2 +pytest==9.0.3 pytest-mock==3.15.1 pytest-cov==6.0.0 \ No newline at end of file