From b5fd0149a7a95ffa4032eed5cb3e178c6ac96490 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 1 Oct 2025 02:17:24 +0000 Subject: [PATCH] fix(deps): Update dependency black to v25.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a842624..70c8f27 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ dependencies = [ "cloudquery-plugin-pb==0.0.47", "exceptiongroup==1.3.0", - "black==25.1.0", + "black==25.9.0", "grpcio==1.74.0", "grpcio-tools==1.74.0", "iniconfig==2.1.0",