From e6d64461e22777cc56209631b700d54a9c48daf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:40:31 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency isort to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94ab2cf..5ebfa6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ dev = [ "black (>=25.11.0,<25.12.0)", "build (>=1.3.0,<1.4.0)", - "isort (>=6.1.0,<6.2.0)", + "isort (>=7.0.0,<7.1.0)", "types-pytz (>=2025.2.0.20250326,<2025.3.0.0)", "pre-commit (>=4.2.0,<4.3.0)", "types-python-dateutil (>=2.9.0,<2.10.0)",