fix: update pyOpenSSL to >=25.3.0 to address security vulnerability
- Updates pyOpenSSL from >=24.3.0 to >=25.3.0 - This resolves CVE affecting cryptography package versions >=37.0.0 & <43.0.1 - pyOpenSSL 25.3.0 requires cryptography>=45.0.7, which is above the vulnerable range - Fixes issue #1545 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@ dependencies = [
|
|||||||
"rank-bm25~=0.2",
|
"rank-bm25~=0.2",
|
||||||
"snowballstemmer~=2.2",
|
"snowballstemmer~=2.2",
|
||||||
"pydantic>=2.10",
|
"pydantic>=2.10",
|
||||||
"pyOpenSSL>=24.3.0",
|
"pyOpenSSL>=25.3.0",
|
||||||
"psutil>=6.1.1",
|
"psutil>=6.1.1",
|
||||||
"PyYAML>=6.0",
|
"PyYAML>=6.0",
|
||||||
"nltk>=3.9.1",
|
"nltk>=3.9.1",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ rank-bm25~=0.2
|
|||||||
colorama~=0.4
|
colorama~=0.4
|
||||||
snowballstemmer~=2.2
|
snowballstemmer~=2.2
|
||||||
pydantic>=2.10
|
pydantic>=2.10
|
||||||
pyOpenSSL>=24.3.0
|
pyOpenSSL>=25.3.0
|
||||||
psutil>=6.1.1
|
psutil>=6.1.1
|
||||||
PyYAML>=6.0
|
PyYAML>=6.0
|
||||||
nltk>=3.9.1
|
nltk>=3.9.1
|
||||||
|
|||||||
Reference in New Issue
Block a user