From 4d2c0b9b384fa4ff7f74ae899e6a2bb3987dbfee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 02:08:34 +0000 Subject: [PATCH] chore(deps-dev): Update uv requirement from 0.7.13 to 0.7.16 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.7.13...0.7.16) --- updated-dependencies: - dependency-name: uv dependency-version: 0.7.16 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 46db5ac3..4f7bd192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ pip = ">=23.0" pipenv = ">=2023.11.5" poetry = "^1.7" pdm = "^2.11" -uv = "0.7.13" # keep pinned to exact version, until a v1.0.0 is released +uv = "0.7.16" # keep pinned to exact version, until a v1.0.0 is released