Skip to content

Commit 55652c0

Browse files
committed
Updated Pipfile and requirements-elyra.txt files
1 parent 74e032e commit 55652c0

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
lines changed

intel/runtimes/ml/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mysql-connector-python = "~=8.0.33"
3030
ipykernel = "==6.13.0"
3131
ipython = "==8.10.0"
3232
ipython-genutils = "==0.2.0"
33-
jinja2 = "==3.0.3"
33+
jinja2 = "==3.1.4"
3434
jupyter-client = "==7.3.1"
3535
jupyter-core = "==4.11.2"
3636
MarkupSafe = "==2.1.1"

intel/runtimes/ml/ubi9-python-3.9/kustomize/base/requirements-elyra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ipykernel==6.13.0
44
ipython==8.10.0
55
ipython-genutils==0.2.0
6-
jinja2==3.0.3
6+
jinja2==3.1.4
77
jupyter-client==7.3.1
88
jupyter-core==4.11.2
99
MarkupSafe==2.1.1

intel/runtimes/ml/ubi9-python-3.9/utils/requirements-elyra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ipykernel==6.13.0
55
ipython==8.10.0
66
ipython-genutils==0.2.0
7-
jinja2==3.0.3
7+
jinja2==3.1.4
88
jupyter-client==7.3.1
99
jupyter-core==4.11.2
1010
MarkupSafe==2.1.1

intel/runtimes/pytorch/ubi9-python-3.9/Pipfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mysql-connector-python = "~=8.0.33"
4848
ipykernel = "==6.13.0"
4949
ipython = "==8.10.0"
5050
ipython-genutils = "==0.2.0"
51-
jinja2 = "==3.0.3"
51+
jinja2 = "==3.1.4"
5252
jupyter-client = "==7.3.1"
5353
jupyter-core = "==4.11.2"
5454
MarkupSafe = "==2.1.1"

intel/runtimes/pytorch/ubi9-python-3.9/Pipfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mysql-connector-python = "~=8.0.33"
4343
ipykernel = "==6.13.0"
4444
ipython = "==8.10.0"
4545
ipython-genutils = "==0.2.0"
46-
jinja2 = "==3.0.3"
46+
jinja2 = "==3.1.4"
4747
jupyter-client = "==7.3.1"
4848
jupyter-core = "==4.11.2"
4949
MarkupSafe = "==2.1.1"

intel/runtimes/pytorch/ubi9-python-3.9/kustomize/base/requirements-elyra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ipykernel==6.13.0
44
ipython==8.10.0
55
ipython-genutils==0.2.0
6-
jinja2==3.0.3
6+
jinja2==3.1.4
77
jupyter-client==7.3.1
88
jupyter-core==4.11.2
99
MarkupSafe==2.1.1

intel/runtimes/pytorch/ubi9-python-3.9/utils/requirements-elyra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ipykernel==6.13.0
55
ipython==8.10.0
66
ipython-genutils==0.2.0
7-
jinja2==3.0.3
7+
jinja2==3.1.4
88
jupyter-client==7.3.1
99
jupyter-core==4.11.2
1010
MarkupSafe==2.1.1

intel/runtimes/tensorflow/ubi9-python-3.9/Pipfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mysql-connector-python = "~=8.0.33"
3838
ipykernel = "==6.13.0"
3939
ipython = "==8.10.0"
4040
ipython-genutils = "==0.2.0"
41-
jinja2 = "==3.0.3"
41+
jinja2 = "==3.1.4"
4242
jupyter-client = "==7.3.1"
4343
jupyter-core = "==4.11.2"
4444
MarkupSafe = "==2.1.1"

intel/runtimes/tensorflow/ubi9-python-3.9/Pipfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mysql-connector-python = "~=8.0.33"
3838
ipykernel = "==6.13.0"
3939
ipython = "==8.10.0"
4040
ipython-genutils = "==0.2.0"
41-
jinja2 = "==3.0.3"
41+
jinja2 = "==3.1.4"
4242
jupyter-client = "==7.3.1"
4343
jupyter-core = "==4.11.2"
4444
MarkupSafe = "==2.1.1"

intel/runtimes/tensorflow/ubi9-python-3.9/kustomize/base/requirements-elyra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ipykernel==6.13.0
44
ipython==8.10.0
55
ipython-genutils==0.2.0
6-
jinja2==3.0.3
6+
jinja2==3.1.4
77
jupyter-client==7.3.1
88
jupyter-core==4.11.2
99
MarkupSafe==2.1.1

0 commit comments

Comments
 (0)