Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump black from 23.11.0 to 24.2.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.2.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.11.0...24.2.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Mar 5, 2024

Verified

This commit was signed with the committer’s verified signature.
jschlyter Jakob Schlyter
1 parent 220669f commit 81a24ab
Showing 2 changed files with 26 additions and 22 deletions.
46 changes: 25 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ google-cloud-storage = "^2.12.0"
google-crc32c = "^1.1.2"

[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
black = ">=23.9.1,<25.0.0"
flake8 = "^6.1.0"
coverage = "^7.3.1"
pytest = ">=7.4.2,<9.0.0"

0 comments on commit 81a24ab

Please sign in to comment.