Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates (#399)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates: [pytket](https://github.com/CQCL/tket) and [qiskit-algorithms](https://github.com/qiskit-community/qiskit-algorithms).


Updates `pytket` from 1.33.1 to 1.34.0
- [Release notes](https://github.com/CQCL/tket/releases)
- [Commits](CQCL/tket@v1.33.1...1.34.0)

Updates `qiskit-algorithms` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/qiskit-community/qiskit-algorithms/releases)
- [Commits](qiskit-community/qiskit-algorithms@0.3.0...0.3.1)

---
updated-dependencies:
- dependency-name: pytket
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: qiskit-algorithms
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent c9d90fb commit 4c09e2c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 22 deletions.
49 changes: 29 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
pytket = { extras = ["zx"], version = "^1.33.1" }
pytket = { extras = ["zx"], version = "^1.34.0" }
pytket-qiskit = "^0.58.0"
pytket-cirq = "^0.38.0"
pytket-qujax = "0.21.0"
pytest = "^8.3.3"
qiskit-algorithms = "^0.3.0"
qiskit-algorithms = "^0.3.1"
ipykernel = "^6.29.4"
kahypar = "^1.3.5"
sphinx-copybutton = "^0.5.2"
Expand Down

0 comments on commit 4c09e2c

Please sign in to comment.