From b4cd462ec2d04f5c77fb57ecab2f5a46defe1d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:10:41 +0000 Subject: [PATCH] chore: update black requirement from ~=24.4.2 to ~=24.8.0 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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/24.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fbe741c50..3e36dee34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jinja2~=3.1.4 pylint~=3.2.7 -black~=24.4.2 +black~=24.8.0 mkdocs~=1.6.1 boto3~=1.35.10 \ No newline at end of file