From 144ccb283fc6ddcb1b30306b34c3b6bc36171cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:47:57 +0000 Subject: [PATCH] chore(deps-dev): Update uv requirement from 0.8.0 to 0.8.14 Updates the requirements on [uv](https://github.com/astral-sh/uv) to permit the latest version. - [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.8.0...0.8.14) --- updated-dependencies: - dependency-name: uv dependency-version: 0.8.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a10a8384..1d1ad819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ pip = ">=23.0" pipenv = ">=2023.11.5" poetry = "^1.7" pdm = "^2.11" -uv = "0.8.0" # keep pinned to exact version, until a v1.0.0 is released +uv = "0.8.14" # keep pinned to exact version, until a v1.0.0 is released