Skip to content

Commit fe7d924

Browse files
Update build requirement from ~=1.0.3 to ~=1.3.0 (#176)
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.3.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Brackett <rob@robbrackett.com>
1 parent 5893a2b commit fe7d924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
# itself (>=3.8). This depends on the `test` extra, which _does_ work on the
3131
# same Python versions as the main package source.
3232
dev = [
33-
"build ~=1.0.3",
33+
"build ~=1.3.0",
3434
"check-wheel-contents ~=0.6.0",
3535
"flake8 ~=7.3.0",
3636
"twine ~=4.0.2",

0 commit comments

Comments
 (0)