Skip to content
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

infra: bump the dev-dependencies group across 1 directory with 13 updates #620

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2024

Updates the requirements on botocore, awscli, boto3, jax, jaxlib, numpy, optax, pennylane, pennylane-lightning, qiskit-aer, scipy, scs and sympy to permit the latest version.
Updates botocore from 1.35.0 to 1.35.14

Changelog

Sourced from botocore's changelog.

1.35.14

  • api-change:qapps: Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item.

1.35.13

  • api-change:application-signals: Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.
  • api-change:codepipeline: Updates to add recent notes to APIs and to replace example S3 bucket names globally.
  • api-change:connect: Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).
  • api-change:gamelift: Amazon GameLift provides additional events for tracking the fleet creation process.
  • api-change:kinesisanalyticsv2: Support for Flink 1.20 in Managed Service for Apache Flink
  • api-change:sagemaker: Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.

1.35.12

  • api-change:appsync: Adds new logging levels (INFO and DEBUG) for additional log output control
  • api-change:bedrock-agent: Add support for user metadata inside PromptVariant.
  • api-change:finspace: Updates Finspace documentation for smaller instances.
  • api-change:fis: This release adds safety levers, a new mechanism to stop all running experiments and prevent new experiments from starting.
  • api-change:logs: Update to support new APIs for delivery of logs from AWS services.
  • api-change:s3control: Amazon Simple Storage Service /S3 Access Grants / Features : This release launches new Access Grants API - ListCallerAccessGrants.

1.35.11

  • api-change:connect: Release ReplicaConfiguration as part of DescribeInstance
  • api-change:datazone: Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.
  • api-change:elbv2: This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.
  • api-change:mediaconnect: AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.
  • api-change:medialive: Added MinQP as a Rate Control option for H264 and H265 encodes.
  • api-change:sagemaker: Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.
  • api-change:timestream-influxdb: Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.

1.35.10

  • api-change:backup: The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
  • api-change:datazone: Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
  • api-change:logs: This release introduces a new optional parameter: Entity, in PutLogEvents request
  • api-change:redshift-data: The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returnedsession-id

1.35.9

... (truncated)

