From 537d24cbd1a87376df3422ed66228c6ab7bfbb91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:54:42 +0000 Subject: [PATCH] Bump uv from 0.2.11 to 0.9.5 Bumps [uv](https://github.com/astral-sh/uv) from 0.2.11 to 0.9.5. - [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.5) --- updated-dependencies: - dependency-name: uv dependency-version: 0.9.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4ff4582b..a41912110 100644 --- a/requirements.txt +++ b/requirements.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.5 # Extremely fast Python package installer and resolver (Rust-based) # Emerging / Specific Use Cases weaviate-client==4.6.0 # Client for Weaviate vector database