Skip to content

Commit accdac5

Browse files
Update dependency boto3 to ~=1.35.92
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent fab5c8a commit accdac5

File tree

23 files changed

+15724
-13888
lines changed

23 files changed

+15724
-13888
lines changed

codeserver/ubi9-python-3.9/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ wheel = "~=0.43.0"
1616
setuptools = "~=69.1.1"
1717

1818
# Datascience packages
19-
boto3 = "~=1.34.60"
19+
boto3 = "~=1.35.92"
2020
kafka-python = "~=2.0.2"
2121
matplotlib = "~=3.8.3"
2222
numpy = "~=1.26.4"

codeserver/ubi9-python-3.9/Pipfile.lock

+926-830
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

habana/1.10.0/ubi8-python-3.8/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ elyra-pipeline-editor-extension = "~=3.15.0"
3434
elyra-python-editor-extension = "~=3.15.0"
3535
elyra-code-snippet-extension = "~=3.15.0"
3636
kfp-tekton = "<1.6.0"
37-
boto3 = "~=1.26.165"
37+
boto3 = "~=1.35.92"
3838
kafka-python = "~=2.0.2"
3939
matplotlib = "~=3.6.3"
4040
pandas = "~=1.5.3"

habana/1.11.0/ubi8-python-3.8/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ elyra-pipeline-editor-extension = "~=3.15.0"
3434
elyra-python-editor-extension = "~=3.15.0"
3535
elyra-code-snippet-extension = "~=3.15.0"
3636
kfp-tekton = "<1.6.0"
37-
boto3 = "~=1.26.69"
37+
boto3 = "~=1.35.92"
3838
jupyter-bokeh = "~=3.0.5"
3939
kafka-python = "~=2.0.2"
4040
matplotlib = "~=3.6.3"

habana/1.13.0/ubi8-python-3.8/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pybind11 = "==2.10.4"
2626
mkl = "==2023.1"
2727
mkl-include = "==2023.1"
2828
# Parent image requirements to maintain cohesion
29-
boto3 = "~=1.34.50"
29+
boto3 = "~=1.35.92"
3030
kafka-python = "~=2.0.2"
3131
matplotlib = "~=3.7.5"
3232
pandas = "~=2.0.3"

habana/1.9.0/ubi8-python-3.8/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ elyra-pipeline-editor-extension = "~=3.15.0"
3131
elyra-python-editor-extension = "~=3.15.0"
3232
elyra-code-snippet-extension = "~=3.15.0"
3333
kfp-tekton = "<1.6.0"
34-
boto3 = "~=1.26.69"
34+
boto3 = "~=1.35.92"
3535
jupyter-bokeh = "~=3.0.5"
3636
kafka-python = "~=2.0.2"
3737
matplotlib = "~=3.6.3"

jupyter/datascience/ubi8-python-3.8/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77

88
[packages]
99
# Datascience and useful extensions
10-
boto3 = "~=1.34.50"
10+
boto3 = "~=1.35.92"
1111
kafka-python = "~=2.0.2"
1212
matplotlib = "~=3.7.5"
1313
numpy = "~=1.24.4" # Last version to support Python 3.8

jupyter/datascience/ubi9-python-3.9/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77

88
[packages]
99
# Datascience and useful extensions
10-
boto3 = "~=1.34.50"
10+
boto3 = "~=1.35.92"
1111
kafka-python = "~=2.0.2"
1212
matplotlib = "~=3.8.3"
1313
numpy = "~=1.26.4"

jupyter/datascience/ubi9-python-3.9/Pipfile.lock

+2,375-2,106
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/pytorch/ubi9-python-3.9/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tensorboard = "~=2.16.2"
1616
torch = {version = "~=2.2.1", index = "pytorch"}
1717
torchvision = {version = "~=0.17.1", index = "pytorch"}
1818
# Datascience and useful extensions
19-
boto3 = "~=1.34.50"
19+
boto3 = "~=1.35.92"
2020
kafka-python = "~=2.0.2"
2121
matplotlib = "~=3.8.3"
2222
numpy = "~=1.26.4"

jupyter/pytorch/ubi9-python-3.9/Pipfile.lock

+2,388-2,117
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/tensorflow/ubi9-python-3.9/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tensorflow = "~=2.15.0"
1111
tensorboard = "~=2.15.2"
1212
tf2onnx = "~= 1.16.1"
1313
# Datascience and useful extensions
14-
boto3 = "~=1.34.50"
14+
boto3 = "~=1.35.92"
1515
kafka-python = "~=2.0.2"
1616
matplotlib = "~=3.8.3"
1717
numpy = "~=1.26.4"

jupyter/tensorflow/ubi9-python-3.9/Pipfile.lock

+2,345-2,061
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/trustyai/ubi8-python-3.8/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "pypi"
99
# TrustyAI packages
1010
trustyai = "~=0.6.0"
1111
# Datascience and useful extensions
12-
boto3 = "~=1.34.50"
12+
boto3 = "~=1.35.92"
1313
kafka-python = "~=2.0.2"
1414
matplotlib = "~=3.6.3"
1515
numpy = "~=1.24.4" # Last version to support Python 3.8

jupyter/trustyai/ubi9-python-3.9/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "pypi"
99
# TrustyAI packages
1010
trustyai = "~=0.6.0"
1111
# Datascience and useful extensions
12-
boto3 = "~=1.34.50"
12+
boto3 = "~=1.35.92"
1313
kafka-python = "~=2.0.2"
1414
matplotlib = "~=3.6.3"
1515
numpy = "~=1.24.1"

jupyter/trustyai/ubi9-python-3.9/Pipfile.lock

+2,347-2,094
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/datascience/ubi8-python-3.8/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77

88
[packages]
99
# Datascience and useful extensions
10-
boto3 = "~=1.34.50"
10+
boto3 = "~=1.35.92"
1111
kafka-python = "~=2.0.2"
1212
matplotlib = "~=3.7.5"
1313
numpy = "~=1.24.4" # Last version to support Python 3.8

runtimes/datascience/ubi9-python-3.9/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77

88
[packages]
99
# Datascience and useful extensions
10-
boto3 = "~=1.34.50"
10+
boto3 = "~=1.35.92"
1111
kafka-python = "~=2.0.2"
1212
matplotlib = "~=3.8.3"
1313
numpy = "~=1.26.4"

runtimes/datascience/ubi9-python-3.9/Pipfile.lock

+1,764-1,548
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/pytorch/ubi9-python-3.9/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tensorboard = "~=2.16.2"
1616
torch = {version = "~=2.2.1", index = "pytorch"}
1717
torchvision = {version = "~=0.17.1", index = "pytorch"}
1818
# Datascience and useful extensions
19-
boto3 = "~=1.34.50"
19+
boto3 = "~=1.35.92"
2020
kafka-python = "~=2.0.2"
2121
matplotlib = "~=3.8.3"
2222
numpy = "~=1.26.4"

runtimes/pytorch/ubi9-python-3.9/Pipfile.lock

+1,790-1,572
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/tensorflow/ubi9-python-3.9/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tensorflow = "~=2.15.0"
1111
tensorboard = "~=2.15.2"
1212
tf2onnx = "~= 1.16.1"
1313
# Datascience and useful extensions
14-
boto3 = "~=1.34.50"
14+
boto3 = "~=1.35.92"
1515
kafka-python = "~=2.0.2"
1616
matplotlib = "~=3.8.3"
1717
numpy = "~=1.26.4"

runtimes/tensorflow/ubi9-python-3.9/Pipfile.lock

+1,774-1,545
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)