From 44336421512f29133109cbf70dc7b2662ba67dd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:04:40 +0000 Subject: [PATCH] fix(deps): update all dependencies --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6db8fdc..fb94171 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: exclude: '^(install|get)-poetry.py$' - repo: https://github.com/pycqa/isort - rev: 8.0.0 + rev: 8.0.1 hooks: - id: isort name: "isort (python)" @@ -64,7 +64,7 @@ repos: args: [--lines-after-imports, "-1"] - repo: https://github.com/psf/black - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black