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 in /base/jobs/docker/1.0/py3 with 14 updates #214

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group in /base/jobs/docker/1.0/py3 with 14 updates:

Package From To
amazon-braket-default-simulator 1.20.1 1.21.6
amazon-braket-schemas 1.20.2 1.21.4
amazon-braket-pennylane-plugin 1.24.4 1.24.6
amazon-braket-sdk 1.72.1 1.77.3.post0
awscli 1.32.50 1.32.84
botocore 1.34.50 1.34.84
boto3 1.34.50 1.34.84
dask 2024.2.1 2024.4.1
matplotlib 3.8.3 3.8.4
pandas 2.2.1 2.2.2
pennylane 0.35.0 0.35.1
pennylane-lightning 0.35.0 0.35.1
scikit-learn 1.4.1.post1 1.4.2
scipy 1.12.0 1.13.0

Updates amazon-braket-default-simulator from 1.20.1 to 1.21.6

Release notes

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

v1.21.6

Bug Fixes and Other Changes

  • Gates inherit targets
  • Make GPhase more efficient
  • rename shifting field to local detuning

v1.21.5

Bug Fixes and Other Changes

  • Fix a bug in the AHS local simulator when using local detuning with certain pattern with empty sites

v1.21.4

Bug Fixes and Other Changes

  • support measurements on qubits without gates

v1.21.3

Bug Fixes and Other Changes

  • make shifting fields backwards compatible with change to localDe…

v1.21.2

Bug Fixes and Other Changes

  • support pydantic 2.x

v1.21.1

Bug Fixes and Other Changes

  • constrain the schemas for upgrading Pydantic

v1.21.0

Features

  • allow support for a subset of measurements

v1.20.6

Bug Fixes and Other Changes

  • typing issue for apply_hamiltonian

v1.20.5

Bug Fixes and Other Changes

  • update schema version to latest in setup.py

v1.20.4

Bug Fixes and Other Changes

... (truncated)

Changelog

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

v1.21.6 (2024-04-15)

Bug Fixes and Other Changes

  • Gates inherit targets
  • Make GPhase more efficient
  • rename shifting field to local detuning

v1.21.5 (2024-04-11)

Bug Fixes and Other Changes

  • Fix a bug in the AHS local simulator when using local detuning with certain pattern with empty sites

v1.21.4 (2024-04-10)

Bug Fixes and Other Changes

  • support measurements on qubits without gates

v1.21.3 (2024-04-08)

Bug Fixes and Other Changes

  • make shifting fields backwards compatible with change to localDe…

v1.21.2 (2024-03-28)

Bug Fixes and Other Changes

  • support pydantic 2.x

v1.21.1 (2024-03-27)

Bug Fixes and Other Changes

  • constrain the schemas for upgrading Pydantic

v1.21.0 (2024-03-19)

Features

  • allow support for a subset of measurements

v1.20.6 (2024-03-11)

Bug Fixes and Other Changes

  • typing issue for apply_hamiltonian

... (truncated)

