From 843a1c502988dab58af1b268928fae1e2c243dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 22:06:06 +0000 Subject: [PATCH 1/2] Bump black[jupyter] from 23.1.0 to 23.3.0 Bumps [black[jupyter]](https://github.com/psf/black) from 23.1.0 to 23.3.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.1.0...23.3.0) --- updated-dependencies: - dependency-name: black[jupyter] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cf55f9c..170b34bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ test = [ "websocket-client" ] lint = [ - "black[jupyter]==23.1.0", + "black[jupyter]==23.3.0", "mdformat>0.7", "mdformat-gfm>=0.3.5", "ruff==0.0.259" From b11c47f5e716d3350af13ad6b96366838ebe0eda Mon Sep 17 00:00:00 2001 From: Kevin Bates Date: Mon, 3 Apr 2023 16:13:31 -0700 Subject: [PATCH 2/2] Update black version in pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ad300cc..aac21a23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: [mdformat-gfm, mdformat-frontmatter, mdformat-footnote] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black