Skip to content

Commit

Permalink
Update build requirement from <1 to <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@0.0.1...1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Mar 29, 2024
1 parent 2562316 commit a65a2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -78,7 +78,7 @@ develop = [
"ruff",
]
release = [
"build<1",
"build<2",
"minibump<1; python_version>='3.10'",
"twine<5",
]
Expand Down

0 comments on commit a65a2b3

Please sign in to comment.