Skip to content

Commit

Permalink
Update llvmlite requirement in the python-packages group (#454)
Browse files Browse the repository at this point in the history
Updates the requirements on [llvmlite](https://github.com/numba/llvmlite) to permit the latest version.

Updates `llvmlite` to 0.43.0
- [Release notes](https://github.com/numba/llvmlite/releases)
- [Commits](numba/llvmlite@v0.42.0...v0.43.0)

---
updated-dependencies:
- dependency-name: llvmlite
  dependency-type: direct:production
  dependency-group: python-packages
...

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 Jun 18, 2024
1 parent 54f8d42 commit 1804600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pytest
pytest-timeout
hypothesis
requests_mock
llvmlite ~= 0.42.0
llvmlite ~= 0.43.0
pytest-rerunfailures

0 comments on commit 1804600

Please sign in to comment.