Skip to content

Commit 2bb9a50

Browse files
authored
Merge branch 'main' into dependabot/pip/enterprise/redhat/openshift-ai/gaudi/docker/gaudi-openshift-4095d7a8fc
2 parents 0c59031 + 0afbe0a commit 2bb9a50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ repos:
1515
- id: sort-simple-yaml
1616
- id: trailing-whitespace
1717
repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
- hooks:
2020
- id: gitleaks
2121
repo: https://github.com/gitleaks/gitleaks
22-
rev: v8.19.3
22+
rev: v8.20.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: |
@@ -33,7 +33,7 @@ repos:
3333
- args: ["--config", ".github/linters/.hadolint.yaml"]
3434
id: hadolint-docker
3535
repo: https://github.com/hadolint/hadolint
36-
rev: v2.13.0-beta
36+
rev: v2.13.1-beta
3737
- hooks:
3838
- args: ["--config", ".github/linters/.markdown-lint.yaml"]
3939
id: markdownlint
@@ -59,7 +59,7 @@ repos:
5959
- hooks:
6060
- id: black
6161
repo: https://github.com/ambv/black
62-
rev: 24.8.0
62+
rev: 24.10.0
6363
- hooks:
6464
- args: ["--sp", ".github/linters"]
6565
id: isort

pytorch/serving/torchserve-xpu-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ torchvision==0.18.1+cxx11.abi
33
torchaudio==2.3.1+cxx11.abi
44
intel_extension_for_pytorch==2.3.110+xpu
55
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us
6-
numpy==2.1.1
6+
numpy==2.1.2
77
captum>=0.7.0
88
cython>=3.0.10
99
pynvml>=11.5.0

0 commit comments

Comments
 (0)