Skip to content

Commit 1d6b04f

Browse files
Update build requirement from >=1.2 to >=1.5.0
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.2.0...1.5.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6ba7b7 commit 1d6b04f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ test = [
6565
"pytest>=8.0",
6666
]
6767
release = [
68-
"build>=1.2",
68+
"build>=1.5.0",
6969
"twine>=6.0",
7070
]
7171
dev = [
72-
"build>=1.2",
72+
"build>=1.5.0",
7373
"pytest>=8.0",
7474
"twine>=6.0",
7575
]

0 commit comments

Comments
 (0)