Skip to content

Commit d6313ff

Browse files
authored
Merge branch 'main' into jafraust/test
2 parents c19bf76 + f56f8cc commit d6313ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- hooks:
2020
- id: gitleaks
2121
repo: https://github.com/gitleaks/gitleaks
22-
rev: v8.20.1
22+
rev: v8.21.1
2323
- hooks:
2424
- args: [--license-filepath=.github/license_template.txt, --use-current-year, --detect-license-in-X-top-lines=40, --skip-license-insertion-comment=Copyright]
2525
files: |

tensorflow/jupyter-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jupyterlab>=4.2.4
2-
jupyterhub==5.2.0
2+
jupyterhub==5.2.1
33
notebook>=7.1.3
44
jupyter-server-proxy>=4.1.2

tensorflow/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tensorflow==2.15.1
22
intel-extension-for-tensorflow[cpu]>=2.15,<2.16
33
tensorflow-hub==0.16.1
4-
pillow==10.4.0
4+
pillow==11.0.0

tensorflow/serving/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy==2.1.2
2-
pillow==10.4.0
2+
pillow==11.0.0
33
requests==2.32.3
44
tensorflow==2.17.0
55
tensorflow-serving-api==2.17.0

0 commit comments

Comments
 (0)