From 1f3c699d0d33371aeba432d59c1a6d41f22c5cb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 23:57:50 +0000 Subject: [PATCH] chore(deps): update dependency black to v24 [security] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 800e376..0175e83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ lint = [ "mypy-extensions==1.0.0", "tomli==2.0.1", "typing_extensions==4.7.1", - "black[jupyter]==23.10.1", + "black[jupyter]==24.3.0", "click==8.1.3", "packaging==23.2", "pathspec==0.11.1", diff --git a/requirements.txt b/requirements.txt index 9c2225b..e3629a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ asttokens==2.4.1 # via stack-data backcall==0.2.0 # via ipython -black==23.10.1 +black==24.3.0 # via plxcontroller (pyproject.toml) certifi==2023.7.22 # via requests