From 4df693626c12de1eefe2a8d1c19825a28c140f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:46:21 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.2.1 to 9.0.3 in /server Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 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/7.2.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- server/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements_dev.txt b/server/requirements_dev.txt index 5b8bfc70..f5f96c3b 100644 --- a/server/requirements_dev.txt +++ b/server/requirements_dev.txt @@ -1,6 +1,6 @@ -r requirements_formatting.txt coverage==7.1.0 -pytest===7.2.1 +pytest===9.0.3 pytest-django===4.8.0 pytest-watch==4.2.0 # pytest-cov