Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [llvmlite](https://github.com/numba/llvmlite) and [pytket-qir](https://github.com/CQCL/pytket-qir) to permit the latest version.

Updates `llvmlite` to 0.41.1
- [Release notes](https://github.com/numba/llvmlite/releases)
- [Commits](numba/llvmlite@v0.40.0...v0.41.1)

Updates `pytket-qir` from 0.4.0 to 0.6.0
- [Release notes](https://github.com/CQCL/pytket-qir/releases)
- [Changelog](https://github.com/CQCL/pytket-qir/blob/develop/docs/changelog.rst)
- [Commits](CQCL/pytket-qir@v0.4.0...v0.6.0)

---
updated-dependencies:
- dependency-name: llvmlite
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pytket-qir
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 63e15d1 commit 7092fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pytest
pytest-timeout
hypothesis
requests_mock
llvmlite ~= 0.40.0
pytket-qir == 0.4.0
llvmlite ~= 0.41.1
pytket-qir == 0.6.0
pytest-rerunfailures

0 comments on commit 7092fd8

Please sign in to comment.