Skip to content

Commit

Permalink
Update black requirement from <23.4,>=22.0 to >=22.0,<23.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 17, 2023
1 parent 8cb1e24 commit 93a6857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ xbrl_extract = "ferc_xbrl_extractor.cli:main"

[project.optional-dependencies]
dev = [
"black>=22.0,<23.4", # A deterministic code formatter
"black>=22.0,<23.8", # A deterministic code formatter
"build>=0.10,<0.11",
"isort>=5.0,<5.13", # Standardized import sorting
"tox>=4.0,<4.7", # Python test environment manager
Expand Down

0 comments on commit 93a6857

Please sign in to comment.