Skip to content

Commit

Permalink
Bump the tensorflow group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the tensorflow group with 2 updates in the /tensorflow directory: [pillow](https://github.com/python-pillow/Pillow) and [numpy](https://github.com/numpy/numpy).


Updates `pillow` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.0.0...11.1.0)

Updates `numpy` from 2.2.0 to 2.2.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tensorflow
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tensorflow
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 9662f0d commit f83add8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tensorflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorflow==2.15.1
intel-extension-for-tensorflow[cpu]>=2.15,<2.16
tensorflow-hub==0.16.1
pillow==11.0.0
pillow==11.1.0
4 changes: 2 additions & 2 deletions tensorflow/serving/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy==2.2.0
pillow==11.0.0
numpy==2.2.2
pillow==11.1.0
requests==2.32.3
tensorflow==2.17.0
tensorflow-serving-api==2.18.0

0 comments on commit f83add8

Please sign in to comment.