Skip to content

Commit

Permalink
Update build requirement from <1.1,>=1.0.3 to >=1.0.3,<1.3
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.3...1.2.2.post1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 7229c9a commit d297a95
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 @@ -69,7 +69,7 @@ requires = [
"setuptools>=61.0,<69.0",
"wheel>=0.42.0,<0.46",
"toml>=0.10.2,<0.11",
"build>=1.0.3,<1.1",
"build>=1.0.3,<1.3",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit d297a95

Please sign in to comment.