From 1e1e35cfe0650bfb9d71a5a095a87238a8edb015 Mon Sep 17 00:00:00 2001 From: Charles Beauville Date: Tue, 7 Nov 2023 12:52:34 +0100 Subject: [PATCH] Update format deps (#2571) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f1e1a6c403e..5d8a8119ff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,9 +83,9 @@ types-dataclasses = "==0.6.6" types-protobuf = "==3.19.18" types-requests = "==2.31.0.2" types-setuptools = "==68.2.0.0" -clang-format = "==16.0.6" -isort = "==5.11.5" -black = { version = "==23.3.0", extras = ["jupyter"] } +clang-format = "==17.0.4" +isort = "==5.12.0" +black = { version = "==23.10.1", extras = ["jupyter"] } docformatter = "==1.7.5" mypy = "==1.6.1" pylint = "==2.13.9"