From bbe5798cc3ce079e2e8238a81b8942388166a612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:53:17 +0000 Subject: [PATCH] chore(deps): bump black[jupyter] from 23.10.1 to 23.12.1 Bumps [black[jupyter]](https://github.com/psf/black) from 23.10.1 to 23.12.1. - [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...23.12.1) --- updated-dependencies: - dependency-name: black[jupyter] dependency-type: direct:production update-type: version-update:semver-minor ... 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..8326369 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]==23.12.1", "click==8.1.3", "packaging==23.2", "pathspec==0.11.1", diff --git a/requirements.txt b/requirements.txt index 63c1e88..91aa4b0 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]==23.12.1 # via plxcontroller (pyproject.toml) certifi==2023.7.22 # via requests