From d6d4c8a3f9953ffe520ce0156fe14deb28aef96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 08:17:00 +0000 Subject: [PATCH] chore: update uv requirement in the dev-dependencies group Updates the requirements on [uv](https://github.com/astral-sh/uv) to permit the latest version. Updates `uv` to 0.10.0 - [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.4...0.10.0) --- updated-dependencies: - dependency-name: uv dependency-version: 0.10.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e80f36b8..5f9739b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "tox-uv", "types-lxml", "types-mock", - "uv~=0.9.4", + "uv>=0.9.4,<0.11.0", ] [tool.setuptools_scm]