Skip to content

chore(deps): bump the third-party-minor group across 1 directory with 12 updates#469

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/third-party-minor-d2c8ff22a9
Open

chore(deps): bump the third-party-minor group across 1 directory with 12 updates#469
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/third-party-minor-d2c8ff22a9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps the third-party-minor group with 9 updates in the / directory:

Package From To
ruff 0.15.11 0.15.13
pyright 1.1.408 1.1.409
pydantic 2.13.2 2.13.4
pyscf 2.12.1 2.13.0
hugr 0.15.5 0.16.0
qnexus 0.37.1 0.43.2
pydantic-settings 2.13.1 2.14.1
pytket 2.16.0 2.17.0
qiskit-ibm-runtime 0.46.1 0.47.0

Updates ruff from 0.15.11 to 0.15.13

Release notes

Sourced from ruff's releases.

0.15.13

Release Notes

Released on 2026-05-14.

Preview features

  • Add a rule to flag lazy imports that are eagerly evaluated (#25016)
  • [pylint] Standardize diagnostic message (PLR0914, PLR0917) (#24996)

Bug fixes

  • Fix F811 false positive for class methods (#24933)
  • Fix setting selection for multi-folder workspace (#24819)
  • [eradicate] Fix false positive for lines with leading whitespace (ERA001) (#25122)
  • [flake8-pyi] Fix false positive for f-string debug specifier (PYI016) (#24098)

Rule changes

  • Always include panic payload in panic diagnostic message (#24873)
  • Restrict PYI034 for in-place operations to enclosing class (#24511)
  • Improve error message for parameters that are declared global (#24902)
  • Update known stdlib (#25103)

Performance

  • [isort] Avoid constructing glob::Patterns for literal known modules (#25123)

CLI

  • Add TOML examples to --config help text (#25013)
  • Colorize ruff check 'All checks passed' (#25085)

Configuration

  • Increase max allowed value of line-length setting (#24962)

Documentation

  • Add D203 to rules that conflict with the formatter (#25044)
  • Clarify COM819 and formatter interaction (#25045)
  • Clarify that NotImplemented is a value, not an exception (F901) (#25054)
  • Update number of lint rules supported (#24942)

Other changes

  • Simplify the playground's markdown template (#24924)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.13

Released on 2026-05-14.

Preview features

  • Add a rule to flag lazy imports that are eagerly evaluated (#25016)
  • [pylint] Standardize diagnostic message (PLR0914, PLR0917) (#24996)

Bug fixes

  • Fix F811 false positive for class methods (#24933)
  • Fix setting selection for multi-folder workspace (#24819)
  • [eradicate] Fix false positive for lines with leading whitespace (ERA001) (#25122)
  • [flake8-pyi] Fix false positive for f-string debug specifier (PYI016) (#24098)

Rule changes

  • Always include panic payload in panic diagnostic message (#24873)
  • Restrict PYI034 for in-place operations to enclosing class (#24511)
  • Improve error message for parameters that are declared global (#24902)
  • Update known stdlib (#25103)

Performance

  • [isort] Avoid constructing glob::Patterns for literal known modules (#25123)

CLI

  • Add TOML examples to --config help text (#25013)
  • Colorize ruff check 'All checks passed' (#25085)

Configuration

  • Increase max allowed value of line-length setting (#24962)

Documentation

  • Add D203 to rules that conflict with the formatter (#25044)
  • Clarify COM819 and formatter interaction (#25045)
  • Clarify that NotImplemented is a value, not an exception (F901) (#25054)
  • Update number of lint rules supported (#24942)

Other changes

  • Simplify the playground's markdown template (#24924)

Contributors

... (truncated)

Commits
  • 2afb467 Bump 0.15.13 (#25157)
  • 3008796 [ty] classify TypeVar semantic tokens as type parameters (#24891)
  • 79470e3 [isort] Avoid constructing glob::Patterns for literal known modules (#25123)
  • 2522549 Remove shellcheck from prek (#25154)
  • 7db7170 [ty] Support TypedDict key completions in incomplete, anonymous contexts (#25...
  • bb3dd53 [ty] Run full iteration analysis on narrowed typevars (#25143)
  • 828cdb7 [ty] Isolate file-watching test environment (#25151)
  • 89e1d86 [ty] Preserve TypedDict keys through dict unpacking (#24523)
  • 86f3064 [ty] Avoid accessing args[0] for static_assert (#25149)
  • ed819f9 [ty] Treat custom enum __new__ values as dynamic (#25136)
  • Additional commits viewable in compare view

Updates pyright from 1.1.408 to 1.1.409

Commits

Updates pydantic from 2.13.2 to 2.13.4

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

v2.13.3 2026-04-20

v2.13.3 (2026-04-20)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.2...v2.13.3

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

v2.13.3 (2026-04-20)

GitHub release

What's Changed

Fixes

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • Additional commits viewable in compare view

Updates pyscf from 2.12.1 to 2.13.0

Release notes

Sourced from pyscf's releases.

PySCF v2.13.0 release

  • Added
    • ASE band structure interface
    • SOC-ECP for PBC DFT methods
    • get_rho_with_derivatives() function
    • PCM ISWIG surface discretization method
    • grid_response support for the Stratmann grid partition scheme
    • Cartesian basis support in the PCM solvent module
    • gw_ac and ugw_ac methods
    • meta-GGA support in multigrid methods (currently computed in a slower mode)
    • SGX gradients
  • Improvements
    • Warnings for basis-element mismatch
    • Updated GTH basis set and pseudopotential databases
    • Enforced real orbitals for time-reversal symmetric KSCF
    • Added sanity checks to prevent bugs in the Newton solver for PBC mean-field methods
    • Updated ccECP from pseudopotentiallibrary.org
    • Improved PBC 2c2e integral accuracy for better numerical stability in PBC-GDF methods
    • SGX implementation for improved numerical accuracy and performance
    • Canonical orthogonalization by default in the SCF eigenvalue solver
    • Support specifying "autoaux" as a key for auxiliary basis set
  • Fixes
    • RSJK initialization
    • Skipped printing of velocity and magnetic dipole moments when ECP is detected
    • mo_coeff reshape size in PBC SCF HF DF-JK
    • XYZ file parser
    • A bug where PCM assigned incorrect radii to ECP atoms
    • Inconsistent symmetry axis assignment for D₂h molecules (#2773)
    • Load default cell and k-points in KGHF.get_hcore
    • POSCAR parser bug
    • Handle ghost atoms in the QM/MM interface
    • Errors in AO values caused by an incorrect diffuseness estimator
    • Edge case involving empty arrays in DF-JK construction for PBC DF
    • Incorrect DF-MP2 energy when using jkfit in HF and rifit in MP2
    • Edge case for the frozen attribute (frozen=0)
    • PBC nuclear gradients in fft_jk.get_k_e1 with exxdiv=ewald
  • API Updates
    • Set multigrid2 as the default multigrid integrator
    • Smearing functions are moved to a separate module
    • Set default auxbasis_response level to 2 (full response) in density-fitting Hessian methods
    • Dump nelecas in mcscf chkfile
    • Allow to skip .run() for intermediate instances in method chains
    • In method pipelines, .run() of intermediate steps is now executed automatically
    • Linear dependency for orbital bases are removed by default in SCF
Changelog

Sourced from pyscf's changelog.

PySCF 2.13.0 (2026-04-20)

  • Added
    • ASE band structure interface
    • SOC-ECP for PBC DFT methods
    • get_rho_with_derivatives() function
    • PCM ISWIG surface discretization method
    • grid_response support for the Stratmann grid partition scheme
    • Cartesian basis support in the PCM solvent module
    • gw_ac and ugw_ac methods
    • meta-GGA support in multigrid methods (currently computed in a slower mode)
    • SGX gradients
  • Improvements
    • Warnings for basis-element mismatch
    • Updated GTH basis set and pseudopotential databases
    • Enforced real orbitals for time-reversal symmetric KSCF
    • Added sanity checks to prevent bugs in the Newton solver for PBC mean-field methods
    • Updated ccECP from pseudopotentiallibrary.org
    • Improved PBC 2c2e integral accuracy for better numerical stability in PBC-GDF methods
    • SGX implementation for improved numerical accuracy and performance
    • Canonical orthogonalization by default in the SCF eigenvalue solver
    • Support specifying "autoaux" as a key for auxiliary basis set
  • Fixes
    • RSJK initialization
    • Skipped printing of velocity and magnetic dipole moments when ECP is detected
    • mo_coeff reshape size in PBC SCF HF DF-JK
    • XYZ file parser
    • A bug where PCM assigned incorrect radii to ECP atoms
    • Inconsistent symmetry axis assignment for D₂h molecules (#2773)
    • Load default cell and k-points in KGHF.get_hcore
    • POSCAR parser bug
    • Handle ghost atoms in the QM/MM interface
    • Errors in AO values caused by an incorrect diffuseness estimator
    • Edge case involving empty arrays in DF-JK construction for PBC DF
    • Incorrect DF-MP2 energy when using jkfit in HF and rifit in MP2
    • Edge case for the frozen attribute (frozen=0)
    • PBC nuclear gradients in fft_jk.get_k_e1 with exxdiv=ewald
  • API Updates
    • Set multigrid2 as the default multigrid integrator
    • Smearing functions are moved to a separate module
    • Set default auxbasis_response level to 2 (full response) in density-fitting Hessian methods
    • Dump nelecas in mcscf chkfile
    • Allow to skip .run() for intermediate instances in method chains
    • In method pipelines, .run() of intermediate steps is now executed automatically
    • Linear dependency for orbital bases are removed by default in SCF
Commits
  • e620426 Release 2.13.0 (#3190)
  • 8ede098 Support specifying "autoaux" as a key for basis set
  • dbc0ad3 Improve PBC 2c2e integral accuracy (#3186)
  • 1b0caae Disable density-based grid pruning by default (#3192)
  • 54c2aa3 Faster SGX and SGX Gradients (#3076)
  • 9fe5b82 Canonical orthogonalization for eigenvalue solver in SCF (#3191)
  • 18a99eb basis parser does not load bse due to commit 2fe92bcf
  • 06f05dc Mole.to_gpu only works for gpu4pyscf 1.5 or newer
  • c8a4215 add MGGA support to multigrid.py (#3188)
  • 8ae29f6 Fix PBC nuclear gradients fft_jk.get_k_e1 with exxdiv=ewald (#3158)
  • Additional commits viewable in compare view

Updates hugr from 0.15.5 to 0.16.0

Release notes

Sourced from hugr's releases.

hugr-py: v0.16.0

0.16.0 (2026-04-01)

This release changes the default text serialization format from JSON to S_EXPRESSION_WITH_EXTS (the JSON format is now deprecated). It also adds the ability to link packages and modules from Python, renders operation type arguments in HUGR visualizations, introduces a new debug_info module for attaching source-level debug metadata to nodes, and introduces multi-version support in ExtensionRegistry, allowing different versions of the same extension to coexist in the same registry.

⚠ BREAKING CHANGES

  • ExtensionRegistry may now contain multiple versions of the same extension. .extensions is now an iterator of the latest versions instead of a dictionary. .register_updated and .add_extension have been replaced with a singular .register.
  • Default EnvelopeConfig changed from EnvelopeFormat.JSON to EnvelopeFormat.S_EXPRESSION_WITH_EXTS.
  • Substituted hugr-py/src/hugr/tys.py::_type_str with hugr-py/src/hugr/utils.py::name_w_args.

Features

  • Add debug info metadata specification in hugr-py (#2971) (a4da8ef)
  • Allow multiple versions of an extension in an ExtensionRegistry (#3005) (ee90cd1)
  • Deprecate JSON serialization format (#2991) (0f7a880)
  • Operation parameter rendering in HUGR visualizations (#2995) (d619148)
  • Allow linking packages and modules from Python (#2947) (329c243)
  • Make _composable_pass and _scope public modules (#2962) (1d6af9a), closes #2961
  • Allow missing ext versions ExtensionDesc metadata (#2979) (bc1c445)
  • Allow dfg conversion in to TrackedDfg (#2993) (3bd7a88)

Bug Fixes

  • Allow both _composable_pass and composable_pass imports (#2965) (0a5664d)
  • Allow both _scope and scope imports (#3003) (de0458c)
  • Always do extension resolution when loading packages and hugrs (#2953) (0086d2a)
  • Correct pyo3 module definitions and add missing exception class export (#2964) (3df73f4)
  • Include extensions during link serialization (#2992) (9236e89)
  • Prefix names with underscores during serialization (#2989) (8aab636)
  • Use valid identifiers when constructing AST model (#2973) (8750a6b)
Commits

Updates guppylang from 0.21.11 to 0.21.14

Release notes

Sourced from guppylang's releases.

guppylang: v0.21.14

0.21.14 (2026-05-01)

Features

  • Update guppylang-internals dependency to 0.35.0 (73f9073)

guppylang: v0.21.13

0.21.13 (2026-04-21)

Based on v0.21.12, with the breaking monomorphisation changes removed, and the following additional changes:

Features

  • Add array helpers for qubit measurements for qsystem measurement variants (#1667) (fa6f85a)

guppylang: v0.21.12

[!CAUTION] YANKED due to unintentional breakage to compilation of generic functions

0.21.12 (2026-04-16)

Features

  • Add lazy_measure_and_reset qsystem operation (7b63997)
  • Joint compilation of Guppy symbols to a library (0adefdb)
  • Monomorphise everything during type checking (bde8404)
  • Support for compilation unit, subprogram and location debug metadata (c0ff4d3)
  • Support modifiers on compile time functions (ca65da4)

Performance Improvements

  • std.collections.Queue.pop constant time instead of linear time (#1651) (1530062)
Commits
  • 9fa9e52 chore: release guppylang 0.21.14 (#1711)
  • ccd6fd2 ci: Don't create gh releases as draft (#1710)
  • 73f9073 chore: release guppylang-internals 0.35.0 (#1705)
  • 0382095 fix(guppy-internals)!: Metadata generation with nested modifiers (#1702)
  • 00d80bb chore: release guppylang 0.21.13 (#1682)
  • 394d665 chore: release guppylang-internals 0.34.0 (#1681)
  • 1dd1b53 chore: Release as draft first
  • ca26918 chore: Update release please workflow to point to new base branch
  • 742792a chore: Update workflows to point to new base branch
  • 6410d22 test: Fix generic tests to be deterministic
  • Additional commits viewable in compare view

Updates qnexus from 0.37.1 to 0.43.2

Release notes

Sourced from qnexus's releases.

v0.43.2 (2026-05-12)

Fixed

  • Use new NEXUS_MANAGED_TOKENS environment variable for managed token environments.

Full Changelog: Quantinuum/qnexus@v0.43.1...v0.43.2

v0.43.1

What's Changed

v0.43.1 (2026-04-27)

Added

  • batch_id attribute added to QuantinuumConfig and HeliosConfig to allow jobs' items to be put into batches on Quantinuum Systems hardware.

Fixed

  • Avoid crashes when serialising backend configs (#338).
  • Don't crash when encoding configs with attribs that are uuids (#337).
  • max_batch_cost no longer defaults to 2000 HQC.

Full Changelog: Quantinuum/qnexus@v0.43.0...v0.43.1

v0.43.0

What's Changed

Full Changelog: Quantinuum/qnexus@v0.42.1...v0.43.0

v0.42.1

Fixed

  • Refresh auth tokens in the websocket flow (#330).

v0.42.0 (2026-03-31)

Added

  • Improved job wait_for strategies (websocket, polling and hybrid) (#318).
  • Ability to fetch input programs for incompletejobitemrefs (#325).
  • Job results will now return partial results by default (allow_incomplete=true) (#324).

... (truncated)

Changelog

Sourced from qnexus's changelog.

v0.43.2 (2026-05-12)

Fixed

  • Use new NEXUS_MANAGED_TOKENS environment variable for managed token environments.

v0.43.1 (2026-04-27)

Added

  • batch_id attribute added to QuantinuumConfig and HeliosConfig to allow jobs' items to be put into batches on Quantinuum Systems hardware.

Fixed

  • Avoid crashes when serialising backend configs (#338).
  • Don't crash when encoding configs with attribs that are uuids (#337).
  • max_batch_cost no longer defaults to 2000 HQC.

v0.43.0 (2026-04-14)

Added

  • Add target region support in job execution and context management (#334).
  • Add region support for login and configuration management (#333).

v0.42.1 (2026-04-08)

Fixed

  • Refresh auth tokens in the websocket flow (#330).

v0.42.0 (2026-03-31)

Added

  • Improved job wait_for strategies (#318).
  • Ability to fetch input programs for incompletejobitemrefs (#325).
  • Job results will now return partial results by default (allow_incomplete=true) (#324).

Fixed

  • Validation error for quota model (#311).
  • Add last_status_detail to jobrefs after submission (#321).

... (truncated)

Commits
  • fee73b8 docs: prepare CHANGELOG for v0.43.2 (#345)
  • 6a3918b chore: use new envvar for managed token environment (#344)
  • b7d71bb test: fix QuantinuumConfig backend config comparison (#343)
  • 51704bf docs: update CHANGELOG for v0.43.1 (#339)
  • 184cdf3 docs: remove example notebooks, which are now mounted from separate docs repo...
  • ee892fb fix: avoid crashes when serialising backend configs (#338)
  • 37cd3b9 fix: don't crash when encoding configs with attribs that are uuids (#337)
  • a3b7c42 docs: Update CHANGELOG for v0.43.0 (#335)
  • b0b1897 feat: add target region support in job execution and context management (#334)
  • 58e520a feat: add region support for login and configuration management (#333)
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.13.1 to 2.14.1

Release notes

Sourced from pydantic-settings's releases.

v2.14.1

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.14.0...v2.14.1

v2.14.0

What's Changed

... (truncated)

Commits
  • e95c30b Prepare release 2.14.1 (#859)
  • 0c87345 Fix field named cls conflicting with classmethod parameter (#858)
  • 7bd0072 Bump the python-packages group with 2 updates (#856)
  • b03e573 Bump the github-actions group with 3 updates (#853)
  • eaa3b43 Bump the python-packages group with 5 updates (#854)
  • 9f95615 Bump the python-packages group with 4 updates (#850)
  • 8916bee Prepare release 2.14.0 (#848)
  • 39e551c Fix CLI descriptions lost under python -OO by falling back to `json_schema_...
  • 9ed7f48 Bump the python-packages group with 4 updates (#847)
  • 617c690 Fix cli_ignore_unknown_args=True not working on subcommands (#844)
  • Additional commits viewable in compare view

Updates hugr-qir from 0.0.22 to 0.0.3

Changelog

Sourced from hugr-qir's changelog.

v0.0.22

  • add to_qir_str()
  • add to_qir_bytes()
  • update hugr version requirement to 0.15.4
  • update guppylang version requirement to 0.21.9

v0.0.20

  • update llvmlite version requirement to 0.44.0

v0.0.19

  • add support for get_current_shot

v0.0.18

  • update github links
  • fix lowering of discard/QFree for quantinuum-hardware targets

v0.0.17

  • fix error messages
  • support more complicated guppy if/elif statements

v0.0.16

  • update hugr rust version requirement 0.24.2

v0.0.15

  • update hugr version requirement 0.14.0

v0.0.14

  • update guppylang version requirement 0.21.5
  • update dependency version requirements

v0.0.12

  • add conversion of RNG functions

v0.0.11

  • add options for compilation target and optimization level
  • configure output format using output_format option and remove 'emit_text' toggle

v0.0.10

  • fix issues with function names

... (truncated)

Commits

Updates pytket from 2.16.0 to 2.17.0

Release notes

Sourced from pytket's releases.

v2.17.0

What's Changed

… 12 updates

Bumps the third-party-minor group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.11` | `0.15.13` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.408` | `1.1.409` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.13.2` | `2.13.4` |
| [pyscf](https://github.com/pyscf/pyscf) | `2.12.1` | `2.13.0` |
| [hugr](https://github.com/quantinuum/hugr) | `0.15.5` | `0.16.0` |
| [qnexus](https://github.com/CQCL/qnexus) | `0.37.1` | `0.43.2` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.13.1` | `2.14.1` |
| [pytket](https://github.com/quantinuum/tket) | `2.16.0` | `2.17.0` |
| [qiskit-ibm-runtime](https://github.com/Qiskit/qiskit-ibm-runtime) | `0.46.1` | `0.47.0` |



Updates `ruff` from 0.15.11 to 0.15.13
- [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.15.11...0.15.13)

Updates `pyright` from 1.1.408 to 1.1.409
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.408...v1.1.409)

Updates `pydantic` from 2.13.2 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.2...v2.13.4)

Updates `pyscf` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pyscf/pyscf/releases)
- [Changelog](https://github.com/pyscf/pyscf/blob/master/CHANGELOG)
- [Commits](pyscf/pyscf@v2.12.1...v2.13.0)

Updates `hugr` from 0.15.5 to 0.16.0
- [Release notes](https://github.com/quantinuum/hugr/releases)
- [Changelog](https://github.com/Quantinuum/hugr/blob/main/release-plz.toml)
- [Commits](Quantinuum/hugr@hugr-py-v0.15.5...hugr-py-v0.16.0)

Updates `guppylang` from 0.21.11 to 0.21.14
- [Release notes](https://github.com/quantinuum/guppylang/releases)
- [Commits](Quantinuum/guppylang@guppylang-v0.21.11...guppylang-v0.21.14)

Updates `qnexus` from 0.37.1 to 0.43.2
- [Release notes](https://github.com/CQCL/qnexus/releases)
- [Changelog](https://github.com/Quantinuum/qnexus/blob/main/CHANGELOG.md)
- [Commits](Quantinuum/qnexus@v0.37.1...v0.43.2)

Updates `pydantic-settings` from 2.13.1 to 2.14.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.13.1...v2.14.1)

Updates `hugr-qir` from 0.0.22 to 0.0.3
- [Release notes](https://github.com/Quantinuum/hugr-qir/releases)
- [Changelog](https://github.com/Quantinuum/hugr-qir/blob/main/CHANGELOG.md)
- [Commits](Quantinuum/hugr-qir@hugr-qir-v0.0.22...hugr-qir-v0.0.3)

Updates `pytket` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/quantinuum/tket/releases)
- [Commits](Quantinuum/tket@v2.16.0...v2.17.0)

Updates `tket` from 0.12.16 to 0.13.0
- [Release notes](https://github.com/quantinuum/tket2/releases)
- [Changelog](https://github.com/Quantinuum/tket2/blob/main/release-plz.toml)
- [Commits](Quantinuum/tket2@tket-py-v0.12.16...tket-v0.13.0)

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

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: third-party-minor
- dependency-name: pyright
  dependency-version: 1.1.409
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: third-party-minor
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: third-party-minor
- dependency-name: pyscf
  dependency-version: 2.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: third-party-minor
- dependency-name: hugr
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party-minor
- dependency-name: guppylang
  dependency-version: 0.21.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: third-party-minor
- dependency-name: qnexus
  dependency-version: 0.43.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: third-party-minor
- dependency-name: pydantic-settings
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party-minor
- dependency-name: hugr-qir
  dependency-version: 0.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: third-party-minor
- dependency-name: pytket
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party-minor
- dependency-name: tket
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party-minor
- dependency-name: qiskit-ibm-runtime
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python labels May 15, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants