From 3976f8aec11021dd7f1feff36d6854f57aeb010d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 11:20:55 +0000 Subject: [PATCH] Bump pytest from 8.3.5 to 9.0.3 in /platform-api Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 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.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- platform-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-api/requirements.txt b/platform-api/requirements.txt index 213b8be..9a69c30 100644 --- a/platform-api/requirements.txt +++ b/platform-api/requirements.txt @@ -3,5 +3,5 @@ uvicorn==0.34.2 pyyaml==6.0.2 requests==2.32.3 python-multipart==0.0.20 -pytest==8.3.5 +pytest==9.0.3 httpx==0.28.1