Commits
  • 41a8ad3 Merge branch 'release-1.35.14'
  • d6a53c6 Bumping version to 1.35.14
  • c9f999a Update endpoints model
  • e0672e4 Update to latest models
  • 63920e9 Merge branch 'release-1.35.13'
  • e711fa6 Merge branch 'release-1.35.13' into develop
  • 628e576 Bumping version to 1.35.13
  • 9b5eb1e Update to latest models
  • 56a36ab Add S3 tests to ensure dot segments are preserved (#3244)
  • 1f06bf0 Merge branch 'release-1.35.12'
  • Additional commits viewable in compare view

Updates awscli from 1.34.0 to 1.34.14

Commits
  • bc46daa Merge branch 'release-1.34.14'
  • f7b4124 Bumping version to 1.34.14
  • 0a1f70c Update changelog based on model updates
  • 36458af Merge branch 'release-1.34.13'
  • 2336e22 Merge branch 'release-1.34.13' into develop
  • bdb2270 Bumping version to 1.34.13
  • d02baca Update changelog based on model updates
  • 960ad25 Merge branch 'release-1.34.12'
  • 7eb2af4 Merge branch 'release-1.34.12' into develop
  • cc940fa Bumping version to 1.34.12
  • Additional commits viewable in compare view

Updates boto3 from 1.35.0 to 1.35.14

Commits
  • 56b9ad1 Merge branch 'release-1.35.14'
  • 75a565a Bumping version to 1.35.14
  • c30612f Add changelog entries from botocore
  • 18a61dc Merge branch 'release-1.35.13'
  • 31a8a3d Merge branch 'release-1.35.13' into develop
  • cea4f05 Bumping version to 1.35.13
  • 1ad12c8 Add changelog entries from botocore
  • 882adeb Merge branch 'release-1.35.12'
  • 4c11601 Merge branch 'release-1.35.12' into develop
  • ea29dd5 Bumping version to 1.35.12
  • Additional commits viewable in compare view

Updates jax from 0.4.29 to 0.4.31

Changelog

Sourced from jax's changelog.

jax 0.4.31 (July 29, 2024)

  • Deletion

    • xmap has been deleted. Please use {func}shard_map as the replacement.
  • Changes

    • The minimum CuDNN version is v9.1. This was true in previous releases also, but we now declare this version constraint formally.
    • The minimum Python version is now 3.10. 3.10 will remain the minimum supported version until July 2025.
    • The minimum NumPy version is now 1.24. NumPy 1.24 will remain the minimum supported version until December 2024.
    • The minimum SciPy version is now 1.10. SciPy 1.10 will remain the minimum supported version until January 2025.
    • {func}jax.numpy.ceil, {func}jax.numpy.floor and {func}jax.numpy.trunc now return the output of the same dtype as the input, i.e. no longer upcast integer or boolean inputs to floating point.
    • libdevice.10.bc is no longer bundled with CUDA wheels. It must be installed either as a part of local CUDA installation, or via NVIDIA's CUDA pip wheels.
    • {class}jax.experimental.pallas.BlockSpec now expects block_shape to be passed before index_map. The old argument order is deprecated and will be removed in a future release.
    • Updated the repr of gpu devices to be more consistent with TPUs/CPUs. For example, cuda(id=0) will now be CudaDevice(id=0).
    • Added the device property and to_device method to {class}jax.Array, as part of JAX's Array API support.
  • Deprecations

    • Removed a number of previously-deprecated internal APIs related to polymorphic shapes. From {mod}jax.core: removed canonicalize_shape, dimension_as_value, definitely_equal, and symbolic_equal_dim.
    • HLO lowering rules should no longer wrap singleton ir.Values in tuples. Instead, return singleton ir.Values unwrapped. Support for wrapped values will be removed in a future version of JAX.
    • {func}jax.experimental.jax2tf.convert with native_serialization=False or enable_xla=False is now deprecated and this support will be removed in a future version. Native serialization has been the default since JAX 0.4.16 (September 2023).
    • The previously-deprecated function jax.random.shuffle has been removed; instead use jax.random.permutation with independent=True.

jaxlib 0.4.31 (July 29, 2024)

  • Bug fixes
    • Fixed a bug that meant that negative static_argnums to a jit were mishandled by the jit dispatch fast path.
    • Fixed a bug that meant triangular solves of batches of singular matrices produce nonsensical finite values, instead of inf or nan (#3589, #15429).

jax 0.4.30 (June 18, 2024)

... (truncated)

Commits
  • 7fd9302 Start JAX and jaxlib 0.4.31 release
  • f070c06 Merge pull request #22703 from Rifur13:plugin-fix
  • 9beb4f1 Merge pull request #19760 from Blair-Johnson:fix-pytree-grads-sparse
  • 802a14c Re-pack gradients of jax.experimental.sparse.grad() to match original pytrees...
  • 85e83b5 Merge pull request #22690 from jakevdp:inplace-doc
  • d1c0d99 Bump the minimum CUDNN version to v9.1.
  • 6127baa Ignore the Deprecation warning produced about native_serialization=False.
  • fd23b87 Bump minimum SciPy version to 1.10.
  • cfa1e78 Improve documentation for jnp.put, jnp.place, jnp.fill_diagonal
  • 0224235 Skip cuda backend initialization if no nvidia GPUs are visible.
  • Additional commits viewable in compare view

Updates jaxlib from 0.4.29 to 0.4.31

Changelog

Sourced from jaxlib's changelog.

jax 0.4.31 (July 29, 2024)

  • Deletion

    • xmap has been deleted. Please use {func}shard_map as the replacement.
  • Changes

    • The minimum CuDNN version is v9.1. This was true in previous releases also, but we now declare this version constraint formally.
    • The minimum Python version is now 3.10. 3.10 will remain the minimum supported version until July 2025.
    • The minimum NumPy version is now 1.24. NumPy 1.24 will remain the minimum supported version until December 2024.
    • The minimum SciPy version is now 1.10. SciPy 1.10 will remain the minimum supported version until January 2025.
    • {func}jax.numpy.ceil, {func}jax.numpy.floor and {func}jax.numpy.trunc now return the output of the same dtype as the input, i.e. no longer upcast integer or boolean inputs to floating point.
    • libdevice.10.bc is no longer bundled with CUDA wheels. It must be installed either as a part of local CUDA installation, or via NVIDIA's CUDA pip wheels.
    • {class}jax.experimental.pallas.BlockSpec now expects block_shape to be passed before index_map. The old argument order is deprecated and will be removed in a future release.
    • Updated the repr of gpu devices to be more consistent with TPUs/CPUs. For example, cuda(id=0) will now be CudaDevice(id=0).
    • Added the device property and to_device method to {class}jax.Array, as part of JAX's Array API support.
  • Deprecations

    • Removed a number of previously-deprecated internal APIs related to polymorphic shapes. From {mod}jax.core: removed canonicalize_shape, dimension_as_value, definitely_equal, and symbolic_equal_dim.
    • HLO lowering rules should no longer wrap singleton ir.Values in tuples. Instead, return singleton ir.Values unwrapped. Support for wrapped values will be removed in a future version of JAX.
    • {func}jax.experimental.jax2tf.convert with native_serialization=False or enable_xla=False is now deprecated and this support will be removed in a future version. Native serialization has been the default since JAX 0.4.16 (September 2023).
    • The previously-deprecated function jax.random.shuffle has been removed; instead use jax.random.permutation with independent=True.

jaxlib 0.4.31 (July 29, 2024)

  • Bug fixes
    • Fixed a bug that meant that negative static_argnums to a jit were mishandled by the jit dispatch fast path.
    • Fixed a bug that meant triangular solves of batches of singular matrices produce nonsensical finite values, instead of inf or nan (#3589, #15429).

jax 0.4.30 (June 18, 2024)

... (truncated)

Commits
  • 7fd9302 Start JAX and jaxlib 0.4.31 release
  • f070c06 Merge pull request #22703 from Rifur13:plugin-fix
  • 9beb4f1 Merge pull request #19760 from Blair-Johnson:fix-pytree-grads-sparse
  • 802a14c Re-pack gradients of jax.experimental.sparse.grad() to match original pytrees...
  • 85e83b5 Merge pull request #22690 from jakevdp:inplace-doc
  • d1c0d99 Bump the minimum CUDNN version to v9.1.
  • 6127baa Ignore the Deprecation warning produced about native_serialization=False.
  • fd23b87 Bump minimum SciPy version to 1.10.
  • cfa1e78 Improve documentation for jnp.put, jnp.place, jnp.fill_diagonal
  • 0224235 Skip cuda backend initialization if no nvidia GPUs are visible.
  • Additional commits viewable in compare view

Updates numpy from 1.26.4 to 2.1.1

Release notes

Sourced from numpy's releases.

2.1.1 (Sep 3, 2024)

NumPy 2.1.1 Release Notes

NumPy 2.1.1 is a maintenance release that fixes bugs and regressions discovered after the 2.1.0 release.

The Python versions supported by this release are 3.10-3.13.

Contributors

A total of 7 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Andrew Nelson
  • Charles Harris
  • Mateusz Sokół
  • Maximilian Weigand +
  • Nathan Goldbaum
  • Pieter Eendebak
  • Sebastian Berg

Pull requests merged

A total of 10 pull requests were merged for this release.

  • #27236: REL: Prepare for the NumPy 2.1.0 release [wheel build]
  • #27252: MAINT: prepare 2.1.x for further development
  • #27259: BUG: revert unintended change in the return value of set_printoptions
  • #27266: BUG: fix reference counting bug in __array_interface__ implementation...
  • #27267: TST: Add regression test for missing descr in array-interface
  • #27276: BUG: Fix #27256 and #27257
  • #27278: BUG: Fix array_equal for numeric and non-numeric scalar types
  • #27287: MAINT: Update maintenance/2.1.x after the 2.0.2 release
  • #27303: BLD: cp311- macosx_arm64 wheels [wheel build]
  • #27304: BUG: f2py: better handle filtering of public/private subroutines

Checksums

MD5

3053a97400db800b7377749e691eb39e  numpy-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl
84b752a2220dce7c96ff89eef4f4aec3  numpy-2.1.1-cp310-cp310-macosx_11_0_arm64.whl
47ed4f704a64261f07ca24ef2e674524  numpy-2.1.1-cp310-cp310-macosx_14_0_arm64.whl
b8a45caa870aee980c298053cf064d28  numpy-2.1.1-cp310-cp310-macosx_14_0_x86_64.whl
e097ad5eee572b791b4a25eedad6df4a  numpy-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
ae502c99315884cda7f0236a07c035c4  numpy-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
841a859d975c55090c0b60b72aab93a3  numpy-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
d51be2b17f5b87aac64ab80fdfafc85e  numpy-2.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
1f8249bd725397c6233fe6a0e8ad18b1  numpy-2.1.1-cp310-cp310-win32.whl
d38d6f06589c1ec104a6a31ff6035781  numpy-2.1.1-cp310-cp310-win_amd64.whl

... (truncated)

Commits
  • 48606ab Merge pull request #27328 from charris/prepare-2.1.1
  • a7cb4c4 REL: Prepare for the NumPy 2.1.1 release [wheel build]
  • 884c92b Merge pull request #27303 from charris/backport-27284
  • ca7f5c1 Merge pull request #27304 from charris/backport-27049
  • 2a49507 BUG: f2py: better handle filtering of public/private subroutines
  • d4306dd TST: Add regression test for gh-26920
  • db9668d BLD: cp311- macosx_arm64 wheels [wheel build]
  • c6ff254 Merge pull request #27287 from charris/post-2.0.2-release-update
  • 326bc17 MAINT: Update main after the 2.0.2 release
  • 8164b7c Merge pull request #27278 from charris/backport-27275
  • Additional commits viewable in compare view

Updates optax from 0.2.2 to 0.2.3

Release notes

Sourced from optax's releases.

Optax 0.2.3

What's Changed

... (truncated)

Commits
  • e90eecd Release v0.2.3
  • 8c46b75 Fix doctest normalize_by_update_norm
  • 5b55ccc Merge pull request #1000 from fabianp:SauravMaheshkar-saurav/scale_by_grad_norm
  • 648a967 Add schedule_free check for b1 != 0.
  • f72fbfc Add common schedule_free wrappers.
  • 2660a04 Merge branch 'saurav/scale_by_grad_norm' of https://github.com/SauravMaheshka...
  • 23b7703 LBFGS part 4: notebook illustrating how to use lbfgs with linesearch as a sol...
  • 10cf508 Add arxiv reference to schedule_free optimizer.
  • b849fc6 docs: update transformations API docs
  • 5c01f6f docs: update transformations
  • Additional commits viewable in compare view

Updates pennylane from 0.35.1 to 0.38.0

Release notes

Sourced from pennylane's releases.

Release 0.38.0

  • A new function called qml.registers has been added that lets you seamlessly create registers of wires. [(#5957)](PennyLaneAI/pennylane#5957) [(#6102)](PennyLaneAI/pennylane#6102)

    Using registers, it is easier to build large algorithms and circuits by applying gates and operations to predefined collections of wires. With qml.registers, you can create registers of wires by providing a dictionary whose keys are register names and whose values are the number of wires in each register.

    >>> wire_reg = qml.registers({"alice": 4, "bob": 3})
    >>> wire_reg
    {'alice': Wires([0, 1, 2, 3]), 'bob': Wires([4, 5, 6])}

    The resulting data structure of qml.registers is a dictionary with the same register names as keys, but the values are qml.wires.Wires instances.

    Nesting registers within other registers can be done by providing a nested dictionary, where the ordering of wire labels is based on the order of appearance and nestedness.

    >>> wire_reg = qml.registers({"alice": {"alice1": 1, "alice2": 2}, "bob": {"bob1": 2, "bob2": 1}})
    >>> wire_reg
    {'alice1': Wires([0]), 'alice2': Wires([1, 2]), 'alice': Wires([0, 1, 2]), 'bob1': Wires([3, 4]), 'bob2': Wires([5]), 'bob': Wires([3, 4, 5])}

    Since the values of the dictionary are Wires instances, their use within quantum circuits is very similar to that of a list of integers.

    dev = qml.device("default.qubit")
    @​qml.qnode(dev)
    def circuit():
    for w in wire_reg["alice"]:
    qml.Hadamard(w)
    for w in wire_reg["bob1"]:
        qml.RX(0.1967, wires=w)
    qml.CNOT(wires=[wire_reg["alice1"][0], wire_reg["bob2"][0]])
    return [qml.expval(qml.Y(w)) for w in wire_reg["bob1"]]
    
    print(qml.draw(circuit)())

    0: ──H────────╭●─┤     
    1: ──H────────│──┤     
    2: ──H────────│──┤     
    3: ──RX(0.20)─│──┤  <Y>

... (truncated)

Commits

Updates pennylane-lightning from 0.35.1 to 0.38.0

Release notes

Sourced from pennylane-lightning's releases.

Release 0.38.0

New features since last release

Breaking changes

Improvements

... (truncated)

Commits
  • 2601c41 Forked as v0.38.0_release to be released with tag v0.38.0.
  • bf5596a include-hidden-files: true
  • f258421 Update doc (projector).
  • 3a2672a Update pennylane_lightning/core/_version.py
  • c9473b7 Upload to workspace.
  • c9008c7 Do not upload cov if not PR.
  • 132e425 Revert FIXMEs
  • 46c0e7a if-no-files-found: warn
  • 9d732f4 Update regex.
  • 564b129 Use large runner pool (mod regex)
  • Additional commits viewable in compare view

Updates qiskit-aer from 0.14.2 to 0.15.0

Release notes

Sourced from qiskit-aer's releases.

Release 0.15

Aer 0.15 is released to support Qiskit 1.2. As Qiskit 1.2 deprecates V1 backends and primitives, Aer also deprecates these functionalities. Also Aer 0.15 removed standalone simulator and qobj support.

What's Changed

…ates

Updates the requirements on [botocore](https://github.com/boto/botocore), [awscli](https://github.com/aws/aws-cli), [boto3](https://github.com/boto/boto3), [jax](https://github.com/google/jax), [jaxlib](https://github.com/google/jax), [numpy](https://github.com/numpy/numpy), [optax](https://github.com/google-deepmind/optax), [pennylane](https://github.com/PennyLaneAI/pennylane), [pennylane-lightning](https://github.com/PennyLaneAI/pennylane-lightning), [qiskit-aer](https://github.com/Qiskit/qiskit-aer), [scipy](https://github.com/scipy/scipy), [scs](https://github.com/cvxgrp/scs) and [sympy](https://github.com/sympy/sympy) to permit the latest version.

Updates `botocore` from 1.35.0 to 1.35.14
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.35.0...1.35.14)

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

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

Updates `jax` from 0.4.29 to 0.4.31
- [Release notes](https://github.com/google/jax/releases)
- [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md)
- [Commits](jax-ml/jax@jax-v0.4.29...jax-v0.4.31)

Updates `jaxlib` from 0.4.29 to 0.4.31
- [Release notes](https://github.com/google/jax/releases)
- [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md)
- [Commits](jax-ml/jax@jaxlib-v0.4.29...jaxlib-v0.4.31)

Updates `numpy` from 1.26.4 to 2.1.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.1.1)

Updates `optax` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/google-deepmind/optax/releases)
- [Commits](google-deepmind/optax@v0.2.2...v0.2.3)

Updates `pennylane` from 0.35.1 to 0.38.0
- [Release notes](https://github.com/PennyLaneAI/pennylane/releases)
- [Commits](PennyLaneAI/pennylane@v0.35.1...v0.38.0)

Updates `pennylane-lightning` from 0.35.1 to 0.38.0
- [Release notes](https://github.com/PennyLaneAI/pennylane-lightning/releases)
- [Commits](PennyLaneAI/pennylane-lightning@v0.35.1...v0.38.0)

Updates `qiskit-aer` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/Qiskit/qiskit-aer/releases)
- [Commits](Qiskit/qiskit-aer@0.14.2...0.15)

Updates `scipy` from 1.13.1 to 1.14.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.13.1...v1.14.1)

Updates `scs` to 3.2.7
- [Release notes](https://github.com/cvxgrp/scs/releases)
- [Commits](cvxgrp/scs@1.0...3.2.7)

Updates `sympy` to 1.13.2
- [Release notes](https://github.com/sympy/sympy/releases)
- [Commits](sympy/sympy@sympy-0.5.0...sympy-1.13.2)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: jax
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: jaxlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: optax
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pennylane
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pennylane-lightning
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: qiskit-aer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: scs
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: sympy
  dependency-type: direct:production
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 6, 2024 22:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-15e5dffa83 branch September 9, 2024 18:51
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.

0 participants