Skip to content

Commit 93742ad

Browse files
build(deps-dev): update black requirement from ~=23.3.0 to >=23.3,<23.8 (#557)
* build(deps-dev): update black requirement from ~=23.3.0 to >=23.3,<23.8 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@23.3.0...23.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * deps: relax black --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <[email protected]>
1 parent 75824c7 commit 93742ad

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
@@ -38,7 +38,7 @@ stac-client = "pystac_client.cli:cli"
3838

3939
[project.optional-dependencies]
4040
dev = [
41-
"black~=23.3.0",
41+
"black~=23.3",
4242
"codespell~=2.2.4",
4343
"coverage~=7.2",
4444
"doc8~=1.1.1",

0 commit comments

Comments
 (0)