From d011c8d60e91dd789cf2666c4378d955bc8d927d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:28:40 +0000 Subject: [PATCH] :arrow_up: Bump black from 23.11.0 to 24.1.1 Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.1.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.11.0...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 227503f..fc57694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ testing = [ "pytest-regressions", "ipykernel", "coverage~=5.0", - "black==23.11.0", + "black==24.1.1", "beautifulsoup4==4.12.2", ] code_style = [