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 requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ statsmodels==0.14.4 # Statistical modeling
requests==2.32.4 # HTTP library with security patches - FIXED CVE
cryptography==44.0.1 # Cryptographic functions - FIXED CVE
certifi==2024.12.14 # Certificate validation
urllib3==2.5.0 # HTTP client with security patches - FIXED CVE
urllib3==2.6.3 # HTTP client with security patches - FIXED CVE

# Utilities
joblib==1.4.2 # Parallel processing
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pyyaml==6.0.2 # YAML parser with security fixes
# Security and Validation
cryptography==44.0.0 # Cryptographic recipes and primitives
certifi==2024.12.14 # Certificate validation
urllib3==2.2.3 # HTTP client with security patches
urllib3==2.6.3 # HTTP client with security patches

# Development and Testing
pytest==8.3.4 # Testing framework
Expand Down
Loading