From 7c900cd6461fee4ee7eb27a7b675d5240afa0d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:47:11 +0000 Subject: [PATCH] chore(deps): bump uv from 0.9.9 to 0.9.11 Bumps [uv](https://github.com/astral-sh/uv) from 0.9.9 to 0.9.11. - [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.9.9...0.9.11) --- updated-dependencies: - dependency-name: uv dependency-version: 0.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f86dc78..19df2b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ dependencies = [ "mcp[cli]==1.21.1", "requests==2.32.5", - "uv==0.9.9", + "uv==0.9.11", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index d6d40b3..eb19df5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -i https://pypi.org/simple mcp[cli]==1.21.1 requests==2.32.5 -uv==0.9.9 +uv==0.9.11