Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,447 changes: 41 additions & 1,406 deletions codeserver/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions codeserver/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ environments = [
"sys_platform == 'linux' and implementation_name == 'cpython'",
]
override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
# RHAIENG-2458: CVE-2025-66418 urllib3 decompression vulnerability
# Upstream: https://github.com/kubernetes-client/python/issues/2458
"urllib3>=2.6.0",
Expand Down
2,404 changes: 42 additions & 2,362 deletions jupyter/datascience/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jupyter/datascience/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ environments = [
"sys_platform == 'linux' and implementation_name == 'cpython'",
]
override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
# RHAIENG-2458: CVE-2025-66418 urllib3 decompression vulnerability
# Upstream: https://github.com/elyra-ai/elyra/issues/3325
"urllib3>=2.6.0",
Expand Down
824 changes: 0 additions & 824 deletions jupyter/minimal/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions jupyter/minimal/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ dependencies = [
]

[tool.uv]
override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
]
environments = [
"sys_platform == 'linux' and implementation_name == 'cpython'",
]
2,531 changes: 66 additions & 2,465 deletions jupyter/pytorch/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jupyter/pytorch/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ environments = [
"sys_platform == 'linux' and implementation_name == 'cpython'",
]
override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
# RHAIENG-2458: CVE-2025-66418 urllib3 decompression vulnerability
# Upstream: https://github.com/elyra-ai/elyra/issues/3325
"urllib3>=2.6.0",
Expand Down
2,432 changes: 51 additions & 2,381 deletions jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ environments = [
"sys_platform == 'linux' and implementation_name == 'cpython'",
]
override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
# RHAIENG-2458: CVE-2025-66418 urllib3 decompression vulnerability
# Upstream: https://github.com/elyra-ai/elyra/issues/3325
"urllib3>=2.6.0",
Expand Down
2,120 changes: 43 additions & 2,077 deletions jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jupyter/rocm/tensorflow/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ dependencies = [
[tool.uv]

override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
# tf2onnx has pinned protobuf version, that causes conflict with other packages
"protobuf==6.31.1",
"keras~=3.12.0",
Expand Down
2,525 changes: 44 additions & 2,481 deletions jupyter/tensorflow/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jupyter/tensorflow/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ dependencies = [
[tool.uv]

override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
# tf2onnx has pinned protobuf version, that causes conflict with other packages
"protobuf==6.31.1",
"keras~=3.12.0",
Expand Down
2,347 changes: 69 additions & 2,278 deletions jupyter/trustyai/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jupyter/trustyai/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ environments = [
"sys_platform == 'linux' and implementation_name == 'cpython'",
]
override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
# RHAIENG-2458: CVE-2025-66418 urllib3 decompression vulnerability
# Upstream: https://github.com/elyra-ai/elyra/issues/3325
"urllib3>=2.6.0",
Expand Down
2,187 changes: 41 additions & 2,146 deletions runtimes/datascience/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions runtimes/datascience/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ dependencies = [
]

[tool.uv]
override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
]
environments = [
"sys_platform == 'linux' and implementation_name == 'cpython'",
]
Expand Down
852 changes: 0 additions & 852 deletions runtimes/minimal/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions runtimes/minimal/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ dependencies = [
]

[tool.uv]
override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
]
environments = [
"sys_platform == 'linux' and implementation_name == 'cpython'",
]
Expand Down
2,308 changes: 65 additions & 2,243 deletions runtimes/pytorch/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions runtimes/pytorch/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ url = "https://download.pytorch.org/whl/cu128"
explicit = true

[tool.uv]
override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
]
environments = [
"sys_platform == 'linux' and implementation_name == 'cpython'",
]
2,209 changes: 50 additions & 2,159 deletions runtimes/rocm-pytorch/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions runtimes/rocm-pytorch/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ url = "https://download.pytorch.org/whl/rocm6.3"
explicit = true

[tool.uv]
override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
]
environments = [
"sys_platform == 'linux' and implementation_name == 'cpython'",
]
1,897 changes: 42 additions & 1,855 deletions runtimes/rocm-tensorflow/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions runtimes/rocm-tensorflow/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ dependencies = [
[tool.uv]

override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
# tf2onnx has pinned protobuf version, that causes conflict with other packages
"protobuf==6.31.1",
"keras~=3.12.0"
Expand Down
2,302 changes: 43 additions & 2,259 deletions runtimes/tensorflow/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions runtimes/tensorflow/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ dependencies = [
[tool.uv]

override-dependencies = [
# RHOAIENG-59282: CVE-2026-23490 pyasn1 DoS via malformed RELATIVE-OID parsing
"pyasn1>=0.6.2",
# tf2onnx has pinned protobuf version, that causes conflict with other packages
"protobuf==6.31.1",
"keras~=3.12.0"
Expand Down
Loading