Skip to content

infra: bump the dev-dependencies group with 6 updates#927

Merged
speller26 merged 1 commit into
mainfrom
dependabot/pip/dev-dependencies-53464831b7
Jun 18, 2026
Merged

infra: bump the dev-dependencies group with 6 updates#927
speller26 merged 1 commit into
mainfrom
dependabot/pip/dev-dependencies-53464831b7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 6 updates:

Package From To
awscli 1.45.27 1.45.31
boto3 1.43.27 1.43.31
botocore 1.43.27 1.43.31
matplotlib 3.10.9 3.11.0
qiskit-braket-provider 0.14.4 0.16.0
qiskit 2.4.1 2.4.2

Updates awscli from 1.45.27 to 1.45.31

Commits
  • 213f25c Merge branch 'release-1.45.31'
  • 264ac9b Bumping version to 1.45.31
  • 99cde1f Update changelog based on model updates
  • 7372c83 Merge customizations for S3
  • 8d0f723 Merge branch 'release-1.45.30'
  • 02e03c3 Merge branch 'release-1.45.30' into develop
  • acdc256 Bumping version to 1.45.30
  • a9dc462 Update changelog based on model updates
  • f8b928e Bump aws-actions/configure-aws-credentials from 6.1.0 to 6.2.0 (#10411)
  • a709ffc Merge branch 'release-1.45.29'
  • Additional commits viewable in compare view

Updates boto3 from 1.43.27 to 1.43.31

Commits
  • 3aa219e Merge branch 'release-1.43.31'
  • 9e371b9 Bumping version to 1.43.31
  • 2037106 Add changelog entries from botocore
  • db52ed3 Bump aws-actions/configure-aws-credentials in the github-actions group (#4797)
  • 851f528 Merge branch 'release-1.43.30'
  • 36d4549 Merge branch 'release-1.43.30' into develop
  • 34755ed Bumping version to 1.43.30
  • 7bdb952 Add changelog entries from botocore
  • 3d3204c Merge branch 'release-1.43.29'
  • 466b532 Merge branch 'release-1.43.29' into develop
  • Additional commits viewable in compare view

Updates botocore from 1.43.27 to 1.43.31

Commits
  • e078c6c Merge branch 'release-1.43.31'
  • 64df9c2 Bumping version to 1.43.31
  • 8565d42 Update endpoints model
  • 3156f86 Update to latest models
  • d53833e Merge customizations for S3Vectors
  • b26d073 Merge customizations for S3
  • cb9572b Bump aws-actions/configure-aws-credentials in the github-actions group (#3725)
  • c3a7b1c Merge branch 'release-1.43.30'
  • a4c9526 Merge branch 'release-1.43.30' into develop
  • cd26d18 Bumping version to 1.43.30
  • Additional commits viewable in compare view

Updates matplotlib from 3.10.9 to 3.11.0

Release notes

Sourced from matplotlib's releases.

REL: v3.11.0

The largest change within this release is a complete overhaul of text and font processing. Through the use of libraqm, HarfBuzz, SheenBidi, and an updated release of FreeType, all text should now support modern font features, enabling full internationalization in all languages. Not all features of these libraries are supported yet, but we expect this work to enable further improvements in an easier manner.

Outside of text handling, there are several improvements to 3D Axes, performance, new accessible colour sequences, flexible figure management, and more. See the release notes for more information.

REL: v3.11.0rc2

This is the second release candidate for the meso release 3.11.0.

This release candidate fixes some problems with downstream packages, removes some missed deprecations, and corrects some additional minor bugs.

REL: v3.11.0rc1

After an extended development stretch, we are pleased to announce the first release candidate of Matplotlib 3.11.0.

The largest change within this release is a complete overhaul of text and font processing. Through the use of libraqm, HarfBuzz, SheenBidi, and an updated release of FreeType, all text should now support modern font features, enabling full internationalization in all languages. Not all features of these libraries are supported yet, but we expect this work to enable further improvements in an easier manner. Due to the update to the font rendering stack, we cannot guarantee that text will be bit-for-bit perfect with previous releases, so if you are using Matplotlib for testing, it may be necessary to introduce/raise a tolerance within your tests.

Outside of text handling, there are several improvements to 3D Axes, performance, new accessible colour sequences, flexible figure management, and more. Final release notes are still being curated, but you may browse the list of new features, API changes, and all issues/pull requests on the milestone.

As a note for downstream packagers, the font libraries have only been tested against the versions bundled with the wheels. It may be possible to expand the range of requirements, or that a requirement is too broad. Please report any issues you have building against external dependencies.

Commits
  • 69c7534 REL: v3.11.0
  • b7d912b DOC: Set 3.11 as preferred stable release
  • 7c3d502 Update Security Policy for 3.11
  • 964e73d DOC: Prepare GitHub stats for 3.11 final
  • bfa2633 Bump font manager version to final release
  • d0603b2 Merge pull request #31873 from meeseeksmachine/auto-backport-of-pr-31706-on-v...
  • edf5ebc Backport PR #31706: Fix clabel manual index
  • c0e80b7 Merge pull request #31872 from meeseeksmachine/auto-backport-of-pr-31868-on-v...
  • 2a14854 Backport PR #31868: DOC: Move errorbar examples to the statistics sections
  • ea43d96 Merge pull request #31871 from meeseeksmachine/auto-backport-of-pr-31870-on-v...
  • Additional commits viewable in compare view

Updates qiskit-braket-provider from 0.14.4 to 0.16.0

Release notes

Sourced from qiskit-braket-provider's releases.

v0.16.0

Features

  • add device emulator support

Bug Fixes and Other Changes

  • Don't use qubit labels for virtual qubits
  • allow empty circuit in _get_circuits

v0.15.0

Features

  • support Braket parameter functions in to_qiskit
Changelog

Sourced from qiskit-braket-provider's changelog.

v0.16.0 (2026-06-17)

Features

  • add device emulator support

Bug Fixes and Other Changes

  • Don't use qubit labels for virtual qubits
  • allow empty circuit in _get_circuits

v0.15.0 (2026-06-16)

Features

  • support Braket parameter functions in to_qiskit
Commits
  • e5f59f4 prepare release v0.16.0
  • a61b821 feat: add device emulator support (#333)
  • 30dfdc8 fix: Don't use qubit labels for virtual qubits (#339)
  • 17a614f fix: allow empty circuit in _get_circuits (#344)
  • 5c337f1 update development version to v0.15.1.dev0
  • 65ff557 prepare release v0.15.0
  • 99e6c07 feat: support Braket parameter functions in to_qiskit (#330)
  • 0cbd158 infra: bump actions/checkout from 6.0.2 to 6.0.3 (#329)
  • c8b9bf0 update development version to v0.14.5.dev0
  • See full diff in compare view

Updates qiskit from 2.4.1 to 2.4.2

Release notes

Sourced from qiskit's releases.

Qiskit 2.4.2

Changelog

Fixed

  • Fix stack-overflow segfault in OpenQASM 2 expression parsers (#16422)
  • Fix MultiplierGate truncated result decomposition (#16394) (#16399)
  • Fix CommutationChecker for controlled rotation gates (backport #16337) (#16395)
  • Fix redundant unit numerator in pi_check pi fractions (#16175) (#16358)
  • Fix composing virtual permutation layouts for ElidePermutations and StarPreRouting (#13945) (#16355)
  • fix: Ensure there is no subtraction panic via underflow (#16249) (#16319)
  • Fix panic on 1.0 error in VF2Layout (#16285) (#16287)
  • Fix Statevector.evolve modifying input state in-place (Fixes 15750) (#15905) (#16227)
  • Fix ConstrainedReschedule barrier handling (#16151) (#16284)
  • Initialize ConstrainedReschedule.target unconditionally (#16246) (#16280)
  • Fix UnrollForLoops global phase accumulation (#16201) (#16238)
  • Fix InverseCancellation for symmetric pairs (#16153) (#16211)
  • Add safe shape checking to synth_cz_depth_line_mr (#16154) (#16155)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [awscli](https://github.com/aws/aws-cli) | `1.45.27` | `1.45.31` |
| [boto3](https://github.com/boto/boto3) | `1.43.27` | `1.43.31` |
| [botocore](https://github.com/boto/botocore) | `1.43.27` | `1.43.31` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.9` | `3.11.0` |
| [qiskit-braket-provider](https://github.com/amazon-braket/qiskit-braket-provider) | `0.14.4` | `0.16.0` |
| [qiskit](https://github.com/Qiskit/qiskit) | `2.4.1` | `2.4.2` |


Updates `awscli` from 1.45.27 to 1.45.31
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.45.27...1.45.31)

Updates `boto3` from 1.43.27 to 1.43.31
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.27...1.43.31)

Updates `botocore` from 1.43.27 to 1.43.31
- [Commits](boto/botocore@1.43.27...1.43.31)

Updates `matplotlib` from 3.10.9 to 3.11.0
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.9...v3.11.0)

Updates `qiskit-braket-provider` from 0.14.4 to 0.16.0
- [Release notes](https://github.com/amazon-braket/qiskit-braket-provider/releases)
- [Changelog](https://github.com/amazon-braket/qiskit-braket-provider/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/qiskit-braket-provider@v0.14.4...v0.16.0)

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

---
updated-dependencies:
- dependency-name: awscli
  dependency-version: 1.45.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: boto3
  dependency-version: 1.43.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: botocore
  dependency-version: 1.43.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: matplotlib
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: qiskit-braket-provider
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: qiskit
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-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 Jun 17, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 17, 2026 18:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 17, 2026
@speller26 speller26 merged commit 56b0f52 into main Jun 18, 2026
10 checks passed
@speller26 speller26 deleted the dependabot/pip/dev-dependencies-53464831b7 branch June 18, 2026 05:10
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