Skip to content

Commit

Permalink
Update build requirement from <1.1,>=1.0 to >=1.0,<1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 148fceb commit 14d642f
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 @@ -65,7 +65,7 @@ xbrl_extract = "ferc_xbrl_extractor.cli:main"

[project.optional-dependencies]
dev = [
"build>=1.0,<1.1",
"build>=1.0,<1.2",
"ruff>=0.1,<0.4", # A very fast linter and autofixer
"tox>=4.0,<4.14", # Python test environment manager
"twine>=3.3,<5.1", # Used to make releases to PyPI
Expand Down

0 comments on commit 14d642f

Please sign in to comment.