From 102b0b3e656763fefd76ac79a94554d704877219 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 06:12:04 +0000 Subject: [PATCH] chore(deps): update dependency black to v25.12.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3799a60..d3d22f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -black==25.1.0 ; python_version >= "3.12" and python_version < "4.0" +black==25.12.0 ; python_version >= "3.12" and python_version < "4.0" blinker==1.9.0 ; python_version >= "3.12" and python_version < "4.0" click==8.2.1 ; python_version >= "3.12" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Windows" or python_version >= "3.12" and python_version < "4.0" and sys_platform == "win32"