Skip to content
Open
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 apps/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ email-validator==2.2.0
# canonical asyncio-native SMTP client; pairs cleanly with httpx for the
# Slack / Teams webhook channels and avoids spawning threads from the FastAPI
# event loop just to send mail.
aiosmtplib==3.0.2
aiosmtplib==5.1.1
# Scan-gap G2 — HTML → PDF for the vulnerability report download. weasyprint
# needs native libs (libpango / cairo / gdk-pixbuf) installed in the image
# (see apps/backend/Dockerfile* for the apt list). It is imported LAZILY in
Expand Down
Loading