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
Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.0.0...1.1.1)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 77d711b commit 1c184aa
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.3", # 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 1c184aa

Please sign in to comment.