Skip to content

Commit

Permalink
Bump the tensorflow group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the tensorflow group with 7 updates in the /tensorflow directory:

| Package | From | To |
| --- | --- | --- |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.2.0b1` | `4.3.0a0` |
| [jupyterhub](https://github.com/jupyterhub/jupyterhub) | `4.1.5` | `5.0.0` |
| [notebook](https://github.com/jupyter/notebook) | `7.2.0b0` | `7.3.0a0` |
| [neural-compressor](https://github.com/intel/neural-compressor) | `2.5.1` | `2.6` |
| [tensorflow](https://github.com/tensorflow/tensorflow) | `2.15.0` | `2.16.1` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.0.0` |
| [requests](https://github.com/psf/requests) | `2.32.0` | `2.32.3` |



Updates `jupyterlab` from 4.2.0b1 to 4.3.0a0
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `jupyterhub` from 4.1.5 to 5.0.0
- [Changelog](https://github.com/jupyterhub/jupyterhub/blob/main/RELEASE.md)
- [Commits](jupyterhub/jupyterhub@4.1.5...5.0.0)

Updates `notebook` from 7.2.0b0 to 7.3.0a0
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]...@jupyter-notebook/[email protected])

Updates `neural-compressor` from 2.5.1 to 2.6
- [Release notes](https://github.com/intel/neural-compressor/releases)
- [Commits](intel/neural-compressor@v2.5.1...v2.6)

Updates `tensorflow` from 2.15.0 to 2.16.1
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.16.1/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.15.0...v2.16.1)

Updates `numpy` from 1.26.4 to 2.0.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.0.0)

Updates `requests` from 2.32.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.0...v2.32.3)

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tensorflow
- dependency-name: jupyterhub
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tensorflow
- dependency-name: notebook
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tensorflow
- dependency-name: neural-compressor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tensorflow
- dependency-name: tensorflow
  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-major
  dependency-group: tensorflow
- dependency-name: requests
  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 Jun 17, 2024
1 parent c39e8e3 commit 5cd1db1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions tensorflow/jupyter-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyterlab==4.2.0b1
jupyterhub==4.1.5
notebook==7.2.0b0
jupyterlab==4.3.0a0
jupyterhub==5.0.0
notebook==7.3.0a0
jupyter-server-proxy>=4.1.2
2 changes: 1 addition & 1 deletion tensorflow/multinode-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cython
tf2onnx
neural-compressor==2.5.1
neural-compressor==2.6
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.0
tensorflow==2.16.1
intel-extension-for-tensorflow[cpu]==2.15.0.0
tensorflow-hub==0.16.1
pillow==10.3.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==1.26.4
numpy==2.0.0
pillow==10.3.0
requests==2.32.0
requests==2.32.3
tensorflow==2.16.1
tensorflow-serving-api==2.16.1
2 changes: 1 addition & 1 deletion tensorflow/xpu-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tensorflow==2.15.0
tensorflow==2.16.1
intel-extension-for-tensorflow[xpu]==2.15.0.0

0 comments on commit 5cd1db1

Please sign in to comment.