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: Overriding dependabot update with keras==2.15.0 #305

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jheckey
Copy link

@jheckey jheckey commented Nov 16, 2024

  • infra: bump the dev-dependencies group across 4 directories with 11 updates
  • Overriding dependabot update with keras==2.15.0

Issue #, if available:

Description of changes:
The latest dependabot update, #304,
uses keras 3.6.0, but we currently require 2.15.0.

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.3
amazon-braket-sdk 1.87.0 1.88.1
boto3 1.35.22 1.35.58
amazon-braket-pennylane-plugin 1.28.0 1.30.1
awscli 1.34.22 1.35.24
botocore 1.35.22 1.35.58
dask 2024.8.0 2024.11.1
pandas 2.2.2 2.2.3

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

Package From To
amazon-braket-schemas 1.22.0 1.22.3
amazon-braket-sdk 1.87.0 1.88.1
boto3 1.35.22 1.35.58
amazon-braket-pennylane-plugin 1.28.0 1.30.1
awscli 1.34.22 1.35.24
botocore 1.35.22 1.35.58
dask 2024.8.0 2024.11.1
pandas 2.2.2 2.2.3
h5py 3.11.0 3.12.1
keras 2.15.0 3.6.0
markupsafe 2.1.5 3.0.2

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

Package From To
amazon-braket-schemas 1.22.0 1.22.3
amazon-braket-sdk 1.87.0 1.88.1
boto3 1.35.22 1.35.58
amazon-braket-pennylane-plugin 1.28.0 1.30.1
awscli 1.34.22 1.35.24
botocore 1.35.22 1.35.58
dask 2024.8.0 2024.11.1
pandas 2.2.2 2.2.3
h5py 3.11.0 3.12.1
keras 2.15.0 3.6.0
markupsafe 2.1.5 3.0.2

(See dependabot's previous commit for full details)

Testing done:

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have checked that my tests are not configured for a specific region or account (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

dependabot bot and others added 2 commits November 12, 2024 00:10
…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.3` |
| [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.87.0` | `1.88.1` |
| [boto3](https://github.com/boto/boto3) | `1.35.22` | `1.35.58` |
| [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.35.24` |
| [botocore](https://github.com/boto/botocore) | `1.35.22` | `1.35.58` |
| [dask](https://github.com/dask/dask) | `2024.8.0` | `2024.11.1` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` |

Bumps the dev-dependencies group with 11 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.3` |
| [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.87.0` | `1.88.1` |
| [boto3](https://github.com/boto/boto3) | `1.35.22` | `1.35.58` |
| [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.35.24` |
| [botocore](https://github.com/boto/botocore) | `1.35.22` | `1.35.58` |
| [dask](https://github.com/dask/dask) | `2024.8.0` | `2024.11.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.6.0` |
| [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.2` |

Bumps the dev-dependencies group with 11 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.3` |
| [amazon-braket-sdk](https://github.com/amazon-braket/amazon-braket-sdk-python) | `1.87.0` | `1.88.1` |
| [boto3](https://github.com/boto/boto3) | `1.35.22` | `1.35.58` |
| [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.35.24` |
| [botocore](https://github.com/boto/botocore) | `1.35.22` | `1.35.58` |
| [dask](https://github.com/dask/dask) | `2024.8.0` | `2024.11.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.6.0` |
| [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.2` |



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

Updates `amazon-braket-schemas` from 1.22.0 to 1.22.3
- [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.3)

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

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

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.35.24
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.34.22...1.35.24)

Updates `botocore` from 1.35.22 to 1.35.58
- [Commits](boto/botocore@1.35.22...1.35.58)

Updates `dask` from 2024.8.0 to 2024.11.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.11.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.3
- [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.3)

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

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

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.35.24
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.34.22...1.35.24)

Updates `botocore` from 1.35.22 to 1.35.58
- [Commits](boto/botocore@1.35.22...1.35.58)

Updates `dask` from 2024.8.0 to 2024.11.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.11.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.6.0
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](keras-team/keras@v2.15.0...v3.6.0)

Updates `markupsafe` from 2.1.5 to 3.0.2
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](pallets/markupsafe@2.1.5...3.0.2)

Updates `amazon-braket-schemas` from 1.22.0 to 1.22.3
- [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.3)

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

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

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.35.24
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.34.22...1.35.24)

Updates `botocore` from 1.35.22 to 1.35.58
- [Commits](boto/botocore@1.35.22...1.35.58)

Updates `dask` from 2024.8.0 to 2024.11.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.11.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.6.0
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](keras-team/keras@v2.15.0...v3.6.0)

Updates `markupsafe` from 2.1.5 to 3.0.2
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](pallets/markupsafe@2.1.5...3.0.2)

---
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-minor
  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-minor
  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: markupsafe
  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-minor
  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: markupsafe
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@jheckey jheckey changed the title Overriding dependabot update with keras==2.15.0 infra: Overriding dependabot update with keras==2.15.0 Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant