From 50d8988afc952f4f0b95031fdb7d238f060527fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 04:01:40 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 5 updates Bumps the pip group with 2 updates in the /studio-backend/app directory: [requests](https://github.com/psf/requests) 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 `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: 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 | 4 ++-- studio-backend/tests/requirements.txt | 4 ++-- studio-eval/requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/studio-backend/app/requirements.txt b/studio-backend/app/requirements.txt index f192cce..909ebd9 100644 --- a/studio-backend/app/requirements.txt +++ b/studio-backend/app/requirements.txt @@ -1,11 +1,11 @@ fastapi==0.133.1 uvicorn==0.30.6 kubernetes==30.1.0 -requests==2.32.4 +requests==2.33.0 urllib3>=2.7.0 pydantic==2.13.4 starlette==1.3.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 e561aa2..31e4876 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>=48.0.1 python-multipart>=0.0.30 -chromadb==1.5.8 +chromadb==1.5.9 langchain>=0.3.30,<2.0.0 langchain-core>=1.3.3,<2.0.0 langchain-community>=0.3.27,<2.0.0