From 55e6e32c1941fbfd9b8d3f464b3ab139d43a69f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:17:56 +0000 Subject: [PATCH] chore(deps): bump black[jupyter] from 23.10.1 to 24.1.0 Bumps [black[jupyter]](https://github.com/psf/black) from 23.10.1 to 24.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.10.1...24.1.0) --- updated-dependencies: - dependency-name: black[jupyter] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f0ee4b..2d35c1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ lint = [ "mypy-extensions==1.0.0", "tomli==2.0.1", "typing_extensions==4.7.1", - "black[jupyter]==23.10.1", + "black[jupyter]==24.1.0", "click==8.1.3", "packaging==23.2", "pathspec==0.11.1", diff --git a/requirements.txt b/requirements.txt index 63c1e88..7f6b4e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ asttokens==2.4.1 # via stack-data backcall==0.2.0 # via ipython -black[jupyter]==23.10.1 +black[jupyter]==24.1.0 # via plxcontroller (pyproject.toml) certifi==2023.7.22 # via requests