Commits
  • 5bb4e6a prepare release v1.21.6
  • 7d223b6 fix: Gates inherit targets (#246)
  • 46f03f5 fix: Make GPhase more efficient (#245)
  • 1187ce9 fix: rename shifting field to local detuning (#241)
  • 025d357 update development version to v1.21.6.dev0
  • dc3f686 prepare release v1.21.5
  • 5ddaa79 fix: Fix a bug in the AHS local simulator when using local detuning with cert...
  • ad1f497 update development version to v1.21.5.dev0
  • 49f744e prepare release v1.21.4
  • f14e949 fix: support measurements on qubits without gates (#236)
  • Additional commits viewable in compare view

Updates amazon-braket-schemas from 1.20.2 to 1.21.4

Release notes

Sourced from amazon-braket-schemas's releases.

v1.21.4

Bug Fixes and Other Changes

  • add Rydberg local schemas

v1.21.3

Bug Fixes and Other Changes

  • add local detuning export

v1.21.2

Bug Fixes and Other Changes

  • change shiftingFields to localDetuning

v1.21.1

Bug Fixes and Other Changes

  • restore dependent tests after the Pydantic migration

v1.21.0

Features

  • move to Pydantic 2.0 and use the 1.10 patch branch
Changelog

Sourced from amazon-braket-schemas's changelog.

v1.21.4 (2024-04-15)

Bug Fixes and Other Changes

  • add Rydberg local schemas

v1.21.3 (2024-04-10)

Bug Fixes and Other Changes

  • add local detuning export

v1.21.2 (2024-04-10)

Bug Fixes and Other Changes

  • change shiftingFields to localDetuning

v1.21.1 (2024-04-01)

Bug Fixes and Other Changes

  • restore dependent tests after the Pydantic migration

v1.21.0 (2024-03-27)

Features

  • move to Pydantic 2.0 and use the 1.10 patch branch
Commits
  • 0274f6d prepare release v1.21.4
  • ea55e4a fix: add Rydberg local schemas (#176)
  • 2f0da76 update development version to v1.21.4.dev0
  • cdaff0a prepare release v1.21.3
  • 3eb1063 fix: add local detuning export (#175)
  • 530623a update development version to v1.21.3.dev0
  • 378a019 prepare release v1.21.2
  • f47145b fix: change shiftingFields to localDetuning (#174)
  • 6dafaf7 update development version to v1.21.2.dev0
  • 28163d1 prepare release v1.21.1
  • Additional commits viewable in compare view

Updates amazon-braket-pennylane-plugin from 1.24.4 to 1.24.6

Release notes

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

v1.24.6

Bug Fixes and Other Changes

  • Raise a DeviceError instead of TypeError`

v1.24.5

Bug Fixes and Other Changes

  • update test to use DummyOp

Documentation Changes

  • minor change to tox instructions
Changelog

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

v1.24.6 (2024-03-05)

Bug Fixes and Other Changes

  • Raise a DeviceError instead of TypeError`

v1.24.5 (2024-03-04)

Bug Fixes and Other Changes

  • update test to use DummyOp

Documentation Changes

  • minor change to tox instructions
Commits

Updates amazon-braket-sdk from 1.72.1 to 1.77.3.post0

Release notes

Sourced from amazon-braket-sdk's releases.

v1.77.3.post0

Documentation Changes

  • correct gphase matrix representation

v1.77.3

Bug Fixes and Other Changes

  • measure target qubits are required

v1.77.2

Bug Fixes and Other Changes

  • remove shifting field from testing

v1.77.1

Bug Fixes and Other Changes

  • add measure qubit targets in braket_program_context

v1.77.0

Features

  • rename shifting field to local detuning

v1.76.3

Bug Fixes and Other Changes

  • Replace pkg_resources with importlib.metadata

Documentation Changes

  • Improve gphase unitary matrix definition in docstring

v1.76.2

Bug Fixes and Other Changes

  • backwards compatiblity for local detuning

v1.76.1

Bug Fixes and Other Changes

  • Support single-register measurements in from_ir
  • prevent repeated measurements on a qubit

v1.76.0

Features

  • add support for OpenQASM measure on a subset of qubits

... (truncated)

Changelog

Sourced from amazon-braket-sdk's changelog.

v1.77.3.post0 (2024-04-15)

Documentation Changes

  • correct gphase matrix representation

v1.77.3 (2024-04-11)

Bug Fixes and Other Changes

  • measure target qubits are required

v1.77.2 (2024-04-10)

Bug Fixes and Other Changes

  • remove shifting field from testing

v1.77.1 (2024-04-10)

Bug Fixes and Other Changes

  • add measure qubit targets in braket_program_context

v1.77.0 (2024-04-10)

Features

  • rename shifting field to local detuning

v1.76.3 (2024-04-09)

Bug Fixes and Other Changes

  • Replace pkg_resources with importlib.metadata

Documentation Changes

  • Improve gphase unitary matrix definition in docstring

v1.76.2 (2024-04-08)

Bug Fixes and Other Changes

  • backwards compatibility for local detuning

v1.76.1 (2024-04-08)

Bug Fixes and Other Changes

... (truncated)

Commits
  • a18d445 prepare release v1.77.3.post0
  • b1cd32d doc: correct gphase matrix representation (#946)
  • 53aba5e update development version to v1.77.4.dev0
  • 7831de0 prepare release v1.77.3
  • 18aa64e fix: measure target qubits are required (#940)
  • 04d8a95 update development version to v1.77.3.dev0
  • da70fff prepare release v1.77.2
  • e1564a4 fix: remove shifting field from testing (#948)
  • a60d715 update development version to v1.77.2.dev0
  • fc045fa prepare release v1.77.1
  • Additional commits viewable in compare view

Updates awscli from 1.32.50 to 1.32.84

Changelog

Sourced from awscli's changelog.

1.32.84

  • api-change:cloudformation: Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.
  • api-change:config: Updates documentation for AWS Config
  • api-change:glue: Modifying request for GetUnfilteredTableMetadata for view-related fields.
  • api-change:healthlake: Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows.
  • api-change:iotfleethub: Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center.
  • api-change:kms: This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.
  • api-change:mediatailor: Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched.
  • api-change:neptune-graph: Update to API documentation to resolve customer reported issues.
  • api-change:outposts: This release adds EXPEDITORS as a valid shipment carrier.
  • api-change:redshift: Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
  • api-change:transfer: This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.

1.32.83

  • api-change:batch: This release adds the task properties field to attempt details and the name field on EKS container detail.
  • api-change:cloudfront: CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.
  • api-change:cloudwatch: This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern.
  • api-change:codebuild: Support access tokens for Bitbucket sources
  • api-change:iam: For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required.
  • api-change:medialive: AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups.
  • api-change:omics: This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags.
  • api-change:pipes: LogConfiguration ARN validation fixes
  • api-change:rds: Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.
  • api-change:s3control: Documentation updates for Amazon S3-control.

1.32.82

  • api-change:cleanrooms: AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts.
  • api-change:connect: This release adds new Submit Auto Evaluation Action for Amazon Connect Rules.
  • api-change:networkmonitor: Examples were added to CloudWatch Network Monitor commands.
  • api-change:qconnect: This release adds a new QiC public API updateSession and updates an existing QiC public API createSession
  • api-change:rekognition: Added support for ContentType to content moderation detections.
  • api-change:supplychain: This release includes API SendDataIntegrationEvent for AWS Supply Chain
  • api-change:workspaces-thin-client: Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs.

1.32.81

  • api-change:codebuild: Add new webhook filter types for GitHub webhooks
  • api-change:mediaconvert: This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.
  • api-change:pinpoint: The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys.
  • api-change:rds: This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica.

... (truncated)

Commits
  • c5ca5f5 Merge branch 'release-1.32.84'
  • fbaa086 Bumping version to 1.32.84
  • 723eea8 Update changelog based on model updates
  • 99c2c78 Merge branch 'release-1.32.83'
  • b9a6321 Merge branch 'release-1.32.83' into develop
  • e367d6c Bumping version to 1.32.83
  • b1ad62d Update changelog based on model updates
  • 916acc9 Merge branch 'release-1.32.82'
  • 5286f84 Merge branch 'release-1.32.82' into develop
  • f753d08 Bumping version to 1.32.82
  • Additional commits viewable in compare view

Updates botocore from 1.34.50 to 1.34.84

Changelog

Sourced from botocore's changelog.

1.34.84

  • api-change:cloudformation: Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.
  • api-change:config: Updates documentation for AWS Config
  • api-change:glue: Modifying request for GetUnfilteredTableMetadata for view-related fields.
  • api-change:healthlake: Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows.
  • api-change:iotfleethub: Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center.
  • api-change:kms: This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.
  • api-change:mediatailor: Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched.
  • api-change:neptune-graph: Update to API documentation to resolve customer reported issues.
  • api-change:outposts: This release adds EXPEDITORS as a valid shipment carrier.
  • api-change:redshift: Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
  • api-change:transfer: This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.

1.34.83

  • api-change:batch: This release adds the task properties field to attempt details and the name field on EKS container detail.
  • api-change:cloudfront: CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.
  • api-change:cloudwatch: This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern.
  • api-change:codebuild: Support access tokens for Bitbucket sources
  • api-change:iam: For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required.
  • api-change:medialive: AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups.
  • api-change:omics: This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags.
  • api-change:pipes: LogConfiguration ARN validation fixes
  • api-change:rds: Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.
  • api-change:s3control: Documentation updates for Amazon S3-control.

1.34.82

  • api-change:cleanrooms: AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts.
  • api-change:connect: This release adds new Submit Auto Evaluation Action for Amazon Connect Rules.
  • api-change:networkmonitor: Examples were added to CloudWatch Network Monitor commands.
  • api-change:qconnect: This release adds a new QiC public API updateSession and updates an existing QiC public API createSession
  • api-change:rekognition: Added support for ContentType to content moderation detections.
  • api-change:supplychain: This release includes API SendDataIntegrationEvent for AWS Supply Chain
  • api-change:workspaces-thin-client: Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs.

1.34.81

  • api-change:codebuild: Add new webhook filter types for GitHub webhooks
  • api-change:mediaconvert: This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.
  • api-change:pinpoint: The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys.
  • api-change:rds: This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica.

... (truncated)

Commits
  • f370d26 Merge branch 'release-1.34.84'
  • b818a18 Bumping version to 1.34.84
  • be71f13 Update to latest models
  • 49f8bc1 Merge branch 'release-1.34.83'
  • 60ff328 Merge branch 'release-1.34.83' into develop
  • c801451 Bumping version to 1.34.83
  • 050c658 Update endpoints model
  • 7be1de7 Update to latest models
  • 53f954f Merge branch 'release-1.34.82'
  • afb5724 Merge branch 'release-1.34.82' into develop
  • Additional commits viewable in compare view

Updates boto3 from 1.34.50 to 1.34.84

Changelog

Sourced from boto3's changelog.

1.34.84

  • api-change:cloudformation: [botocore] Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.
  • api-change:config: [botocore] Updates documentation for AWS Config
  • api-change:glue: [botocore] Modifying request for GetUnfilteredTableMetadata for view-related fields.
  • api-change:healthlake: [botocore] Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows.
  • api-change:iotfleethub: [botocore] Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center.
  • api-change:kms: [botocore] This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.
  • api-change:mediatailor: [botocore] Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched.
  • api-change:neptune-graph: [botocore] Update to API documentation to resolve customer reported issues.
  • api-change:outposts: [botocore] This release adds EXPEDITORS as a valid shipment carrier.
  • api-change:redshift: [botocore] Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
  • api-change:transfer: [botocore] This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.

1.34.83

  • api-change:batch: [botocore] This release adds the task properties field to attempt details and the name field on EKS container detail.
  • api-change:cloudfront: [botocore] CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.
  • api-change:cloudwatch: [botocore] This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern.
  • api-change:codebuild: [botocore] Support access tokens for Bitbucket sources
  • api-change:iam: [botocore] For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required.
  • api-change:medialive: [botocore] AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups.
  • api-change:omics: [botocore] This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags.
  • api-change:pipes: [botocore] LogConfiguration ARN validation fixes
  • api-change:rds: [botocore] Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.
  • api-change:s3control: [botocore] Documentation updates for Amazon S3-control.

1.34.82

  • api-change:cleanrooms: [botocore] AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts.
  • api-change:connect: [botocore] This release adds new Submit Auto Evaluation Action for Amazon Connect Rules.
  • api-change:networkmonitor: [botocore] Examples were added to CloudWatch Network Monitor commands.
  • api-change:qconnect: [botocore] This release adds a new QiC public API updateSession and updates an existing QiC public API createSession
  • api-change:rekognition: [botocore] Added support for ContentType to content moderation detections.
  • api-change:supplychain: [botocore] This release includes API SendDataIntegrationEvent for AWS Supply Chain
  • api-change:workspaces-thin-client: [botocore] Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs.

1.34.81

  • api-change:codebuild: [botocore] Add new webhook filter types for GitHub webhooks
  • api-change:mediaconvert: [botocore] This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.
  • api-change:pinpoint: [botocore] The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys.
  • api-change:rds: [botocore] This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica.

... (truncated)

Commits
  • 5062f72 Merge branch 'release-1.34.84'
  • 8b3ecff Bumping version to 1.34.84
  • c666870 Add changelog entries from botocore
  • c90f23a Merge branch 'release-1.34.83'
  • 6c60ed0 Merge branch 'release-1.34.83' into develop
  • d2d1dd0 Bumping version to 1.34.83
  • c17a81b Add changelog entries from botocore
  • 12d0d17 Merge branch 'release-1.34.82'
  • acef6a0 Merge branch 'release-1.34.82' into develop
  • 47c03c9 Bumping version to 1.34.82
  • Additional commits viewable in compare view

Updates dask from 2024.2.1 to 2024.4.1

Commits

Updates matplotlib from 3.8.3 to 3.8.4

Release notes

Sourced from matplotlib's releases.

REL: v3.8.4

This is the fourth micro release of the 3.8 series.

Highlights of the 3.8.4 release include:

  • Enable building against numpy 2.0; released wheels are built against numpy 2
  • macosx: Clean up single-shot timers correctly
  • Add a draw during show for macos backend
  • Fix color sequence data for Set2 and Set3
  • gtk: Ensure pending draws are done before GTK draw
  • Update "Created with" url in hand.svg
  • Avoid modifying user input to Axes.bar
  • fix quiver3d incorrect arrow colors
Commits
  • 8fb842c REL: v3.8.4
  • 149521e Release prep v3.8.4
  • 39e91a4 Merge branch 'v3.8.3-doc' into v3.8.x
  • e5dd407 Github stats for v3.8.4
  • dbb4e04 Merge pull request #28015 from meeseeksmachine/auto-backport-of-pr-27955-on-v...
  • e0a38c6 Merge pull request #27993 from ksunden/np_2_build
  • dea6de9 Backport PR #27955: Add a draw during show for macos backend
  • 0ec1774 Unpin numpy 2 for install, build against numpy rc for isolated builds
  • 8f1698f Merge pull request #28001 from meeseeksmachine/auto-backport-of-pr-28000-on-v...
  • 79ee5af Backport PR #28000: Fix color sequence data for Set2 and Set3
  • Additional commits viewable in compare view

Updates pandas from 2.2.1 to 2.2.2

Release notes

Sourced from pandas's releases.

Pandas 2.2.2

We are pleased to announce the release of pandas 2.2.2. 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.2 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 pennylane from 0.35.0 to 0.35.1

Release notes

Sourced from pennylane's releases.

Release 0.35.1

This release contains contributions from (in alphabetical order):

Vincent Michaud-Rioux, Erick Ochoa Lopez.

Commits

Updates pennylane-lightning from 0.35.0 to 0.35.1

Release notes

Sourced from pennylane-lightning's releases.

Release 0.35.1

Improvements

Bug fixes

Contributors

This release contains contributions from (in alphabetical order):

Vincent Michaud-Rioux

Commits

Updates scikit-learn from 1.4.1.post1 to 1.4.2

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.4.2

We're happy to announce the 1.4.2 release.

This release only includes support for numpy 2.

This version supports Python versions 3.9 to 3.12.

You can upgrade with pip as usual:

pip install -U scikit-learn
Commits

Updates scipy from 1.12.0 to 1.13.0

Release notes

Sourced from scipy's releases.

SciPy 1.13.0 Release Notes

SciPy 1.13.0 is the culmination of 3 months of hard work. This out-of-band release aims to support NumPy 2.0.0, and is backwards compatible to NumPy 1.22.4. The version of OpenBLAS used to build the PyPI wheels has been increased to 0.3.26.dev.

This release requires Python 3.9+ and NumPy 1.22.4 or greater.

For running on PyPy, PyPy3 6.0+ is required.

Highlights of this release

  • Support for NumPy 2.0.0.
  • Interactive examples have been added to the documentation, allowing users to run the examples locally on embedded Jupyterlite notebooks in their browser.
  • Preliminary 1D array support for the COO and DOK sparse formats.
  • Several scipy.stats functions have gained support for additional axis, nan_policy, and keepdims arguments. scipy.stats also has several performance and accuracy improvements.

New features

scipy.integrate improvements

  • The terminal attribute of scipy.integrate.solve_ivp events callables now additionally accepts integer values to specify a number of occurrences required for termination, rather than the previous restriction of only accepting a bool value to terminate on the first registered event.

scipy.io improvements

  • scipy.io.wavfile.write has improved dtype input validation.

scipy.interpolate improvements

  • The Modified Akima Interpolation has been added to interpolate.Akima1DInterpolator, available via the new method argument.
  • New method BSpline.insert_knot inserts a knot into a BSpline instance. This routine is similar to the module-level scipy.interpolate.insert function, and works with the BSpline objects instead of tck tuples.

... (truncated)

Commits
  • 7dcd8c5 REL: 1.13.0 release commit [wheel build]
  • 15a69da Merge pull request #20375 from tylerjereddy/treddy_prep_1_13_0_final
  • 4cbb9e8 DOC: PR 20375 revisions
  • 2431661 MAINT: PR 20375 revisions [wheel build]
  • b85940a DOC, REL: set 1.13.0 final unreleased

Bumps the dev-dependencies group in /base/jobs/docker/1.0/py3 with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [amazon-braket-default-simulator](https://github.com/amazon-braket/amazon-braket-default-simulator-python) | `1.20.1` | `1.21.6` |
| [amazon-braket-schemas](https://github.com/amazon-braket/amazon-braket-schemas-python) | `1.20.2` | `1.21.4` |
| [amazon-braket-pennylane-plugin](https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python) | `1.24.4` | `1.24.6` |
| [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.72.1` | `1.77.3.post0` |
| [awscli](https://github.com/aws/aws-cli) | `1.32.50` | `1.32.84` |
| [botocore](https://github.com/boto/botocore) | `1.34.50` | `1.34.84` |
| [boto3](https://github.com/boto/boto3) | `1.34.50` | `1.34.84` |
| [dask](https://github.com/dask/dask) | `2024.2.1` | `2024.4.1` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.3` | `3.8.4` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.1` | `2.2.2` |
| [pennylane](https://github.com/PennyLaneAI/pennylane) | `0.35.0` | `0.35.1` |
| [pennylane-lightning](https://github.com/PennyLaneAI/pennylane-lightning) | `0.35.0` | `0.35.1` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.4.1.post1` | `1.4.2` |
| [scipy](https://github.com/scipy/scipy) | `1.12.0` | `1.13.0` |


Updates `amazon-braket-default-simulator` from 1.20.1 to 1.21.6
- [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.20.1...v1.21.6)

Updates `amazon-braket-schemas` from 1.20.2 to 1.21.4
- [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.20.2...v1.21.4)

Updates `amazon-braket-pennylane-plugin` from 1.24.4 to 1.24.6
- [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.24.4...v1.24.6)

Updates `amazon-braket-sdk` from 1.72.1 to 1.77.3.post0
- [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.72.1...v1.77.3.post0)

Updates `awscli` from 1.32.50 to 1.32.84
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst)
- [Commits](aws/aws-cli@1.32.50...1.32.84)

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

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

Updates `dask` from 2024.2.1 to 2024.4.1
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2024.2.1...2024.4.1)

Updates `matplotlib` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.3...v3.8.4)

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

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

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

Updates `scikit-learn` from 1.4.1.post1 to 1.4.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.4.1.post1...1.4.2)

Updates `scipy` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: amazon-braket-default-simulator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-schemas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: amazon-braket-pennylane-plugin
  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: 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: boto3
  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: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pandas
  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-patch
  dependency-group: dev-dependencies
- dependency-name: pennylane-lightning
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Apr 15, 2024
@AbeCoull
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2024

Superseded by #218.

@dependabot dependabot bot closed this Apr 16, 2024
@dependabot dependabot bot deleted the dependabot/pip/base/jobs/docker/1.0/py3/dev-dependencies-9748a0327c branch April 16, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant