Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the python-dependencies group with 17 updates:

Package From To
cirq-core 1.4.1 1.5.0
genqc 0.1.0 0.2.4
pennylane 0.39.0 0.42.3
pytket 1.37.0 2.11.0
pytket-qiskit 0.62.0 0.75.0
pytket-cirq 0.39.0 0.41.0
qiskit 1.3.1 2.2.3
qiskit-aer 0.16.0 0.17.2
qiskit-ibm-runtime 0.34.0 0.44.0
quimb 1.10.0 1.11.2
tket2 0.6.0 0.12.0
ruff 0.9.2 0.14.10
mypy 1.14.1 1.19.1
pytest 8.3.4 9.0.2
pytest-mock 3.14.0 3.15.1
pytest-cov 6.0.0 7.0.0
coverage 7.6.10 7.13.1

Updates cirq-core from 1.4.1 to 1.5.0

Release notes

Sourced from cirq-core's releases.

v1.5.0

Cirq v1.5.0 release

Summary

Added support for Python 3.13 and NumPy-2. Deprecated the Cirq-Rigetti package, which was changed to an opt-in component of the Cirq suite.

Deprecation of Cirq-Rigetti

The Cirq-Rigetti subpackage has been deprecated. For more details or to provide feedback, see #7058. Cirq-Rigetti needs to be installed explicitly using pip install cirq-rigetti as it is not included with the cirq installation anymore. Note that installation of Cirq-Rigetti requires a downgrade to Python 3.12 and NumPy-1.

cirq-core

Added BitMaskKeyCondition to provide multiqubit classical control conditions with bit masks. Added support to concatenate parameter sweeps as a new sweep. Added preliminary support for parsing OpenQASM-3. Improved MatrixGate decomposition to compensate for global phase change. Added function for computing Rényi entropy. Added transformers for cphase gauge transformation, simulation of depolarizing noise, and for performing randomized measurement protocol. Added contrib utilities for readout error benchmarking and an experimental workflow for Z-phase calibration of two-qubit gates.

API change

In next release the default value of the use_repetition_ids argument of the [CircuitOperation] will change from True to False. Please pass an explicit use_repetition_ids=True to preserve the current behavior of the code.

cirq-google

Enhanced serialization capability to support more circuit objects and parameter types for the cirq-google service backend. Added support for stimcirq gates and operations. Enhanced sweep proto messages with typed units and optional metadata. Added support for custom device parameter overrides for circuit execution.

cirq-ionq

Added definitions for the IonQ ZZGate and for device gatesets AriaNativeGateset and ForteNativeGateset. Added capability for circuit transpilation to native gatesets.

A Huge Thank You

Thank you to all our contributors for this release:

Alessandro Cosentino, Ashiq Firoz, Benno Bielmeier, Bharath Thotakura, Bicheng Ying, Chamod Perera, Codrut Grosu, Danni Wang, Dave Bacon, Dax Fohl, Divyanshu Verma, Doug Strain, Eliott Rosenberg, Festus Ayobami Owumi, Gaurav Gyawali, Ilya K. Drozdov,

... (truncated)

Commits

Updates genqc from 0.1.0 to 0.2.4

Release notes

Sourced from genqc's releases.

genQC 0.2.0

Description:

Tested on:

  • Ubuntu 22.04.5 LTS
  • nbdev==2.4.2 (for notebook development)
  • python 3.12.9

Libs:

torch==2.7.0
numpy==2.2.6
matplotlib==3.10.3
scipy==1.15.3
omegaconf==2.3.0
qiskit==2.0.2
tqdm==4.67.1
joblib==1.5.1
open_clip_torch==2.32.0
ipywidgets==8.1.7
pylatexenc==2.10
safetensors==0.5.3
tensordict==0.8.3
huggingface_hub==0.32.3

What's Changed

Full Changelog: https://github.com/FlorianFuerrutter/genQC/commits/v0.2.0

Commits

Updates pennylane from 0.39.0 to 0.42.3

Release notes

Sourced from pennylane's releases.

Release 0.42.3

