From 9c4a4f49dd813e0464dea89d9ddf1a6a9195975f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:03:08 +0000 Subject: [PATCH] chore(deps): bump black from 24.4.2 to 24.8.0 Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.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/24.4.2...24.8.0) --- updated-dependencies: - dependency-name: black 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 a5e962d..1f8a4fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ docs = [ ] lint = [ # https://github.com/super-linter/super-linter/blob/main/dependencies/python/black.txt - "black==24.4.2", + "black==24.8.0", # https://github.com/super-linter/super-linter/blob/main/dependencies/python/isort.txt "isort==5.13.2", ] diff --git a/requirements.txt b/requirements.txt index 6541afa..f51c87a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ attrs==24.2.0 # via rasterio babel==2.16.0 # via sphinx -black==24.4.2 +black==24.8.0 # via pygef (pyproject.toml) certifi==2024.8.30 # via