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 10 updates #293

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

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

Package From To
amazon-braket-schemas 1.22.0 1.22.1
amazon-braket-sdk 1.87.0 1.88.0
boto3 1.35.22 1.35.29
amazon-braket-pennylane-plugin 1.28.0 1.30.1
awscli 1.34.22 1.34.29
botocore 1.35.22 1.35.29
dask 2024.8.0 2024.9.1
pandas 2.2.2 2.2.3

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

Package From To
amazon-braket-schemas 1.22.0 1.22.1
amazon-braket-sdk 1.87.0 1.88.0
boto3 1.35.22 1.35.29
amazon-braket-pennylane-plugin 1.28.0 1.30.1
awscli 1.34.22 1.34.29
botocore 1.35.22 1.35.29
dask 2024.8.0 2024.9.1
pandas 2.2.2 2.2.3
h5py 3.11.0 3.12.1
keras 2.15.0 3.5.0

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

Package From To
amazon-braket-schemas 1.22.0 1.22.1
amazon-braket-sdk 1.87.0 1.88.0
boto3 1.35.22 1.35.29
amazon-braket-pennylane-plugin 1.28.0 1.30.1
awscli 1.34.22 1.34.29
botocore 1.35.22 1.35.29
dask 2024.8.0 2024.9.1
pandas 2.2.2 2.2.3
h5py 3.11.0 3.12.1
keras 2.15.0 3.5.0

Updates boto3 from 1.35.22 to 1.35.29

Commits
  • f1cff14 Merge branch 'release-1.35.29'
  • b84190a Bumping version to 1.35.29
  • 03ce91f Add changelog entries from botocore
  • 8307fac Merge branch 'release-1.35.28'
  • 485d673 Merge branch 'release-1.35.28' into develop
  • 4709d04 Bumping version to 1.35.28
  • 02fc8c8 Add changelog entries from botocore
  • ddc499b Merge pull request #4264 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 7b8a011 chore: Modified bug issue template to add checkbox to report potential regres...
  • 5dc18b0 Merge branch 'release-1.35.27'
  • Additional commits viewable in compare view

Updates amazon-braket-schemas from 1.22.0 to 1.22.1

Release notes

Sourced from amazon-braket-schemas's releases.

v1.22.1

Bug Fixes and Other Changes

  • update xanadu tests to use with pytest.raise
Changelog

Sourced from amazon-braket-schemas's changelog.

v1.22.1 (2024-09-24)

Bug Fixes and Other Changes

  • update xanadu tests to use with pytest.raise
Commits

Updates amazon-braket-sdk from 1.87.0 to 1.88.0

Release notes

Sourced from amazon-braket-sdk's releases.

v1.88.0

Deprecations and Removals

  • Mark Aspen-M-3 as deprecated, replace with Ankaa-2 in tests

Bug Fixes and Other Changes

  • Update pulse integration tests for Ankaa-2 device

v1.87.1

Bug Fixes and Other Changes

  • Pass through inputs for SerializableProgram simulation
Changelog

Sourced from amazon-braket-sdk's changelog.

v1.88.0 (2024-09-27)

Deprecations and Removals

  • Mark Aspen-M-3 as deprecated, replace with Ankaa-2 in tests

Bug Fixes and Other Changes

  • Update pulse integration tests for Ankaa-2 device

v1.87.1 (2024-09-23)

Bug Fixes and Other Changes

  • Pass through inputs for SerializableProgram simulation
