Skip to content

Commit e3422e3

Browse files
Update build requirement in /vehicle-python
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.10.0...1.1.1) --- updated-dependencies: - dependency-name: build dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 387ff31 commit e3422e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: vehicle-python/requirements-ci.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
auditwheel >=5.3.0, <6; sys_platform == 'linux'
2-
build >=0.10.0, <1.1
2+
build >=0.10.0, <1.2
33
delocate >=0.10.4, <0.11; sys_platform == 'darwin'
44
delvewheel >=1.3.5, <2; sys_platform == 'win32'
55
pytest >=7.2.2, <9

0 commit comments

Comments
 (0)