From 2b670e3c562edb17a3e9a1740cb4c9c9d6201b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 10:02:44 +0000 Subject: [PATCH] Bump uv from 0.2.11 to 0.9.6 Bumps [uv](https://github.com/astral-sh/uv) from 0.2.11 to 0.9.6. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.2.11...0.9.6) --- updated-dependencies: - dependency-name: uv dependency-version: 0.9.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements2.txt b/requirements2.txt index f4ff4582b..87ab7d74b 100644 --- a/requirements2.txt +++ b/requirements2.txt @@ -26,7 +26,7 @@ textual==0.65.1 # Framework for building Text User Interfaces (TUIs) loguru==0.7.2 # Delightful logging library pydantic==2.7.2 # Data validation and settings management using Python type hints tomli==2.0.1 # TOML parser (often used for configuration, built-in in Python 3.11+) -uv==0.2.11 # Extremely fast Python package installer and resolver (Rust-based) +uv==0.9.6 # Extremely fast Python package installer and resolver (Rust-based) # Emerging / Specific Use Cases weaviate-client==4.6.0 # Client for Weaviate vector database