From 74d32eb4a03b9b6da92143359444d23c1a1ead6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:08:57 +0000 Subject: [PATCH] Bump pytest from 7.3.1 to 9.0.3 in /api/http Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.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.3.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- api/http/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/http/requirements_dev.txt b/api/http/requirements_dev.txt index 5d0350af1c..876c8883c5 100644 --- a/api/http/requirements_dev.txt +++ b/api/http/requirements_dev.txt @@ -14,7 +14,7 @@ pylint==2.17.4 pyparsing==3.0.9 PyPDF2==3.0.1 pyproject-flake8==6.0.0.post1 -pytest==7.3.1 +pytest==9.0.3 requests==2.33.0 toml==0.10.2 types-Pillow==9.5.0.4