From 0fded553a688dad07dd71b2b8ee6ce7c501c6b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 18:57:07 +0000 Subject: [PATCH] Bump pytest from 8.4.2 to 9.0.3 in /requirements 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.in b/requirements/dev.in index d7fe81188c6..40075569c0f 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -15,7 +15,7 @@ pytest-watch==4.2.0 # Required by django-extension's runserver_plus command. pytest-django==4.11.1 -pytest==8.4.2 +pytest==9.0.3 black==25.9.0 shellcheck-py==0.11.0.1