Skip to content

infra: bump the dev-dependencies group with 4 updates #709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps the dev-dependencies group with 4 updates: botocore, awscli, boto3 and qiskit.

Updates botocore from 1.38.13 to 1.38.18

Commits

Updates awscli from 1.40.12 to 1.40.17

Commits
  • f0ae5ee Merge branch 'release-1.40.17'
  • c6cecbe Bumping version to 1.40.17
  • 2ad5465 Update changelog based on model updates
  • 663272f Merge branch 'release-1.40.16'
  • 8102fb3 Merge branch 'release-1.40.16' into develop
  • 9bc94cf Bumping version to 1.40.16
  • b4b4a19 Update changelog based on model updates
  • 8f309e3 Merge branch 'release-1.40.15'
  • 8546be6 Merge branch 'release-1.40.15' into develop
  • c95f5b3 Bumping version to 1.40.15
  • Additional commits viewable in compare view

Updates boto3 from 1.38.13 to 1.38.18

Commits
  • b669d1d Merge branch 'release-1.38.18'
  • 33d374f Bumping version to 1.38.18
  • b8ea4b9 Add changelog entries from botocore
  • 988771f Merge branch 'release-1.38.17'
  • 46e84a3 Merge branch 'release-1.38.17' into develop
  • 0ee7698 Bumping version to 1.38.17
  • 6416312 Add changelog entries from botocore
  • d9c2319 Merge branch 'release-1.38.16'
  • 7dd31b4 Merge branch 'release-1.38.16' into develop
  • 8118005 Bumping version to 1.38.16
  • Additional commits viewable in compare view

Updates qiskit from 1.2.0 to 2.0.1

Release notes

Sourced from qiskit's releases.

Qiskit 2.0.1

Changelog

Fixed

  • Fix construction of IQP circuits (backport #14363) (#14373)
  • Fix UnitarySynthesis to respect synth_gates (backport #14345) (#14351)
  • Bug fix in HighLevelSynthesis fast-return mechanism (#14349) (#14358)
  • Fix alignment checks of stretch variables (backport #14330) (#14331)
  • Bug fixes in Solovay Kitaev Decomposition (#14217) (#14295)
  • Fix incorrect error estimation in VF2 fallback (#14218) (#14316)
  • Fix caching logic in SolovayKitaevSynthesis plugin (#14304) (#14311)
  • Fix display of Box End after transpile in text drawer (#14278) (#14282)
  • Fix pickle and repr for Duration. (backport #14174) (#14193)
  • Fix circuit-metadata propagation in SabreLayout (#14186) (#14189)

Qiskit 2.0.0

Release notes: https://docs.quantum.ibm.com/api/qiskit/release-notes/2.0

Changelog

Deprecated

  • Extend deprecation of QuantumCircuit.duration and DAGCircuit.duration (#13960)
  • Address BackendV1 deprecation warning oversights (#13868)
  • The unused parameter dag in DAGNode constructor is deprecated (#13862)
  • Deprecate convert_to_target (#12915)
  • Deprecate qiskit.circuit.classicalfunction (#13786)
  • Deprecate use of BackendProperties (BackendV1) in transpilation pipeline (#13719)
  • Deprecate NormalizeRXAngle and rzx_templates (#13883)
  • raise DeprecationWarning for a targetless timeline drawer (#13601)
  • Deprecate atomic_evolution (#13603)
  • Deprecation of MCMT in favor of MCMTGate (backport #13584) (#13810)
  • Deprecate subclassing of Register and Bit (#13841)
  • Deprecate BackendV2Converter (#12840)
  • Deprecation of MCMT in favor of MCMTGate (#13584)
  • Ensure translation stage always outputs ISA circuits (#13792)
  • Deprecate BasicSimulator.run_experiment (#13750)
  • Deprecate DAGNode.sort_key attribute (#13744)
  • Deprecate show_idle and show_barrier in favor of idle_wires and plot_barriers (#13602)

Added

  • The parameter idle_wires default flipped to False in all circuit drawers (#13865)
  • [Stretch] Add stretch variable support to QuantumCircuit. (#13852)
  • Delegate BasePass.__call__ to PassManager.run (#13820)
  • Add representation of box (#13869)
  • Use average gate fidelity in the commutation checker (#13874)
  • [Stretch] Add +, -, *, / operators for classical expressions. (#13850)
  • SparseObservable evolution (#13836)
  • Port HighLevelSynthesis pass to rust (#13813)
  • Light Cone Transpiler Pass (#12814)
  • Add SparseObservable.compose (#13766)
  • [Stretch] Support Float type in classical expressions. (#13832)
  • C API for SparseObservable (#13694)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
qiskit [>= 1.a, < 2]

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 4 updates: [botocore](https://github.com/boto/botocore), [awscli](https://github.com/aws/aws-cli), [boto3](https://github.com/boto/boto3) and [qiskit](https://github.com/Qiskit/qiskit).


Updates `botocore` from 1.38.13 to 1.38.18
- [Commits](boto/botocore@1.38.13...1.38.18)

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

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

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

---
updated-dependencies:
- dependency-name: botocore
  dependency-version: 1.38.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: awscli
  dependency-version: 1.40.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: boto3
  dependency-version: 1.38.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: qiskit
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

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 code labels May 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 19, 2025 19:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 19, 2025
@yitchen-tim yitchen-tim merged commit a75c598 into main May 20, 2025
9 checks passed
@yitchen-tim yitchen-tim deleted the dependabot/pip/dev-dependencies-b2d01151d2 branch May 20, 2025 20:13
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