From 437116fe3fb0e1b61256be266f90f1ee75e2da32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:44:52 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 2 updates Bumps the pip group with 1 update in the /studio-backend/app directory: [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /studio-backend/tests directory: [pytest](https://github.com/pytest-dev/pytest). Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) Updates `pytest` from 8.3.3 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.3...9.0.3) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- studio-backend/app/requirements.txt | 2 +- studio-backend/tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/studio-backend/app/requirements.txt b/studio-backend/app/requirements.txt index fa5e16c..d5e059b 100644 --- a/studio-backend/app/requirements.txt +++ b/studio-backend/app/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.121.0 uvicorn==0.30.6 kubernetes==30.1.0 -requests==2.32.4 +requests==2.33.0 urllib3==2.6.3 pydantic==1.10.18 starlette==0.49.1 diff --git a/studio-backend/tests/requirements.txt b/studio-backend/tests/requirements.txt index 2732b2b..bb78a14 100644 --- a/studio-backend/tests/requirements.txt +++ b/studio-backend/tests/requirements.txt @@ -1,4 +1,4 @@ -pytest==8.3.3 +pytest==9.0.3 fastapi==0.121.0 httpx==0.27.2 kubernetes==30.1.0