Skip to content

Commit

Permalink
chore(deps): bump black from 24.4.2 to 24.8.0
Browse files Browse the repository at this point in the history
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](psf/black@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 061efb7 commit 9c4a4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c4a4f4

Please sign in to comment.