Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

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.3
pennylane 0.39.0 0.42.3
pytket 1.37.0 2.10.2
pytket-qiskit 0.62.0 0.72.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.43.1
quimb 1.10.0 1.11.2
tket2 0.6.0 0.12.0
ruff 0.9.2 0.14.3
mypy 1.14.1 1.18.2
pytest 8.3.4 8.4.2
pytest-mock 3.14.0 3.15.1
pytest-cov 6.0.0 7.0.0
coverage 7.6.10 7.11.0

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.3

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.10.2

Release notes

Sourced from pytket's releases.

v2.10.2

What's Changed

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

v2.10.1

What's Changed

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

v2.10.0

What's Changed

Full Changelog: Quantinuum/tket@v2.9.3...v2.10.0

v2.9.3

What's Changed

Full Changelog: Quantinuum/tket@v2.9.1...v2.9.3

v2.9.2

What's Changed

... (truncated)

Commits

Updates pytket-qiskit from 0.62.0 to 0.72.0

Release notes

Sourced from pytket-qiskit's releases.

v0.72.0

What's Changed

New Contributors

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

v0.71.1

What's Changed

New Contributors

Full Changelog: Quantinuum/pytket-qiskit@v0.71.0...v0.71.1

v0.71.0

What's Changed

Full Changelog: Quantinuum/pytket-qiskit@v0.70.0...v0.71.0

v0.70.0

What's Changed

Full Changelog: Quantinuum/pytket-qiskit@v0.69.0...v0.70.0

... (truncated)

Changelog

Sourced from pytket-qiskit's changelog.

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.

0.68.2 (June 2025)

  • Update minimum pytket version requirement to 2.6.0.

0.68.0 (May 2025)

  • Add {py:class}~qiskit.transpiler.passes.VF2PostLayout to default compilation.
  • Fix: don't introduce implicit swaps when transpiling for unitary and density- matrix backends.
  • Update minimum pytket version requirement to 2.4.1.

0.67.0 (April 2025)

  • Add support for Python 3.13.
  • Support qiskit >=2.0, drop support for qiskit <2.0.
  • Update minimum pytket version requirement to 2.3.2.
  • Drop support for conversion of {py:class}~pytket.circuit.CircBoxes containing conditional gates to qiskit in the {py:func}~.tk_to_qiskit converter.

... (truncated)

Commits
  • b662da3 Update to qiskit 2.2.0 and qiskit-ibm-runtime 0.42.0 (#520)
  • f2f6158 release 0.71.1 (#523)
  • dfe1122 [revert me] set qiskit-ibm-runtime version to 0.41.1 (#522)
  • e78b32c set qiskit version to 2.1.1 (#518)
  • 4a7e5d8 chore: ruff formatting fixes (#517)
  • b87c8ca Fix typos in documentation and comments (#513)
  • 3f819f6 Add docs coverage and warning checks to CI and resolve failures for both (#509)
  • d5cc954 Correct method name in warning message. (#512)
  • ac58897 Bump pytket and update version and changelog for 0.71.0 release (#510)
  • 0b063d3 Updates to expression handling for compatibility with qiskit 2.1 (#504)
  • Additional commits viewable in compare view

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.43.1

Release notes

Sourced from qiskit-ibm-runtime's releases.

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)

Fixed

  • Fix account instance logic (#2359)
  • Remove status reason check in least_busy (#2411)
  • Fix rep_delay dict conversion (#2407)

Qiskit IBM Runtime 0.41.1

Changelog

Fixed

  • Fix account instance logic (#2359)

Qiskit IBM Runtime 0.41.0

Changelog

Deprecated

  • Handle new IQP inconsistencies/breaking changes (#2296)

Added

... (truncated)

Commits

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:

Description has been truncated

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.3` |
| [pennylane](https://github.com/PennyLaneAI/pennylane) | `0.39.0` | `0.42.3` |
| [pytket](https://github.com/CQCL/tket) | `1.37.0` | `2.10.2` |
| [pytket-qiskit](https://github.com/CQCL/pytket-qiskit) | `0.62.0` | `0.72.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.43.1` |
| [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.3` |
| [mypy](https://github.com/python/mypy) | `1.14.1` | `1.18.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.4.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/nedbat/coveragepy) | `7.6.10` | `7.11.0` |


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.3
- [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.10.2
- [Release notes](https://github.com/CQCL/tket/releases)
- [Commits](Quantinuum/tket@v1.37.0...v2.10.2)

Updates `pytket-qiskit` from 0.62.0 to 0.72.0
- [Release notes](https://github.com/CQCL/pytket-qiskit/releases)
- [Changelog](https://github.com/CQCL/pytket-qiskit/blob/main/docs/changelog.md)
- [Commits](Quantinuum/pytket-qiskit@v0.62.0...v0.72.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/CQCL/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.43.1
- [Release notes](https://github.com/Qiskit/qiskit-ibm-runtime/releases)
- [Commits](Qiskit/qiskit-ibm-runtime@0.34.0...0.43.1)

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/CQCL/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.3
- [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.3)

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

Updates `pytest` from 8.3.4 to 8.4.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...8.4.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.11.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.6.10...7.11.0)

---
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.3
  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.10.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: pytket-qiskit
  dependency-version: 0.72.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.43.1
  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.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mypy
  dependency-version: 1.18.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-version: 8.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.11.0
  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 Nov 1, 2025
@ACE07-Sev ACE07-Sev closed this Nov 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-3df7563403 branch November 2, 2025 18:36
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.

2 participants