Skip to content

Commit

Permalink
infra: bump the dev-dependencies group across 2 directories with 2 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dev-dependencies group with 1 update in the /pytorch/jobs/docker/2.2/py3 directory: [keras](https://github.com/keras-team/keras).
Bumps the dev-dependencies group with 2 updates in the /tensorflow/jobs/docker/2.14/py3 directory: [keras](https://github.com/keras-team/keras) and [autoray](https://github.com/jcmgray/autoray).


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

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

Updates `autoray` from 0.6.12 to 0.7.0
- [Release notes](https://github.com/jcmgray/autoray/releases)
- [Commits](jcmgray/autoray@v0.6.12...v0.7.0)

---
updated-dependencies:
- dependency-name: keras
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: keras
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: autoray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent fcc2e90 commit 6a8c4d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytorch/jobs/docker/2.2/py3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ decorator==5.1.1
h5py==3.12.1
ipykernel==6.29.5
jinja2==3.1.4
keras==2.15.0
keras==3.7.0
markupsafe==3.0.2
matplotlib==3.9.3
numpy==1.26.4
Expand Down
4 changes: 2 additions & 2 deletions tensorflow/jobs/docker/2.14/py3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ amazon-braket-default-simulator==1.26.1
amazon-braket-pennylane-plugin==1.30.2
amazon-braket-schemas==1.22.3
amazon-braket-sdk==1.88.2.post0
autoray==0.6.12
autoray==0.7.0
awscli==1.36.13
botocore==1.35.72
boto3==1.35.72
dask==2024.8.0
h5py==3.12.1
ipykernel==6.29.5
jinja2==3.1.4
keras==2.15.0 # keras uses the v2 api
keras==3.7.0 # keras uses the v2 api
markupsafe==3.0.2
matplotlib==3.9.3
numpy==1.26.4
Expand Down

0 comments on commit 6a8c4d9

Please sign in to comment.