From 16656db2f983beb0e3aa18e251c81552f8418d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:56:29 +0000 Subject: [PATCH] :arrow_up: Bump pytest from 8.3.4 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 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.3.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a9b39c..d112fcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,9 +41,11 @@ pycodestyle==2.12.1 # via flake8 pyflakes==3.2.0 # via flake8 +pygments==2.20.0 + # via pytest pystache==0.6.6 # via static -pytest==8.3.4 +pytest==9.0.3 # via pytest-django pytest-django==4.9.0 # via -r requirements.in