From d3254b7367c54e57aad779a96a027d81b46f3371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:16:03 +0000 Subject: [PATCH 1/2] Bump tox-uv from 1.35.1 to 1.35.2 in the dependencies group Bumps the dependencies group with 1 update: [tox-uv](https://github.com/tox-dev/tox-uv). Updates `tox-uv` from 1.35.1 to 1.35.2 - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](https://github.com/tox-dev/tox-uv/compare/1.35.1...1.35.2) --- updated-dependencies: - dependency-name: tox-uv dependency-version: 1.35.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: 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 655200c1..31199f37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ towncrier = [ ] tox-uv = [ - "tox-uv == 1.35.1", + "tox-uv == 1.35.2", ] dev = [ From 0256d65f1b0b7efb447c6a5f5c244fa112f244dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:16:14 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/211.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/211.misc.rst diff --git a/changes/211.misc.rst b/changes/211.misc.rst new file mode 100644 index 00000000..0cce8429 --- /dev/null +++ b/changes/211.misc.rst @@ -0,0 +1 @@ +Updated tox-uv from 1.35.1 to 1.35.2 in the dependencies group.