From 4ea3250f0a5afc5e134d817ea386e1967af7507e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:52:12 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 6 updates Bumps the pip group with 4 updates in the /studio-backend/app directory: [requests](https://github.com/psf/requests), [urllib3](https://github.com/urllib3/urllib3), [starlette](https://github.com/Kludex/starlette) and [paramiko](https://github.com/paramiko/paramiko). Bumps the pip group with 2 updates in the /studio-backend/tests directory: [urllib3](https://github.com/urllib3/urllib3) and [pytest](https://github.com/pytest-dev/pytest). Bumps the pip group with 1 update in the /studio-eval directory: [chromadb](https://github.com/chroma-core/chroma). 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 `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) Updates `starlette` from 0.49.1 to 1.0.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.49.1...1.0.1) Updates `paramiko` from 3.5.1 to 5.0.0 - [Commits](https://github.com/paramiko/paramiko/compare/3.5.1...5.0.0) Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.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) Updates `chromadb` from 1.5.8 to 1.5.9 - [Release notes](https://github.com/chroma-core/chroma/releases) - [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/chroma-core/chroma/compare/1.5.8...1.5.9) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-version: 1.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: paramiko dependency-version: 5.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: chromadb dependency-version: 1.5.9 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- studio-backend/app/requirements.txt | 8 ++++---- studio-backend/tests/requirements.txt | 4 ++-- studio-eval/requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/studio-backend/app/requirements.txt b/studio-backend/app/requirements.txt index 00f875a..5324dbb 100644 --- a/studio-backend/app/requirements.txt +++ b/studio-backend/app/requirements.txt @@ -1,11 +1,11 @@ fastapi==0.121.0 uvicorn==0.30.6 kubernetes==30.1.0 -requests==2.32.4 -urllib3==2.6.3 +requests==2.33.0 +urllib3==2.7.0 pydantic==1.10.18 -starlette==0.49.1 +starlette==1.0.1 websockets==10.3 clickhouse-driver==0.2.9 -paramiko==3.5.1 +paramiko==5.0.0 httpx==0.27.2 \ No newline at end of file diff --git a/studio-backend/tests/requirements.txt b/studio-backend/tests/requirements.txt index 2732b2b..d9444cf 100644 --- a/studio-backend/tests/requirements.txt +++ b/studio-backend/tests/requirements.txt @@ -1,6 +1,6 @@ -pytest==8.3.3 +pytest==9.0.3 fastapi==0.121.0 httpx==0.27.2 kubernetes==30.1.0 pydantic==1.10.18 -urllib3==2.6.3 \ No newline at end of file +urllib3==2.7.0 \ No newline at end of file diff --git a/studio-eval/requirements.txt b/studio-eval/requirements.txt index 876d97d..f93ffc5 100644 --- a/studio-eval/requirements.txt +++ b/studio-eval/requirements.txt @@ -8,7 +8,7 @@ httpx>=0.24.0 pydantic>=2.0,<3.0 cryptography>=41.0.0 python-multipart>=0.0.7 -chromadb==1.5.8 +chromadb==1.5.9 langchain>=0.2.0,<1.0.0 langchain-core>=0.2.0,<1.0.0 langchain-community>=0.2.0,<1.0.0