This release contains contributions from (in alphabetical order):

Andrija Paurevic.

Release 0.42.2

  • Fixed a recursion error when simplifying operators that are raised to integer powers. For example,

    >>> class DummyOp(qml.operation.Operator):
    ...     pass
    >>> (DummyOp(0) ** 2).simplify()
    DummyOp(0) @ DummyOp(0)

    Previously, this would fail with a recursion error. [(#8061)](PennyLaneAI/pennylane#8061) [(#8064)](PennyLaneAI/pennylane#8064)

This release contains contributions from (in alphabetical order):

Christina Lee, Andrija Paurevic.

Release 0.42.1

This release contains contributions from (in alphabetical order):

Andrija Paurevic.

Release 0.42.0

... (truncated)

Commits
  • 63937da [Bug Fix Release] add upper bound to autoray version requirement in `pyproj...
  • c5bcae7 [Bug Fix Release] fix: changelog entry in release notes (#8064)
  • 22824de [Bug Fix Release] fix recursion error when simplifying operators raised to in...
  • b5cc3bf [Bug Fix Release] raise warning if jax>0.6.2 is installed (#7949)
  • 2a74df8 bump lightning and catalyst to release versions (#7869)
  • 840e17a Fix error in Code Blocks (#7878)
  • 6f8a45a merge v0.42.0-docs into v0.42.0-rc0 (#7871)
  • 4050244 Update README image paths for PyPI compatibility (#7839)
  • cf91418 Mudit's QA fixes for 0.42 release (#7806)
  • 4246c79 Jax jit givens decomposition (#7823)
  • Additional commits viewable in compare view

Updates pytket from 1.37.0 to 2.11.0

Release notes

Sourced from pytket's releases.

v2.11.0

What's Changed

Full Changelog: Quantinuum/tket@v2.10.3...v2.11.0

v2.10.3

What's Changed

Full Changelog: Quantinuum/tket@v2.10.2...v2.10.3

v2.10.3rc0

What's Changed

Full Changelog: Quantinuum/tket@v2.10.2...v2.10.3rc0

v2.10.2

What's Changed

Full Changelog: Quantinuum/tket@v2.10.1...v2.10.2

v2.10.1

What's Changed

... (truncated)

Commits
  • e6f10b9 Update changelog for 2.11.0 release. (#2073)
  • 8077ff5 Bugfix/greedy pauli simp ignores the qubit permutation of the original circui...
  • 3af04af Update to eigen 5.0.1 (#2069)
  • 8c005af Handle 0-qubit gates when computing resource data (#2068)
  • bccd21a Add method to apply any serialized pass to a circuit (#2064)
  • 899a90e add uses lightsabre property to backend and release 2.10.3 (#2063)
  • b99906c Update boost version used in workflow. (#2060)
  • 48ec480 Export all symbols on Windows (#2061)
  • 6fb6902 Avoid signed-unsigned comparison (#2059)
  • e6d2bb1 Add tket_squash_phasedx_rz() to C API (#2058)
  • Additional commits viewable in compare view

Updates pytket-qiskit from 0.62.0 to 0.75.0

Release notes

Sourced from pytket-qiskit's releases.

v0.75.0

What's Changed

Full Changelog: Quantinuum/pytket-qiskit@v0.74.0...v0.75.0

v0.75.0rc1

Full Changelog: Quantinuum/pytket-qiskit@v0.74.0...v0.75.0rc1

v0.75.0rc0

Full Changelog: Quantinuum/pytket-qiskit@v0.74.0...v0.75.0rc0

v0.74.0

What's Changed

Full Changelog: Quantinuum/pytket-qiskit@v0.73.0...v0.74.0

v0.73.0

What's Changed

Full Changelog: Quantinuum/pytket-qiskit@v0.72.0...v0.73.0

v0.73.0rc4

What's Changed

Full Changelog: Quantinuum/pytket-qiskit@v0.72.0...v0.73.0rc4

v0.73.0rc3

What's Changed

Full Changelog: Quantinuum/pytket-qiskit@v0.72.0...v0.73.0rc3

... (truncated)

Changelog

Sourced from pytket-qiskit's changelog.

0.75.0 (December 2025)

  • Update minimum qiskit-ibm-runtime version requirement to 0.43.1.
  • Fix issue with new gates in the error model

0.74.0 (November 2025)

  • Update minimum pytket version to 2.11
  • Add allow_symbolic parameter to get_compiled_circuit function

0.73.0 (October 2025)

  • Fix an issue related to the handling of IfElseOp conditions in {py:func}~.qiskit_to_tk. #514.
  • Add static method IBMQBackend.pass_from_info that takes a BackendInfo (and optimisation_level and timeout) and produces a base pass without requiring the network or authentication.
  • Update minimum qiskit version to 2.2.3.
  • Remove support for conversion of circuits containing symbolic parameters
  • Update minimum pytket version to 2.10.3.

0.72.0 (October 2025)

  • Update minimum pytket version to 2.9.3.
  • Update minimum qiskit version to 2.2.0.
  • Update minimum qiskit-ibm-runtime version requirement to 0.42.0.

0.71.1 (September 2025)

  • Set qiskit version to 2.1.1.
  • Set qiskit-ibm-runtime version to 0.41.1

0.71.0 (July 2025)

  • Update minimum pytket version to 2.8.0.
  • Update minimum qiskit version to 2.1.1.
  • Document limitations of conversion of symbolic circuits between pytket and qiskit.

0.70.0 (July 2025)

  • Fix overwriting of user-supplied service parameter to IBMQBackend.

0.69.0 (July 2025)

  • Migrate to upgraded IBM Quantum Platform.
  • Add instance parameter for TketAutoPass.
  • Update minimum qiskit-ibm-runtime version requirement to 0.40.1.

0.68.3 (June 2025)

  • Restrict qiskit version to < 2.1.

... (truncated)

Commits

Updates pytket-cirq from 0.39.0 to 0.41.0

Release notes

Sourced from pytket-cirq's releases.

v0.41.0

What's Changed

Full Changelog: Quantinuum/pytket-cirq@v0.40.0...v0.41.0

v0.40.0

What's Changed

Full Changelog: Quantinuum/pytket-cirq@v0.39.0...v0.40.0

Changelog

Sourced from pytket-cirq's changelog.

0.41.0 (April 2025)

  • Add Python 3.13 support.

0.40.0 (April 2025)

  • Update pytket minimium version requirement to 2.2.0.
  • Update cirq-core and cirq-google minimium version requirement to 1.4.1.
  • Update protobuf minimium version requirement to 4.25.6.
  • Add support for reset operation.
Commits

Updates qiskit from 1.3.1 to 2.2.3

Release notes

Sourced from qiskit's releases.

Qiskit 2.2.3

Changelog

Fixed

  • Fix reuse of ConsolidateBlocks instances (#15258) (#15266)

Qiskit 2.2.2

Changelog

Fixed

  • Fix qpy.dump failure with gzip write streams in QPY v16 (backward seek unsupported) (#15158) (#15226)
  • Raise exception not panic on bad ConsolidateBlocks input (#15110) (#15218)
  • Fix schedule analysis passes with empty circuits (#15147) (#15216)
  • Fix qubit mapping in ConsolidateBlocks control-flow blocks (#15083) (#15214)
  • Fixing inverse methods for MCPhase and MCU1 gates (#15181) (#15211)
  • Deepcopy BoxOp bodies when copying circuits (#14918) (#15153)
  • Fix textdrawer for controlflow with different regs (#15155) (#15163)
  • Fix incorrect mapping of ControlFlow block qargs in BasisTranslator (#15143) (#15150)
  • Check target gates are parameterized in optimize1qgatesdecomposition (backport #15131) (#15140)
  • Avoid panics in Optimize1qGatesDecomposition (#15117) (#15119)

Qiskit 2.2.1

Changelog

Changed

  • Lower limits on VF2PostLayout in exact mode (#15068) (#15075)

Fixed

  • Fix pickling of SabreSwap (#15074) (#15076)
  • Fix edge-order non-determinism when adding DAG nodes (backport #15040) (#15057)
  • Fix SparsePauliOp.is_unitary() to respect input tolerance values (#14676) (#15029)

Qiskit 2.2.0

Changelog

Deprecated

  • Deprecate Remaining Legacy Circuit Library Classes and Update References (#14511)

Added

  • added num_physical_qubits to qasm3_load (#14470)
  • Add qk_obs_apply_layout to apply layouts to QkObs (#14106)
  • Improving default HLS synthesis methods for Clifford+T compilation (#14902)
  • Add to_pauli and to_pauli_list conversion methods to qubit-sparse pauli classes (#14846)
  • Adding PhasedQubitSparsePauli and PhasedQubitSparsePauliList (#14759)
  • Allow to specify implicit defcal symbols in OpenQASM 3 export (#14800)
  • Add QubitSparsePauliList.to_dense_array (#14791)
  • Create option for measures without arrows in mpl and text circuit drawers (#14601)
  • C API: Burn BasisTranslator (#14874)
  • Add QuantumCircuit.ensure_physical (#14779)
  • C API: Burn ConsolidateBlocks (#14751)
  • Add angle bound support to target constraints (#14406)
  • Add custom DAGCircuit.__deepcopy__ implementation (#14965)
  • Add CommutativeCancellation standalone transpiler pass to C API (#14831)
  • Add fast-path parameter binding (#14782)

... (truncated)

Commits

Updates qiskit-aer from 0.16.0 to 0.17.2

Release notes

Sourced from qiskit-aer's releases.

0.17.2

What's Changed

New Contributors

Full Changelog: Qiskit/qiskit-aer@0.17.1...0.17.2

0.17.1

What's Changed

New Contributors

Full Changelog: Qiskit/qiskit-aer@0.17...0.17.1

0.17

Compatibility release with Qiskit 2.0.

What's Changed

Full Changelog: Qiskit/qiskit-aer@0.16.4...0.17

0.16.4

What's Changed

Full Changelog: Qiskit/qiskit-aer@0.16.3...0.16.4

0.16.3

What's Changed

Full Changelog: Qiskit/qiskit-aer@0.16.2...0.16.3

... (truncated)

Commits

Updates qiskit-ibm-runtime from 0.34.0 to 0.44.0

Release notes

Sourced from qiskit-ibm-runtime's releases.

Qiskit Ibm Runtime 0.44.0

Changelog

Added

  • Raise warning if instance limit is reached (#2458)
  • [MCM-2] Add new ConvertToMidCircuitMeasure transpiler pass (#2317)
  • Fake Nighthawk (#2499)
  • Allow for common consecutive instructions merging in circuit schedule visualization (#2494)
  • Channels reordering for circuit schedule visualization (#2492)
  • Unify URLS for ibm_cloud and ibm_quantum_platform channels (#2486)
  • Add input type support to draw circuit schedule function (#2457)

Removed

  • Handle 0.41.0 deprecations (#2439)

Fixed

  • Inject proxy configuration in CloudAccount.tm attribute (#2345)
  • Set circuit schedule drawer annotation box dynamically (#2455)

Qiskit IBM Runtime 0.43.1

Changelog

Update logging level for account warning messages: Qiskit/qiskit-ibm-runtime#2445

Qiskit IBM Runtime 0.43.0

Changelog

Deprecated

  • Deprecate RuntimeOptions (#2435)

Added

  • Add calibration_id support (#2432)
  • Pass job tags into initial job object (#2420)
  • Update private endpoint url (#2367)
  • New visualization tool for compiled circuits scheduling timing information (#2361)
  • support cliffordization for fractional gates (#2427)
  • [MCM-1] Add new gate library with MidCircuitMeasure instruction (#2316)

Changed

  • Set exlcude_params to True when possible (#2399)

Qiskit IBM Runtime 0.42.0

Changelog

Added

  • Remove control flow instruction filter when use_fractional_gates=true (#2366)
  • Update instance selection behavior (#2375)
  • Raise consistent errors for invalid tokens (#2408)

Removed

  • Handle 0.38.0 deprecations (#2298)

... (truncated)

Commits
  • 4df6471 Prepare 0.44.0 release (#2510)
  • b6c7e7a Raise warning if instance limit is reached (#2458)
  • 12d373b Fix README.md: Examples did not work - missing import (#2503)
  • ae939a9 [MCM-2] Add new ConvertToMidCircuitMeasure transpiler pass (#2317)
  • 5e91cbf Fake Nighthawk (#2499)
  • 7c6c552 Allow for common consecutive instructions merging in circuit schedule visuali...
  • 1dc1d6f Update type hints to 3.10 (#2495)
  • 56b101e Bump mypy to 3.10-fully-compatible version, use pyproject.toml (#2491)
  • 41bf67b Channels reordering for circuit schedule visualization (#2492)
  • 984663e Handle 0.41.0 deprecations (#2439)
  • Additional commits viewable in compare view

Updates quimb from 1.10.0 to 1.11.2

Release notes

Sourced from quimb's releases.

v1.11.2

Enhancements:

Bug fixes:

  • fixes for MPS and MPO constructors when L=1, (#314)
  • tensor splitting with absorb="left" now correctly marks left indices.
  • tn.isel: fix bug when value could not be compared to string "r"
  • truncated svd, make n_chi comparison more robust to different backends

Full Changelog: jcmgray/quimb@v1.11.1...v1.11.2

v1.11.1

Enhancements:

  • add create_bond to tensor_canonize_bond and tensor_compress_bond for optionally creating a new bond between two tensors if they don't already share one. Add as a flag to TensorNetwork1DFlat.compress and related functions (#294).
  • add ensure_bonds_exist for ensuring that all bonds in a 1D flat tensor network exist. Use this in the permute_arrays methods and optionally in the expand_bond_dimension method.
  • tn.draw(): permit empty network, and allow color=True to automatically color all tags.
  • tn.add_tag: add a record: Optional[dict] kwarg, to allow for easy rewinding of temporary tags without tracking the actual networks.
  • add qu.plot as a quick wrapper for calling matplotlib.pyplot.plot with the quimb style.
  • quimb.schematic: add zorder_delta kwarg for fine adjustments to layering of objects in approximately the same position.
  • operatorbuilder: big performance improvements and fixes for building matrix representations including Z2 symmetry. Add default symmetry and sector options that can be overridden at build time. Add lazy (slow, matrix free) 'apply' method. Add pauli_decompose transformation. Add experimental PEPO builder for nearest neighbor operators. Add unit tests.

Bug fixes:

Bumps the python-dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [cirq-core](https://github.com/quantumlib/cirq) | `1.4.1` | `1.5.0` |
| [genqc](https://github.com/FlorianFuerrutter/genQC) | `0.1.0` | `0.2.4` |
| [pennylane](https://github.com/PennyLaneAI/pennylane) | `0.39.0` | `0.42.3` |
| [pytket](https://github.com/CQCL/tket) | `1.37.0` | `2.11.0` |
| [pytket-qiskit](https://github.com/CQCL/pytket-qiskit) | `0.62.0` | `0.75.0` |
| [pytket-cirq](https://github.com/CQCL/pytket-cirq) | `0.39.0` | `0.41.0` |
| [qiskit](https://github.com/Qiskit/qiskit) | `1.3.1` | `2.2.3` |
| [qiskit-aer](https://github.com/Qiskit/qiskit-aer) | `0.16.0` | `0.17.2` |
| [qiskit-ibm-runtime](https://github.com/Qiskit/qiskit-ibm-runtime) | `0.34.0` | `0.44.0` |
| [quimb](https://github.com/jcmgray/quimb) | `1.10.0` | `1.11.2` |
| [tket2](https://github.com/CQCL/tket2) | `0.6.0` | `0.12.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.2` | `0.14.10` |
| [mypy](https://github.com/python/mypy) | `1.14.1` | `1.19.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `9.0.2` |
| [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.15.1` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.0.0` | `7.0.0` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.6.10` | `7.13.1` |


Updates `cirq-core` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/quantumlib/cirq/releases)
- [Changelog](https://github.com/quantumlib/Cirq/blob/main/release.md)
- [Commits](quantumlib/Cirq@v1.4.1...v1.5.0)

Updates `genqc` from 0.1.0 to 0.2.4
- [Release notes](https://github.com/FlorianFuerrutter/genQC/releases)
- [Commits](https://github.com/FlorianFuerrutter/genQC/commits)

Updates `pennylane` from 0.39.0 to 0.42.3
- [Release notes](https://github.com/PennyLaneAI/pennylane/releases)
- [Commits](PennyLaneAI/pennylane@v0.39.0...v0.42.3)

Updates `pytket` from 1.37.0 to 2.11.0
- [Release notes](https://github.com/CQCL/tket/releases)
- [Commits](Quantinuum/tket@v1.37.0...v2.11.0)

Updates `pytket-qiskit` from 0.62.0 to 0.75.0
- [Release notes](https://github.com/CQCL/pytket-qiskit/releases)
- [Changelog](https://github.com/Quantinuum/pytket-qiskit/blob/main/docs/changelog.md)
- [Commits](Quantinuum/pytket-qiskit@v0.62.0...v0.75.0)

Updates `pytket-cirq` from 0.39.0 to 0.41.0
- [Release notes](https://github.com/CQCL/pytket-cirq/releases)
- [Changelog](https://github.com/Quantinuum/pytket-cirq/blob/main/docs/changelog.rst)
- [Commits](Quantinuum/pytket-cirq@v0.39.0...v0.41.0)

Updates `qiskit` from 1.3.1 to 2.2.3
- [Release notes](https://github.com/Qiskit/qiskit/releases)
- [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst)
- [Commits](Qiskit/qiskit@1.3.1...2.2.3)

Updates `qiskit-aer` from 0.16.0 to 0.17.2
- [Release notes](https://github.com/Qiskit/qiskit-aer/releases)
- [Commits](Qiskit/qiskit-aer@0.16...0.17.2)

Updates `qiskit-ibm-runtime` from 0.34.0 to 0.44.0
- [Release notes](https://github.com/Qiskit/qiskit-ibm-runtime/releases)
- [Commits](Qiskit/qiskit-ibm-runtime@0.34.0...0.44.0)

Updates `quimb` from 1.10.0 to 1.11.2
- [Release notes](https://github.com/jcmgray/quimb/releases)
- [Changelog](https://github.com/jcmgray/quimb/blob/main/docs/changelog.md)
- [Commits](jcmgray/quimb@v1.10.0...v1.11.2)

Updates `tket2` from 0.6.0 to 0.12.0
- [Release notes](https://github.com/CQCL/tket2/releases)
- [Changelog](https://github.com/Quantinuum/tket2/blob/main/release-please-config.json)
- [Commits](Quantinuum/tket2@tket2-v0.6.0...tket2-v0.12.0)

Updates `ruff` from 0.9.2 to 0.14.10
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.2...0.14.10)

Updates `mypy` from 1.14.1 to 1.19.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.1...v1.19.1)

Updates `pytest` from 8.3.4 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.4...9.0.2)

Updates `pytest-mock` from 3.14.0 to 3.15.1
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.14.0...v3.15.1)

Updates `pytest-cov` from 6.0.0 to 7.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v6.0.0...v7.0.0)

Updates `coverage` from 7.6.10 to 7.13.1
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.6.10...7.13.1)

---
updated-dependencies:
- dependency-name: cirq-core
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: genqc
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pennylane
  dependency-version: 0.42.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytket
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: pytket-qiskit
  dependency-version: 0.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytket-cirq
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: qiskit
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: qiskit-aer
  dependency-version: 0.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: qiskit-ibm-runtime
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: quimb
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: tket2
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-version: 0.14.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: pytest-mock
  dependency-version: 3.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytest-cov
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: coverage
  dependency-version: 7.13.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant