Skip to content
Merged
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
57 changes: 28 additions & 29 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 @@ -60,4 +60,6 @@ override-dependencies = [
# RHAIENG-3209: CVE-2026-25990 Pillow: Out-of-bounds Write
# Upstream: https://github.com/vllm-project/llm-compressor/releases/tag/0.7.1.1
"pillow>=12.1.1",
# RHOAIENG-53183: CVE-2026-32274 Black: Arbitrary file writes from unsanitized user input in cache file name
"black>=26.3.1",
]
58 changes: 28 additions & 30 deletions jupyter/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ override-dependencies = [
# RHAIENG-3209: CVE-2026-25990 Pillow: Out-of-bounds Write
# Upstream: https://github.com/vllm-project/llm-compressor/releases/tag/0.7.1.1
"pillow>=12.1.1",
# RHOAIENG-53183: CVE-2026-32274 Black: Arbitrary file writes from unsanitized user input in cache file name
"black>=26.3.1",
]

# from https://redhat-internal.slack.com/archives/C079FE5H94J/p1756934476976759?thread_ts=1756933154.294109&cid=C079FE5H94J
Expand Down
57 changes: 28 additions & 29 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 @@ -76,4 +76,6 @@ override-dependencies = [
# RHAIENG-3209: CVE-2026-25990 Pillow: Out-of-bounds Write
# Upstream: https://github.com/vllm-project/llm-compressor/releases/tag/0.7.1.1
"pillow>=12.1.1",
# RHOAIENG-53183: CVE-2026-32274 Black: Arbitrary file writes from unsanitized user input in cache file name
"black>=26.3.1",
]
57 changes: 28 additions & 29 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 @@ -77,4 +77,6 @@ override-dependencies = [
# RHAIENG-3209: CVE-2026-25990 Pillow: Out-of-bounds Write
# Upstream: https://github.com/vllm-project/llm-compressor/releases/tag/0.7.1.1
"pillow>=12.1.1",
# RHOAIENG-53183: CVE-2026-32274 Black: Arbitrary file writes from unsanitized user input in cache file name
"black>=26.3.1",
]
57 changes: 28 additions & 29 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 @@ -68,6 +68,8 @@ override-dependencies = [
# RHAIENG-3209: CVE-2026-25990 Pillow: Out-of-bounds Write
# Upstream: https://github.com/vllm-project/llm-compressor/releases/tag/0.7.1.1
"pillow>=12.1.1",
# RHOAIENG-53183: CVE-2026-32274 Black: Arbitrary file writes from unsanitized user input in cache file name
"black>=26.3.1",
]

environments = [
Expand Down
57 changes: 28 additions & 29 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 @@ -66,6 +66,8 @@ override-dependencies = [
# RHAIENG-3209: CVE-2026-25990 Pillow: Out-of-bounds Write
# Upstream: https://github.com/vllm-project/llm-compressor/releases/tag/0.7.1.1
"pillow>=12.1.1",
# RHOAIENG-53183: CVE-2026-32274 Black: Arbitrary file writes from unsanitized user input in cache file name
"black>=26.3.1",
]

environments = [
Expand Down
57 changes: 28 additions & 29 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 @@ -83,6 +83,8 @@ override-dependencies = [
# RHAIENG-3209: CVE-2026-25990 Pillow: Out-of-bounds Write
# Upstream: https://github.com/vllm-project/llm-compressor/releases/tag/0.7.1.1
"pillow>=12.1.1",
# RHOAIENG-53183: CVE-2026-32274 Black: Arbitrary file writes from unsanitized user input in cache file name
"black>=26.3.1",
]

[tool.uv.sources]
Expand Down
Loading