Skip to content

Commit 13d4385

Browse files
build(deps): update black requirement from ~=24.0 to ~=25.1 (#779)
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](psf/black@24.1a1...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 550574c commit 13d4385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stac-client = "pystac_client.cli:cli"
3737

3838
[project.optional-dependencies]
3939
dev = [
40-
"black~=24.0",
40+
"black~=25.1",
4141
"codespell~=2.4.0",
4242
"coverage~=7.2",
4343
"doc8~=1.1.1",

0 commit comments

Comments
 (0)