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"},