Commits
  • 5870ea6 prepare release v1.88.0
  • 71dc33b fix: Update pulse integration tests for Ankaa-2 device (#1035)
  • b076fda deprecation: Mark Aspen-M-3 as deprecated, replace with Ankaa-2 in tests (#1034)
  • d45958b update development version to v1.87.2.dev0
  • d3c0ec2 prepare release v1.87.1
  • fd597d6 fix: Pass through inputs for SerializableProgram simulation (#1033)
  • 2ddb3d2 infra: update to cloudpickle 3.x (#1032)
  • 42d0ef8 update development version to v1.87.1.dev0
  • See full diff in compare view

Updates boto3 from 1.35.22 to 1.35.29

Commits
  • f1cff14 Merge branch 'release-1.35.29'
  • b84190a Bumping version to 1.35.29
  • 03ce91f Add changelog entries from botocore
  • 8307fac Merge branch 'release-1.35.28'
  • 485d673 Merge branch 'release-1.35.28' into develop
  • 4709d04 Bumping version to 1.35.28
  • 02fc8c8 Add changelog entries from botocore
  • ddc499b Merge pull request #4264 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 7b8a011 chore: Modified bug issue template to add checkbox to report potential regres...
  • 5dc18b0 Merge branch 'release-1.35.27'
  • Additional commits viewable in compare view

Updates amazon-braket-pennylane-plugin from 1.28.0 to 1.30.1

Release notes

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

v1.30.1

Bug Fixes and Other Changes

  • onboard onto ruff

v1.30.0

Features

  • Device-specific supported observables

v1.29.0

Features

  • Support SProd and CompositeOp for expval

Documentation Changes

  • Fix typo in qml.var usage
Changelog

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

v1.30.1 (2024-09-19)

Bug Fixes and Other Changes

  • onboard onto ruff

v1.30.0 (2024-09-11)

Features

  • Device-specific supported observables

v1.29.0 (2024-09-09)

Features

  • Support SProd and CompositeOp for expval

Documentation Changes

  • Fix typo in qml.var usage
Commits
  • a795b5f prepare release v1.30.1
  • 3f88ff3 fix: onboard onto ruff (#277)
  • 8ff880b update development version to v1.30.1.dev0
  • 3a16423 prepare release v1.30.0
  • 4bb65ce feat: Device-specific supported observables (#276)
  • 7038db2 update development version to v1.29.1.dev0
  • 2bccb78 prepare release v1.29.0
  • 7ee7bee infra: bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 (#271)
  • 715f589 doc: Fix typo in qml.var usage (#261)
  • df838cb feat: Support SProd and CompositeOp for expval (#275)
  • Additional commits viewable in compare view

Updates awscli from 1.34.22 to 1.34.29

Commits
  • 81e04f5 Merge branch 'release-1.34.29'
  • 04db348 Bumping version to 1.34.29
  • 5323e8d Update changelog based on model updates
  • 3c1b610 Merge branch 'release-1.34.28'
  • ca2b93c Merge branch 'release-1.34.28' into develop
  • 3c6cf59 Bumping version to 1.34.28
  • f793c39 Update changelog based on model updates
  • 3859bcf Merge pull request #8906 from aws/user/ashdhin/IssueTemplateRegressionCheckbox
  • 9ae7bcb chore: Modified bug issue template to add checkbox to report potential regres...
  • 7d96cf1 Merge branch 'release-1.34.27'
  • Additional commits viewable in compare view

Updates botocore from 1.35.22 to 1.35.29

Changelog

Sourced from botocore's changelog.

1.35.29

  • api-change:customer-profiles: Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations
  • api-change:quicksight: Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.
  • api-change:securityhub: Documentation updates for AWS Security Hub
  • api-change:sesv2: This release adds support for engagement tracking over Https using custom domains.

1.35.28

  • api-change:chatbot: Return State and StateReason fields for Chatbot Channel Configurations.
  • api-change:lambda: Reverting Lambda resource-based policy and block public access APIs.
  • api-change:organizations: Add support for policy operations on the CHATBOT_POLICY policy type.
  • api-change:pcs: AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.
  • api-change:rds-data: Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.
  • api-change:sagemaker: Adding TagPropagation attribute to Sagemaker API

1.35.27

  • api-change:cloudtrail: Doc-only update for CloudTrail network activity events release (in preview)
  • api-change:ec2: Updates to documentation for the transit gateway security group referencing feature.
  • api-change:fsx: Doc-only update to address Lustre S3 hard-coded names.
  • api-change:worklink: The worklink client has been removed following the deprecation of the service.

1.35.26

  • api-change:bedrock: Add support for Cross Region Inference in Bedrock Model Evaluations.
  • api-change:budgets: Releasing minor partitional endpoint updates
  • api-change:kinesis: This release includes support to add tags when creating a stream
  • api-change:pinpoint-sms-voice-v2: AWS End User Messaging SMS-Voice V2 has added support for resource policies. Use the three new APIs to create, view, edit, and delete resource policies.
  • api-change:sagemaker: Adding HiddenInstanceTypes and HiddenSageMakerImageVersionAliases attribute to SageMaker API

1.35.25

  • api-change:apigateway: Documentation updates for Amazon API Gateway
  • api-change:athena: List/Get/Update/Delete/CreateDataCatalog now integrate with AWS Glue connections. Users can create a Glue connection through Athena or use a Glue connection to define their Athena federated parameters.
  • api-change:bedrock-agent: Amazon Bedrock Prompt Flows and Prompt Management now supports using inference profiles to increase throughput and improve resilience.
  • api-change:ec2: Amazon EC2 G6e instances powered by NVIDIA L40S Tensor Core GPUs are the most cost-efficient GPU instances for deploying generative AI models and the highest performance GPU instances for spatial computing workloads.
  • api-change:emr-serverless: This release adds support for job concurrency and queuing configuration at Application level.
  • api-change:glue: Added AthenaProperties parameter to Glue Connections, allowing Athena to store service specific properties on Glue Connections.
  • api-change:rds: Support ComputeRedundancy parameter in ModifyDBShardGroup API. Add DBShardGroupArn in DBShardGroup API response. Remove InvalidMaxAcuFault from CreateDBShardGroup and ModifyDBShardGroup API. Both API will throw InvalidParameterValueException for invalid ACU configuration.
  • api-change:resource-explorer-2: AWS Resource Explorer released ListResources feature which allows customers to list all indexed AWS resources within a view.

... (truncated)

Commits
  • 892c64b Merge branch 'release-1.35.29'
  • 7c6966c Bumping version to 1.35.29
  • 61e47ca Update endpoints model
  • 41c8c54 Update to latest models
  • 69b94ee Merge branch 'release-1.35.28'
  • e811910 Merge branch 'release-1.35.28' into develop
  • 51e5f1c Bumping version to 1.35.28
  • 845c85c Update endpoints model
  • 27088b2 Update to latest models
  • f54eb24 Merge pull request #3250 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • Additional commits viewable in compare view

Updates dask from 2024.8.0 to 2024.9.1

Release notes

Sourced from dask's releases.

2024.9.1

Changes

See the Changelog for more information.

2024.9.0

Changes

See the Changelog for more information.

2024.8.2

Changes

... (truncated)

Commits
  • 3796da4 bump version to 2024.9.1
  • 2306451 Improve error message for incorrect columns order in meta information (#11393)
  • d45ea38 Update gpuCI RAPIDS_VER to 24.12 (#11407)
  • 569abf8 Bump jacobtomlinson/gha-anaconda-package-version from 0.1.3 to 0.1.4 (#11405)
  • e71d436 Switch to using zarr.open_array instead of using the zarr.Array const...
  • ae250c9 bump version to 2024.9.0
  • 8918954 Revert "Improve normalize_chunks calculation for "auto" setting" (#11385)
  • 18124a5 Bump peter-evans/create-pull-request from 6 to 7 (#11380)
  • 863a049 Add a Task class to replace tuples for task specification (#11248)
  • a6d0bdc Reduce overhead in tokenize (#11373)
  • Additional commits viewable in compare view

Updates pandas from 2.2.2 to 2.2.3

Release notes

Sourced from pandas's releases.

Pandas 2.2.3

We are pleased to announce the release of pandas 2.2.3. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.3 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits

Updates amazon-braket-schemas from 1.22.0 to 1.22.1

Release notes

Sourced from amazon-braket-schemas's releases.

v1.22.1

Bug Fixes and Other Changes

  • update xanadu tests to use with pytest.raise
Changelog

Sourced from amazon-braket-schemas's changelog.

v1.22.1 (2024-09-24)

Bug Fixes and Other Changes

  • update xanadu tests to use with pytest.raise
Commits

Updates amazon-braket-sdk from 1.87.0 to 1.88.0

Release notes

Sourced from amazon-braket-sdk's releases.

v1.88.0

Deprecations and Removals

  • Mark Aspen-M-3 as deprecated, replace with Ankaa-2 in tests

Bug Fixes and Other Changes

  • Update pulse integration tests for Ankaa-2 device

v1.87.1

Bug Fixes and Other Changes

  • Pass through inputs for SerializableProgram simulation
Changelog

Sourced from amazon-braket-sdk's changelog.

v1.88.0 (2024-09-27)

Deprecations and Removals

  • Mark Aspen-M-3 as deprecated, replace with Ankaa-2 in tests

Bug Fixes and Other Changes

  • Update pulse integration tests for Ankaa-2 device

v1.87.1 (2024-09-23)

Bug Fixes and Other Changes

  • Pass through inputs for SerializableProgram simulation
Commits
  • 5870ea6 prepare release v1.88.0
  • 71dc33b fix: Update pulse integration tests for Ankaa-2 device (#1035)
  • b076fda deprecation: Mark Aspen-M-3 as deprecated, replace with Ankaa-2 in tests (#1034)
  • d45958b update development version to v1.87.2.dev0
  • d3c0ec2 prepare release v1.87.1
  • fd597d6 fix: Pass through inputs for SerializableProgram simulation (#1033)
  • 2ddb3d2 infra: update to cloudpickle 3.x (#1032)
  • 42d0ef8 update development version to v1.87.1.dev0
  • See full diff in compare view

Updates boto3 from 1.35.22 to 1.35.29

Commits
  • f1cff14 Merge branch 'release-1.35.29'
  • b84190a Bumping version to 1.35.29
  • 03ce91f Add changelog entries from botocore
  • 8307fac Merge branch 'release-1.35.28'
  • 485d673 Merge branch 'release-1.35.28' into develop
  • 4709d04 Bumping version to 1.35.28
  • 02fc8c8 Add changelog entries from botocore
  • ddc499b Merge pull request #4264 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 7b8a011 chore: Modified bug issue template to add checkbox to report potential regres...
  • 5dc18b0 Merge branch 'release-1.35.27'
  • Additional commits viewable in compare view

Updates amazon-braket-pennylane-plugin from 1.28.0 to 1.30.1

Release notes

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

v1.30.1

Bug Fixes and Other Changes

  • onboard onto ruff

v1.30.0

Features

  • Device-specific supported observables

v1.29.0

Features

  • Support SProd and CompositeOp for expval

Documentation Changes

  • Fix typo in qml.var usage
Changelog

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

v1.30.1 (2024-09-19)

Bug Fixes and Other Changes

  • onboard onto ruff

v1.30.0 (2024-09-11)

Features

  • Device-specific supported observables

v1.29.0 (2024-09-09)

Features

  • Support SProd and CompositeOp for expval

Documentation Changes

  • Fix typo in qml.var usage
Commits
  • a795b5f prepare release v1.30.1
  • 3f88ff3 fix: onboard onto ruff (#277)
  • 8ff880b update development version to v1.30.1.dev0
  • 3a16423 prepare release v1.30.0
  • 4bb65ce feat: Device-specific supported observables (#276)
  • 7038db2 update development version to v1.29.1.dev0
  • 2bccb78 prepare release v1.29.0
  • 7ee7bee infra: bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 (#271)
  • 715f589 doc: Fix typo in qml.var usage (#261)
  • df838cb feat: Support SProd and CompositeOp for expval (#275)
  • Additional commits viewable in compare view

Updates awscli from 1.34.22 to 1.34.29

Commits
  • 81e04f5 Merge branch 'release-1.34.29'
  • 04db348 Bumping version to 1.34.29
  • 5323e8d Update changelog based on model updates
  • 3c1b610 Merge branch 'release-1.34.28'
  • ca2b93c Merge branch 'release-1.34.28' into develop
  • 3c6cf59 Bumping version to 1.34.28
  • f793c39 Update changelog based on model updates
  • 3859bcf Merge pull request #8906 from aws/user/ashdhin/IssueTemplateRegressionCheckbox
  • 9ae7bcb chore: Modified bug issue template to add checkbox to report potential regres...
  • 7d96cf1 Merge branch 'release-1.34.27'
  • Additional commits viewable in compare view

Updates botocore from 1.35.22 to 1.35.29

Changelog

Sourced from botocore's changelog.

1.35.29

  • api-change:customer-profiles: Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations
  • api-change:quicksight: Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.
  • api-change:securityhub: Documentation updates for AWS Security Hub
  • api-change:sesv2: This release adds support for engagement tracking over Https using custom domains.

1.35.28

  • api-change:chatbot: Return State and StateReason fields for Chatbot Channel Configurations.
  • api-change:lambda: Reverting Lambda resource-based policy and block public access APIs.
  • api-change:organizations: Add support for policy operations on the CHATBOT_POLICY policy type.
  • api-change:pcs: AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.
  • api-change:rds-data: Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.
  • api-change:sagemaker: Adding TagPropagation attribute to Sagemaker API

1.35.27

  • api-change:cloudtrail: Doc-only update for CloudTrail network activity events release (in preview)
  • api-change:ec2: Updates to documentation for the transit gateway security group referencing feature.
  • api-change:fsx: Doc-only update to address Lustre S3 hard-coded names.
  • api-change:worklink: The worklink client has been removed following the deprecation of the service.

1.35.26

  • api-change:bedrock: Add support for Cross Region Inference in Bedrock Model Evaluations.
  • api-change:budgets: Releasing minor partitional endpoint updates
  • api-change:kinesis: This release includes support to add tags when creating a stream
  • api-change:pinpoint-sms-voice-v2: AWS End User Messaging SMS-Voice V2 has added support for resource policies. Use the three new APIs to create, view, edit, and delete resource policies.
  • api-change:sagemaker: Adding HiddenInstanceTypes and HiddenSageMakerImageVersionAliases attribute to SageMaker API

1.35.25

  • api-change:apigateway: Documentation updates for Amazon API Gateway
  • api-change:athena: List/Get/Update/Delete/CreateDataCatalog now integrate with AWS Glue connections. Users can create a Glue connection through Athena or use a Glue connection to define their Athena federated parameters.
  • api-change:bedrock-agent: Amazon Bedrock Prompt Flows and Prompt Management now supports using inference profiles to increase throughput and improve resilience.
  • api-change:ec2: Amazon EC2 G6e instances powered by NVIDIA L40S Tensor Core GPUs are the most cost-efficient GPU instances for deploying generative AI models and the highest performance GPU instances for spatial computing workloads.
  • api-change:emr-serverless: This release adds support for job concurrency and queuing configuration at Application level.
  • api-change:glue: Added AthenaProperties parameter to Glue Connections, allowing Athena to store service specific properties on Glue Connections.
  • api-change:rds: Support ComputeRedundancy parameter in ModifyDBShardGroup API. Add DBShardGroupArn in DBShardGroup API response. Remove InvalidMaxAcuFault from CreateDBShardGroup and ModifyDBShardGroup API. Both API will throw InvalidParameterValueException for invalid ACU configuration.
  • api-change:resource-explorer-2: AWS Resource Explorer released ListResources feature which allows customers to list all indexed AWS resources within a view.

... (truncated)

Commits
  • 892c64b Merge branch 'release-1.35.29'
  • 7c6966c Bumping version to 1.35.29
  • 61e47ca Update endpoints model
  • 41c8c54 Update to latest models
  • 69b94ee Merge branch 'release-1.35.28'
  • e811910 Merge branch 'release-1.35.28' into develop
  • 51e5f1c Bumping version to 1.35.28
  • 845c85c Update endpoints model
  • 27088b2 Update to latest models
  • f54eb24 Merge pull request #3250 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • Additional commits viewable in compare view

Updates dask from 2024.8.0 to 2024.9.1

Release notes

Sourced from dask's releases.

2024.9.1

Changes

See the Changelog for more information.

2024.9.0

Changes

See the Changelog for more information.

2024.8.2

Changes

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [amazon-braket-schemas](https://github.com/amazon-braket/amazon-braket-schemas-python) | `1.22.0` | `1.22.1` |
| [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.87.0` | `1.88.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.22` | `1.35.29` |
| [amazon-braket-pennylane-plugin](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python) | `1.28.0` | `1.30.1` |
| [awscli](https://github.com/aws/aws-cli) | `1.34.22` | `1.34.29` |
| [botocore](https://github.com/boto/botocore) | `1.35.22` | `1.35.29` |
| [dask](https://github.com/dask/dask) | `2024.8.0` | `2024.9.1` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` |

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

| Package | From | To |
| --- | --- | --- |
| [amazon-braket-schemas](https://github.com/amazon-braket/amazon-braket-schemas-python) | `1.22.0` | `1.22.1` |
| [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.87.0` | `1.88.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.22` | `1.35.29` |
| [amazon-braket-pennylane-plugin](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python) | `1.28.0` | `1.30.1` |
| [awscli](https://github.com/aws/aws-cli) | `1.34.22` | `1.34.29` |
| [botocore](https://github.com/boto/botocore) | `1.35.22` | `1.35.29` |
| [dask](https://github.com/dask/dask) | `2024.8.0` | `2024.9.1` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` |
| [h5py](https://github.com/h5py/h5py) | `3.11.0` | `3.12.1` |
| [keras](https://github.com/keras-team/keras) | `2.15.0` | `3.5.0` |

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

| Package | From | To |
| --- | --- | --- |
| [amazon-braket-schemas](https://github.com/amazon-braket/amazon-braket-schemas-python) | `1.22.0` | `1.22.1` |
| [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.87.0` | `1.88.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.22` | `1.35.29` |
| [amazon-braket-pennylane-plugin](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python) | `1.28.0` | `1.30.1` |
| [awscli](https://github.com/aws/aws-cli) | `1.34.22` | `1.34.29` |
| [botocore](https://github.com/boto/botocore) | `1.35.22` | `1.35.29` |
| [dask](https://github.com/dask/dask) | `2024.8.0` | `2024.9.1` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` |
| [h5py](https://github.com/h5py/h5py) | `3.11.0` | `3.12.1` |
| [keras](https://github.com/keras-team/keras) | `2.15.0` | `3.5.0` |



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

Updates `amazon-braket-schemas` from 1.22.0 to 1.22.1
- [Release notes](https://github.com/amazon-braket/amazon-braket-schemas-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-schemas-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-schemas-python@v1.22.0...v1.22.1)

Updates `amazon-braket-sdk` from 1.87.0 to 1.88.0
- [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.87.0...v1.88.0)

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

Updates `amazon-braket-pennylane-plugin` from 1.28.0 to 1.30.1
- [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.28.0...v1.30.1)

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

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

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

Updates `pandas` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.2...v2.2.3)

Updates `amazon-braket-schemas` from 1.22.0 to 1.22.1
- [Release notes](https://github.com/amazon-braket/amazon-braket-schemas-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-schemas-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-schemas-python@v1.22.0...v1.22.1)

Updates `amazon-braket-sdk` from 1.87.0 to 1.88.0
- [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.87.0...v1.88.0)

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

Updates `amazon-braket-pennylane-plugin` from 1.28.0 to 1.30.1
- [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.28.0...v1.30.1)

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

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

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

Updates `pandas` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.2...v2.2.3)

Updates `h5py` from 3.11.0 to 3.12.1
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.11.0...3.12.1)

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

Updates `amazon-braket-schemas` from 1.22.0 to 1.22.1
- [Release notes](https://github.com/amazon-braket/amazon-braket-schemas-python/releases)
- [Changelog](https://github.com/amazon-braket/amazon-braket-schemas-python/blob/main/CHANGELOG.md)
- [Commits](amazon-braket/amazon-braket-schemas-python@v1.22.0...v1.22.1)

Updates `amazon-braket-sdk` from 1.87.0 to 1.88.0
- [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.87.0...v1.88.0)

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

Updates `amazon-braket-pennylane-plugin` from 1.28.0 to 1.30.1
- [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.28.0...v1.30.1)

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

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

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

Updates `pandas` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.2...v2.2.3)

Updates `h5py` from 3.11.0 to 3.12.1
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.11.0...3.12.1)

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

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-schemas
  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: 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: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-schemas
  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: 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: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: h5py
  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
- dependency-name: amazon-braket-schemas
  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: 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: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: h5py
  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 requested a review from a team as a code owner October 1, 2024 00:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2024

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

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-3a578dd313 branch October 7, 2024 23:45
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