From 3eaeafce7627ec955c5152c43ae2592ec2bbb19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:00:00 +0000 Subject: [PATCH] chore(deps): bump pytest from 7.4.0 to 9.0.2 in /apps/api Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 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.0...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/api/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements/test.txt b/apps/api/requirements/test.txt index 66a1ff1638e..7c242c806ab 100644 --- a/apps/api/requirements/test.txt +++ b/apps/api/requirements/test.txt @@ -1,6 +1,6 @@ -r base.txt # test framework -pytest==7.4.0 +pytest==9.0.2 pytest-django==4.5.2 pytest-cov==4.1.0 pytest-xdist==3.3.1