Skip to content
Open
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires-python = ">=3.11"
dependencies = [
"filelock>=3.20.3", # Pinning version to address vulnerabilities CVE-2025-68146, CVE-2026-22701
"fonttools>=4.60.2", # Pinning version to address vulnerability GHSA-768j-98cg-p3fv
"pillow>=12.1.1", # Pinning version to address vulnerability CVE-2026-25990
"pillow>=12.2.0", # Pinning version to address vulnerability CVE-2026-25990
"pygments>=2.20.0", # Pinning version to address vulnerability CVE-2026-4539
"tornado>=6.5.5", # Pinning version to address vulnerabilities GHSA-78cv-mqj4-43f7, CVE-2026-31958
"werkzeug>=3.1.6", # Pinning version to address vulnerabilities GHSA-hgf8-39gv-g3f2, CVE-2026-21860, CVE-2026-27199
Expand Down
2 changes: 1 addition & 1 deletion resdsql/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nltk==3.9.3
numpy==1.24.2
oauthlib==3.3.1
packaging==25.0
Pillow==12.1.1
Pillow==12.2.0
plac==1.1.3
preshed==3.0.8
protobuf==5.29.6
Expand Down
Loading
Loading