Skip to content

Update dependency aiosmtplib to v5.1.2#243

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/aiosmtplib-5.x-lockfile
Jun 20, 2026
Merged

Update dependency aiosmtplib to v5.1.2#243
renovate[bot] merged 1 commit into
mainfrom
renovate/aiosmtplib-5.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
aiosmtplib (changelog) 5.1.15.1.2 age confidence

Release Notes

cole/aiosmtplib (aiosmtplib)

v5.1.2

Compare Source

  • Security: Discard any buffered server data before the STARTTLS handshake,
    preventing a response-injection attack where a man-in-the-middle pre-stages
    plaintext that would otherwise be read as part of the encrypted session.
    More details: GHSA-vxj7-4xrp-5vr4
  • Bugfix: Corrected SMTPResponse __repr__ result
  • Bugfix: Calling connect() on an already-connected client now raises
    SMTPException instead of deadlocking on the connection lock
  • Feature: Poe command runner for dev tasks
  • Bugfix: Timeout ignored during CRAM-MD5 verification
  • Bugfix: Only parse EHLO response after validating success
  • Bugfix: return None from extract_sender when address list is empty
  • Bugfix: Enforce a maximum total response size, preventing unbounded memory
    use if a server streams data with no line ending or endless multiline
    continuation lines
  • Bugfix: Use the invalid_response status code (-1) instead of 500 when a
    server response line exceeds the maximum length
  • Bugfix: A read timeout now closes the connection instead of leaving it in a
    desynced state, where a late server response could be mispaired with a
    subsequent command
  • Bugfix: Correctly parse old-style AUTH= extension advertisements; all
    advertised methods are now kept (e.g. both PLAIN and LOGIN from
    AUTH=PLAIN LOGIN)
  • Bugfix: ESMTP extension lines with leading whitespace are no
    longer ignored

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot merged commit 034c6a8 into main Jun 20, 2026
2 checks passed
@renovate renovate Bot deleted the renovate/aiosmtplib-5.x-lockfile branch June 20, 2026 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants