From 402a88e8cf98599de998463b34ef69a96f97c8f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 23:28:22 +0000 Subject: [PATCH] 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) Bump https://github.com/astral-sh/ruff-pre-commit Bumps the dependencies group with 1 update: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.12 to 0.15.14 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.12...v0.15.14) --- updated-dependencies: - dependency-name: tox-uv dependency-version: 1.35.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.14 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57304a7..4212742 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.14 hooks: - id: ruff-format - id: ruff-check diff --git a/pyproject.toml b/pyproject.toml index 4a380bd..50a3426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ ] ci = [ "setuptools_scm == 10.0.5", - "tox-uv == 1.35.1", + "tox-uv == 1.35.2", ] dev = [ {include-group = "pre-commit"},