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 4 directories with 12 updates #245

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2024

Bumps the dev-dependencies group with 1 update in the / directory: boto3.
Bumps the dev-dependencies group with 10 updates in the /base/jobs/docker/1.0/py3 directory:

Package From To
amazon-braket-sdk 1.78.0 1.79.1
boto3 1.34.96 1.34.105
pennylane 0.35.1 0.36.0
amazon-braket-default-simulator 1.23.1 1.23.2
amazon-braket-pennylane-plugin 1.26.0 1.27.3
awscli 1.32.96 1.32.105
botocore 1.34.96 1.34.105
dask 2024.4.2 2024.5.0
pennylane-lightning 0.35.1 0.36.0
qiskit-braket-provider 0.2.0 0.3.1

Bumps the dev-dependencies group with 9 updates in the /pytorch/jobs/docker/2.2/py3 directory:

Package From To
amazon-braket-sdk 1.78.0 1.79.1
boto3 1.34.96 1.34.105
pennylane 0.35.1 0.36.0
amazon-braket-default-simulator 1.23.1 1.23.2
amazon-braket-pennylane-plugin 1.26.0 1.27.3
awscli 1.32.96 1.32.105
botocore 1.34.96 1.34.105
dask 2024.4.2 2024.5.0
pennylane-lightning[gpu] 0.35.1 0.36.0

Bumps the dev-dependencies group with 10 updates in the /tensorflow/jobs/docker/2.14/py3 directory:

Package From To
amazon-braket-sdk 1.78.0 1.79.1
boto3 1.34.96 1.34.105
pennylane 0.35.1 0.36.0
amazon-braket-default-simulator 1.23.1 1.23.2
amazon-braket-pennylane-plugin 1.26.0 1.27.3
awscli 1.32.96 1.32.105
botocore 1.34.96 1.34.105
dask 2024.4.2 2024.5.0
pennylane-lightning 0.35.1 0.36.0
keras 2.15.0 3.3.3

Updates boto3 from 1.34.96 to 1.34.105

Changelog

Sourced from boto3's changelog.

1.34.105

  • api-change:connect: [botocore] Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.
  • api-change:s3: [botocore] Updated a few x-id in the http uri traits

1.34.104

  • api-change:events: [botocore] Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API.
  • api-change:vpc-lattice: [botocore] This release adds TLS Passthrough support. It also increases max number of target group per rule to 10.

1.34.103

  • api-change:discovery: [botocore] add v2 smoke tests and smithy smokeTests trait for SDK testing
  • api-change:greengrassv2: [botocore] Mark ComponentVersion in ComponentDeploymentSpecification as required.
  • api-change:sagemaker: [botocore] Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications.
  • api-change:sso-oidc: [botocore] Updated request parameters for PKCE support.

1.34.102

  • api-change:bedrock-agent-runtime: [botocore] This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.
  • api-change:pinpoint: [botocore] This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.
  • api-change:route53resolver: [botocore] Update the DNS Firewall settings to correct a spelling issue.
  • api-change:ssm-sap: [botocore] Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP
  • api-change:verifiedpermissions: [botocore] Adds policy effect and actions fields to Policy API's.

1.34.101

  • api-change:cognito-idp: [botocore] Add EXTERNAL_PROVIDER enum value to UserStatusType.
  • api-change:ec2: [botocore] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes
  • api-change:ecr: [botocore] This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
  • api-change:fms: [botocore] The policy scope resource tag is always a string value, either a non-empty string or an empty string.
  • api-change:polly: [botocore] Add new engine - generative - that builds the most expressive conversational voices.
  • api-change:sqs: [botocore] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.

1.34.100

  • api-change:b2bi: [botocore] Documentation update to clarify the MappingTemplate definition.
  • api-change:budgets: [botocore] This release adds tag support for budgets and budget actions.
  • api-change:resiliencehub: [botocore] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.

... (truncated)

