From 9add5e444092f34fdf5e0ba0bf7c5518398b1612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:38:11 +0000 Subject: [PATCH] Update tox-uv requirement from >=1.29.0 to >=1.35.1 Updates the requirements on [tox-uv](https://github.com/tox-dev/tox-uv) to permit the latest version. - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](https://github.com/tox-dev/tox-uv/compare/1.29.0...1.35.1) --- updated-dependencies: - dependency-name: tox-uv dependency-version: 1.35.1 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 0df2117..806492c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pre-commit>=4.3.0", - "tox-uv>=1.29.0", + "tox-uv>=1.35.1", ] [project.scripts]