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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python-hcl2~=7.3.1 # HCL2 (Terraform) configuration parser
jinja2~=3.1.6 # Template engine for configuration generation

# Security and Compliance Scanning
checkov~=3.2.513 # Infrastructure security and compliance scanner
checkov~=3.2.517 # Infrastructure security and compliance scanner

# Security-Critical Dependencies (Version Pinned for CVE Remediation)
asteval>=1.0.6 # Safe mathematical expression evaluator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

# Web framework for health checks
flask==3.1.3
werkzeug==3.1.7
werkzeug==3.1.8

# Data processing and utilities
numpy>=1.26.0
opencv-python==4.13.0.92
Pillow==12.1.1
Pillow==12.2.0

# System monitoring
psutil==7.2.2
Expand Down
Loading