Skip to content
Closed
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-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PyOpenGL==3.1.10
flask==3.1.3

# Security & Utilities
cryptography==49.0.0
cryptography==50.0.0
defusedxml==0.7.1
PyYAML==6.0.3
pillow==12.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pydantic>=2.0.0 # Data validation using Python type annotations
pydantic-settings>=2.0.0 # Settings management for Pydantic v2

# Security & Encryption
cryptography>=49.0.0 # Cryptographic recipes and primitives
cryptography>=50.0.0 # Cryptographic recipes and primitives
defusedxml>=0.7.0 # Safe XML parsing (mitigates XML bomb / XXE attacks)
pygments>=2.20.0,<2.21.0 # Pinned: CVE-2026-4539 affects 2.19.x (transitive via rich/pip-audit)

Expand Down
Loading