Commits
  • 85cd67e Merge branch 'release-1.34.105'
  • 8605cd6 Bumping version to 1.34.105
  • e4860db Add changelog entries from botocore
  • 303da52 update s3 download_file example (#4128)
  • 86fc1aa Merge branch 'release-1.34.104'
  • bbd1223 Merge branch 'release-1.34.104' into develop
  • f0c077a Bumping version to 1.34.104
  • 0351c2c Add changelog entries from botocore
  • fdc599d Merge branch 'release-1.34.103'
  • c1c1619 Merge branch 'release-1.34.103' into develop
  • Additional commits viewable in compare view

Updates amazon-braket-sdk from 1.78.0 to 1.79.1

Release notes

Sourced from amazon-braket-sdk's releases.

v1.79.1

Bug Fixes and Other Changes

  • check the qubit set length against observables

v1.79.0

Features

  • Direct Reservation context manager

Documentation Changes

  • correct the example in the measure docstring
Changelog

Sourced from amazon-braket-sdk's changelog.

v1.79.1 (2024-05-08)

Bug Fixes and Other Changes

  • check the qubit set length against observables

v1.79.0 (2024-05-06)

Features

  • Direct Reservation context manager

Documentation Changes

  • correct the example in the measure docstring
Commits
  • dfd75b3 prepare release v1.79.1
  • 6c4282e fix: check the qubit set length against observables (#970)
  • b791858 update development version to v1.79.1.dev0
  • 376fb90 prepare release v1.79.0
  • 6d30734 test: Extract decorator_python_version (#968)
  • 7824bfb infra: allow worksteal for testing (#960)
  • 2730aa1 infra: add opts for tox builds ran in parallel (#759)
  • 84c3bb7 doc: correct the example in the measure docstring (#965)
  • d966222 feature: Direct Reservation context manager (#955)
  • 07d9e1e update development version to v1.78.1.dev0
  • See full diff in compare view

Updates boto3 from 1.34.96 to 1.34.105

Changelog

Sourced from boto3's changelog.

1.34.105

  • api-change:connect: [botocore] Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.
  • api-change:s3: [botocore] Updated a few x-id in the http uri traits

1.34.104

  • api-change:events: [botocore] Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API.
  • api-change:vpc-lattice: [botocore] This release adds TLS Passthrough support. It also increases max number of target group per rule to 10.

1.34.103

  • api-change:discovery: [botocore] add v2 smoke tests and smithy smokeTests trait for SDK testing
  • api-change:greengrassv2: [botocore] Mark ComponentVersion in ComponentDeploymentSpecification as required.
  • api-change:sagemaker: [botocore] Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications.
  • api-change:sso-oidc: [botocore] Updated request parameters for PKCE support.

1.34.102

  • api-change:bedrock-agent-runtime: [botocore] This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.
  • api-change:pinpoint: [botocore] This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.
  • api-change:route53resolver: [botocore] Update the DNS Firewall settings to correct a spelling issue.
  • api-change:ssm-sap: [botocore] Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP
  • api-change:verifiedpermissions: [botocore] Adds policy effect and actions fields to Policy API's.

1.34.101

  • api-change:cognito-idp: [botocore] Add EXTERNAL_PROVIDER enum value to UserStatusType.
  • api-change:ec2: [botocore] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes
  • api-change:ecr: [botocore] This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
  • api-change:fms: [botocore] The policy scope resource tag is always a string value, either a non-empty string or an empty string.
  • api-change:polly: [botocore] Add new engine - generative - that builds the most expressive conversational voices.
  • api-change:sqs: [botocore] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.

1.34.100

  • api-change:b2bi: [botocore] Documentation update to clarify the MappingTemplate definition.
  • api-change:budgets: [botocore] This release adds tag support for budgets and budget actions.
  • api-change:resiliencehub: [botocore] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.

... (truncated)

Commits
  • 85cd67e Merge branch 'release-1.34.105'
  • 8605cd6 Bumping version to 1.34.105
  • e4860db Add changelog entries from botocore
  • 303da52 update s3 download_file example (#4128)
  • 86fc1aa Merge branch 'release-1.34.104'
  • bbd1223 Merge branch 'release-1.34.104' into develop
  • f0c077a Bumping version to 1.34.104
  • 0351c2c Add changelog entries from botocore
  • fdc599d Merge branch 'release-1.34.103'
  • c1c1619 Merge branch 'release-1.34.103' into develop
  • Additional commits viewable in compare view

Updates pennylane from 0.35.1 to 0.36.0

Release notes

Sourced from pennylane's releases.

Release 0.36.0

Two new user-facing classes enable calculating and propagating gate errors in PennyLane:

  • qml.resource.SpectralNormError: the spectral norm error is defined as the distance, in spectral norm, between the true unitary we intend to apply and the approximate unitary that is actually applied.

  • qml.resource.ErrorOperation: a base class that inherits from qml.operation.Operation and represents quantum operations which carry some form of algorithmic error.

    SpectralNormError can be used for back-of-the-envelope type calculations like obtaining the spectral norm error between two unitaries via get_error:

    import pennylane as qml 
    from pennylane.resource import ErrorOperation, SpectralNormError
    intended_op = qml.RY(0.40, 0)
    actual_op = qml.RY(0.41, 0) # angle of rotation is slightly off

    >>> SpectralNormError.get_error(intended_op, actual_op) 
    0.004999994791668309 

    SpectralNormError is also a key tool to specify errors in larger quantum circuits:

  • For operations representing a major building block of an algorithm, we can create a custom operation that inherits from ErrorOperation. This child class must override the error method and should return a SpectralNormError instance:

    class MyErrorOperation(ErrorOperation):
    def init(self, error_val, wires):
    self.error_val = error_val
    super().init(wires=wires)
    def error(self):
    return SpectralNormError(self.error_val)

    In this toy example, MyErrorOperation introduces an arbitrary SpectralNormError when called in a QNode. It does not require a decomposition or matrix representation when used with null.qubit (suggested for use with resource and error estimation since circuit executions are not required to calculate resources or errors).

    dev = qml.device("null.qubit")
    @​qml.qnode(dev)
    def circuit():

... (truncated)

Commits

Updates amazon-braket-default-simulator from 1.23.1 to 1.23.2

Release notes

Sourced from amazon-braket-default-simulator's releases.

v1.23.2

Bug Fixes and Other Changes

  • Integer division for IntegerLiterals
Changelog

Sourced from amazon-braket-default-simulator's changelog.

v1.23.2 (2024-05-02)

Bug Fixes and Other Changes

  • Integer division for IntegerLiterals
Commits

Updates amazon-braket-pennylane-plugin from 1.26.0 to 1.27.3

Release notes

Sourced from amazon-braket-pennylane-plugin's releases.

v1.27.3

Bug Fixes and Other Changes

  • pin autoray < 0.6.10

v1.27.2

Bug Fixes and Other Changes

  • Translate Sum for adjoint gradient

v1.27.1

Bug Fixes and Other Changes

  • Correct comment

v1.27.0

Features

  • support LinearCombination as observable
Changelog

Sourced from amazon-braket-pennylane-plugin's changelog.

v1.27.3 (2024-05-14)

Bug Fixes and Other Changes

  • pin autoray < 0.6.10

v1.27.2 (2024-05-08)

Bug Fixes and Other Changes

  • Translate Sum for adjoint gradient

v1.27.1 (2024-05-06)

Bug Fixes and Other Changes

  • Correct comment

v1.27.0 (2024-05-06)

Features

  • support LinearCombination as observable
Commits

Updates awscli from 1.32.96 to 1.32.105

Commits
  • 7c9dc14 Merge branch 'release-1.32.105'
  • e7cbe1d Bumping version to 1.32.105
  • 03ee655 Update changelog based on model updates
  • 4c65d2e Merge branch 'release-1.32.104'
  • 4e7c89d Merge branch 'release-1.32.104' into develop
  • b92523b Bumping version to 1.32.104
  • 925c9a5 Update changelog based on model updates
  • 5086579 Merge branch 'release-1.32.103'
  • b60ddf6 Merge branch 'release-1.32.103' into develop
  • ceec87b Bumping version to 1.32.103
  • Additional commits viewable in compare view

Updates botocore from 1.34.96 to 1.34.105

Changelog

Sourced from botocore's changelog.

1.34.105

  • api-change:connect: Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.
  • api-change:s3: Updated a few x-id in the http uri traits

1.34.104

  • api-change:events: Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API.
  • api-change:vpc-lattice: This release adds TLS Passthrough support. It also increases max number of target group per rule to 10.

1.34.103

  • api-change:discovery: add v2 smoke tests and smithy smokeTests trait for SDK testing
  • api-change:greengrassv2: Mark ComponentVersion in ComponentDeploymentSpecification as required.
  • api-change:sagemaker: Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications.
  • api-change:sso-oidc: Updated request parameters for PKCE support.

1.34.102

  • api-change:bedrock-agent-runtime: This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.
  • api-change:pinpoint: This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.
  • api-change:route53resolver: Update the DNS Firewall settings to correct a spelling issue.
  • api-change:ssm-sap: Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP
  • api-change:verifiedpermissions: Adds policy effect and actions fields to Policy API's.

1.34.101

  • api-change:cognito-idp: Add EXTERNAL_PROVIDER enum value to UserStatusType.
  • api-change:ec2: Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes
  • api-change:ecr: This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
  • api-change:fms: The policy scope resource tag is always a string value, either a non-empty string or an empty string.
  • api-change:polly: Add new engine - generative - that builds the most expressive conversational voices.
  • api-change:sqs: This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.

1.34.100

  • api-change:b2bi: Documentation update to clarify the MappingTemplate definition.
  • api-change:budgets: This release adds tag support for budgets and budget actions.
  • api-change:resiliencehub: AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.

... (truncated)

Commits
  • 1762181 Merge branch 'release-1.34.105'
  • 00fc5a2 Bumping version to 1.34.105
  • 684ed3f Update endpoints model
  • 82d49c3 Update to latest models
  • 7c42a4e Merge branch 'release-1.34.104'
  • 8b29f58 Merge branch 'release-1.34.104' into develop
  • e6be0ca Bumping version to 1.34.104
  • 2e4807a Update endpoints model
  • 00cfe99 Update to latest models
  • 52dbc01 Merge branch 'release-1.34.103'
  • Additional commits viewable in compare view

Updates dask from 2024.4.2 to 2024.5.0

Release notes

Sourced from dask's releases.

2024.5.0

Changes

See the Changelog for more information.

Commits

Updates pennylane-lightning from 0.35.1 to 0.36.0

Release notes

Sourced from pennylane-lightning's releases.

Release 0.36.0

New features since last release

Breaking changes

Improvements

... (truncated)

Commits

Updates qiskit-braket-provider from 0.2.0 to 0.3.1

Release notes

Sourced from qiskit-braket-provider's releases.

v0.3.1

Changes

v0.3.0

Changes

Commits

Updates amazon-braket-sdk from 1.78.0 to 1.79.1

Release notes

Sourced from amazon-braket-sdk's releases.

v1.79.1

Bug Fixes and Other Changes

  • check the qubit set length against observables

v1.79.0

Features

  • Direct Reservation context manager

Documentation Changes

  • correct the example in the measure docstring
Changelog

Sourced from amazon-braket-sdk's changelog.

v1.79.1 (2024-05-08)

Bug Fixes and Other Changes

  • check the qubit set length against observables

v1.79.0 (2024-05-06)

Features

  • Direct Reservation context manager

Documentation Changes

  • correct the example in the measure docstring
Commits
  • dfd75b3 prepare release v1.79.1
  • 6c4282e fix: check the qubit set length against observables (#970)
  • b791858 update development version to v1.79.1.dev0
  • 376fb90 prepare release v1.79.0
  • 6d30734 test: Extract decorator_python_version (#968)
  • 7824bfb infra: allow worksteal for testing (#960)
  • 2730aa1 infra: add opts for tox builds ran in parallel (#759)
  • 84c3bb7 doc: correct the example in the measure docstring (#965)
  • d966222 feature: Direct Reservation context manager (#955)
  • 07d9e1e update development version to v1.78.1.dev0
  • See full diff in compare view

Updates boto3 from 1.34.96 to 1.34.105

Changelog

Sourced from boto3's changelog.

1.34.105

  • api-change:connect: [botocore] Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.
  • api-change:s3: [botocore] Updated a few x-id in the http uri traits

1.34.104

  • api-change:events: [botocore] Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API.
  • api-change:vpc-lattice: [botocore] This release adds TLS Passthrough support. It also increases max number of target group per rule to 10.

1.34.103

  • api-change:discovery: [botocore] add v2 smoke tests and smithy smokeTests trait for SDK testing
  • api-change:greengrassv2: [botocore] Mark ComponentVersion in ComponentDeploymentSpecification as required.
  • api-change:sagemaker: [botocore] Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications.
  • api-change:sso-oidc: [botocore] Updated request parameters for PKCE support.

1.34.102

  • api-change:bedrock-agent-runtime: [botocore] This release adds support to provide guardrail configuration and modify inference parameters that are then used in ...

    Description has been truncated

…pdates

Bumps the dev-dependencies group with 1 update in the / directory: [boto3](https://github.com/boto/boto3).
Bumps the dev-dependencies group with 10 updates in the /base/jobs/docker/1.0/py3 directory:

| Package | From | To |
| --- | --- | --- |
| [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.78.0` | `1.79.1` |
| [boto3](https://github.com/boto/boto3) | `1.34.96` | `1.34.105` |
| [pennylane](https://github.com/PennyLaneAI/pennylane) | `0.35.1` | `0.36.0` |
| [amazon-braket-default-simulator](https://github.com/amazon-braket/amazon-braket-default-simulator-python) | `1.23.1` | `1.23.2` |
| [amazon-braket-pennylane-plugin](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python) | `1.26.0` | `1.27.3` |
| [awscli](https://github.com/aws/aws-cli) | `1.32.96` | `1.32.105` |
| [botocore](https://github.com/boto/botocore) | `1.34.96` | `1.34.105` |
| [dask](https://github.com/dask/dask) | `2024.4.2` | `2024.5.0` |
| [pennylane-lightning](https://github.com/PennyLaneAI/pennylane-lightning) | `0.35.1` | `0.36.0` |
| [qiskit-braket-provider](https://github.com/qiskit-community/qiskit-braket-provider) | `0.2.0` | `0.3.1` |

Bumps the dev-dependencies group with 9 updates in the /pytorch/jobs/docker/2.2/py3 directory:

| Package | From | To |
| --- | --- | --- |
| [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.78.0` | `1.79.1` |
| [boto3](https://github.com/boto/boto3) | `1.34.96` | `1.34.105` |
| [pennylane](https://github.com/PennyLaneAI/pennylane) | `0.35.1` | `0.36.0` |
| [amazon-braket-default-simulator](https://github.com/amazon-braket/amazon-braket-default-simulator-python) | `1.23.1` | `1.23.2` |
| [amazon-braket-pennylane-plugin](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python) | `1.26.0` | `1.27.3` |
| [awscli](https://github.com/aws/aws-cli) | `1.32.96` | `1.32.105` |
| [botocore](https://github.com/boto/botocore) | `1.34.96` | `1.34.105` |
| [dask](https://github.com/dask/dask) | `2024.4.2` | `2024.5.0` |
| [pennylane-lightning[gpu]](https://github.com/PennyLaneAI/pennylane-lightning) | `0.35.1` | `0.36.0` |

Bumps the dev-dependencies group with 10 updates in the /tensorflow/jobs/docker/2.14/py3 directory:

| Package | From | To |
| --- | --- | --- |
| [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.78.0` | `1.79.1` |
| [boto3](https://github.com/boto/boto3) | `1.34.96` | `1.34.105` |
| [pennylane](https://github.com/PennyLaneAI/pennylane) | `0.35.1` | `0.36.0` |
| [amazon-braket-default-simulator](https://github.com/amazon-braket/amazon-braket-default-simulator-python) | `1.23.1` | `1.23.2` |
| [amazon-braket-pennylane-plugin](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python) | `1.26.0` | `1.27.3` |
| [awscli](https://github.com/aws/aws-cli) | `1.32.96` | `1.32.105` |
| [botocore](https://github.com/boto/botocore) | `1.34.96` | `1.34.105` |
| [dask](https://github.com/dask/dask) | `2024.4.2` | `2024.5.0` |
| [pennylane-lightning](https://github.com/PennyLaneAI/pennylane-lightning) | `0.35.1` | `0.36.0` |
| [keras](https://github.com/keras-team/keras) | `2.15.0` | `3.3.3` |



Updates `boto3` from 1.34.96 to 1.34.105
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.96...1.34.105)

Updates `amazon-braket-sdk` from 1.78.0 to 1.79.1
- [Release notes](https://github.com/amazon-braket/amazon-braket-sdk-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-sdk-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-sdk-python@v1.78.0...v1.79.1)

Updates `boto3` from 1.34.96 to 1.34.105
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.96...1.34.105)

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

Updates `amazon-braket-default-simulator` from 1.23.1 to 1.23.2
- [Release notes](https://github.com/amazon-braket/amazon-braket-default-simulator-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-default-simulator-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-default-simulator-python@v1.23.1...v1.23.2)

Updates `amazon-braket-pennylane-plugin` from 1.26.0 to 1.27.3
- [Release notes](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-pennylane-plugin-python@v1.26.0...v1.27.3)

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

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

Updates `dask` from 2024.4.2 to 2024.5.0
- [Release notes](https://github.com/dask/dask/releases)
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2024.4.2...2024.5.0)

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

Updates `qiskit-braket-provider` from 0.2.0 to 0.3.1
- [Release notes](https://github.com/qiskit-community/qiskit-braket-provider/releases)
- [Commits](qiskit-community/qiskit-braket-provider@v0.2.0...v0.3.1)

Updates `amazon-braket-sdk` from 1.78.0 to 1.79.1
- [Release notes](https://github.com/amazon-braket/amazon-braket-sdk-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-sdk-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-sdk-python@v1.78.0...v1.79.1)

Updates `boto3` from 1.34.96 to 1.34.105
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.96...1.34.105)

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

Updates `amazon-braket-default-simulator` from 1.23.1 to 1.23.2
- [Release notes](https://github.com/amazon-braket/amazon-braket-default-simulator-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-default-simulator-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-default-simulator-python@v1.23.1...v1.23.2)

Updates `amazon-braket-pennylane-plugin` from 1.26.0 to 1.27.3
- [Release notes](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-pennylane-plugin-python@v1.26.0...v1.27.3)

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

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

Updates `dask` from 2024.4.2 to 2024.5.0
- [Release notes](https://github.com/dask/dask/releases)
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2024.4.2...2024.5.0)

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

Updates `amazon-braket-sdk` from 1.78.0 to 1.79.1
- [Release notes](https://github.com/amazon-braket/amazon-braket-sdk-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-sdk-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-sdk-python@v1.78.0...v1.79.1)

Updates `boto3` from 1.34.96 to 1.34.105
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.96...1.34.105)

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

Updates `amazon-braket-default-simulator` from 1.23.1 to 1.23.2
- [Release notes](https://github.com/amazon-braket/amazon-braket-default-simulator-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-default-simulator-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-default-simulator-python@v1.23.1...v1.23.2)

Updates `amazon-braket-pennylane-plugin` from 1.26.0 to 1.27.3
- [Release notes](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-pennylane-plugin-python@v1.26.0...v1.27.3)

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

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

Updates `dask` from 2024.4.2 to 2024.5.0
- [Release notes](https://github.com/dask/dask/releases)
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2024.4.2...2024.5.0)

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

Updates `keras` from 2.15.0 to 3.3.3
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](keras-team/keras@v2.15.0...v3.3.3)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: boto3
  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: amazon-braket-default-simulator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-pennylane-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: dask
  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-braket-provider
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: boto3
  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: amazon-braket-default-simulator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-pennylane-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: dask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pennylane-lightning[gpu]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: boto3
  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: amazon-braket-default-simulator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-pennylane-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: dask
  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: keras
  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 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

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

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-dc4a634ccf branch May 20, 2024 23:57
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