Skip to content

Commit

Permalink
Update build requirement in /vehicle-python (#785)
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.10.0...1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 387ff31 commit d259f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vehicle-python/requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
auditwheel >=5.3.0, <6; sys_platform == 'linux'
build >=0.10.0, <1.1
build >=0.10.0, <1.2
delocate >=0.10.4, <0.11; sys_platform == 'darwin'
delvewheel >=1.3.5, <2; sys_platform == 'win32'
pytest >=7.2.2, <9

0 comments on commit d259f04

Please sign in to comment.