Files
gatehouse-api/requirements/production.txt
T
sangnn ada22e6017
Push -> develop / Build Docker images (push) Failing after 13s
Push -> develop / Deploy (push) Has been skipped
Push -> develop / Notify on result (push) Successful in 0s
security: upgrade some package versions
2026-06-23 03:20:58 +00:00

11 lines
192 B
Plaintext

-r base.txt
# Production WSGI server
gunicorn==23.0.0 # CVE-2024-1135, CVE-2024-6827 (HTTP request smuggling)
# Monitoring & logging
sentry-sdk[flask]==1.39.1
# Performance
gevent==23.9.1