From f20b11c7e9d78d11851e6a7729fe6fddf02729d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:21:35 +0000 Subject: [PATCH] build(deps): bump black from 22.1.0 to 24.3.0 in /docs Bumps [black](https://github.com/psf/black) from 22.1.0 to 24.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/22.1.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 48c7746..4119376 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,7 +7,7 @@ atomicwrites==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" a attrs==21.4.0; python_full_version >= "3.7.1" and python_version >= "3.7" and python_version < "4.0" babel==2.9.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" backcall==0.2.0; python_full_version >= "3.6.2" and python_version >= "3.8" -black==22.1.0; python_full_version >= "3.6.2" +black==24.3.0; python_full_version >= "3.6.2" bleach==4.1.0; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7" certifi==2021.10.8; python_full_version >= "3.6.0" and python_version >= "3.6" cffi==1.15.0; implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.6.1" and sys_platform == "linux"