Skip to content

build(deps): bump aiosmtplib from 3.0.1 to 5.1.1 in /services/notification-service#18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/services/notification-service/aiosmtplib-5.1.1
Open

build(deps): bump aiosmtplib from 3.0.1 to 5.1.1 in /services/notification-service#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/services/notification-service/aiosmtplib-5.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown

Bumps aiosmtplib from 3.0.1 to 5.1.1.

Release notes

Sourced from aiosmtplib's releases.

5.1.1

What's Changed

  • Security: Reject control characters (the C0 range 0x00-0x1F and DEL 0x7F, including CR, LF, and NUL) in SMTP command arguments, preventing command injection via input passed to mail(), rcpt(), vrfy(), expn() or sendmail(). Such input now raises ValueError before anything is written to the connection. More details: GHSA-v3q9-hj7j-63hq Thanks to @​tonghuaroot for the report.
  • Bugfix: SMTP.quit() no longer hangs until the read timeout when the peer drops the transport with an exception after QUIT is sent but before the 221 reply is parsed (e.g. AWS SES closing TLS without close_notify). Contributed by @​yamaaaaaa31

New Contributors

Full Changelog: cole/aiosmtplib@v5.1.0...v5.1.1

v5.1.0

What's Changed

  • Feature: Add XOAUTH2 authentication support

Full Changelog: cole/aiosmtplib@v5.0.0...v5.1.0

v5.0.0

What's Changed

  • BREAKING: Drop Python 3.9 support
  • Various testing config improvements

New Contributors

Full Changelog: cole/aiosmtplib@v4.0.2...v5.0.0

v4.0.2

What's Changed

New Contributors

Full Changelog: cole/aiosmtplib@v4.0.1...v4.0.2

v4.0.1

What's Changed

Full Changelog: cole/aiosmtplib@v4.0.0...v4.0.1

v4.0.0

... (truncated)

Changelog

Sourced from aiosmtplib's changelog.

5.1.1

  • Security: Reject control characters (the C0 range 0x00-0x1F and DEL 0x7F, including CR, LF, and NUL) in SMTP command arguments, preventing command injection via input passed to mail(), rcpt(), vrfy(), expn() or sendmail(). Such input now raises ValueError before anything is written to the connection. More details: GHSA-v3q9-hj7j-63hq Thanks to @​tonghuaroot for the report.
  • Bugfix: SMTP.quit() no longer hangs until the read timeout when the peer drops the transport with an exception after QUIT is sent but before the 221 reply is parsed (e.g. AWS SES closing TLS without close_notify).

5.1.0

  • Feature: Add XOAUTH2 authentication support

5.0.0

  • BREAKING: Drop Python 3.9 support

4.0.2

  • Bugfix: correct aexit signature to comply with async context manager protocol (thanks @​oliverlambson)

4.0.1

  • Bugfix: Always clear the connect lock on connection lost, allowing client reconnect

4.0.0

  • BREAKING: Drop Python 3.8 support
  • Bugfix: Run socket.getfqdn in thread to avoid blocking event loop if local_hostname not provided (thanks @​Raidzin)
  • Bugfix: Clear connect lock on connection lost, allowing client reconnect
  • Bugfix: Allow socket connections to use TLS by providing hostname and use_tls=True

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [aiosmtplib](https://github.com/cole/aiosmtplib) from 3.0.1 to 5.1.1.
- [Release notes](https://github.com/cole/aiosmtplib/releases)
- [Changelog](https://github.com/cole/aiosmtplib/blob/main/CHANGELOG.rst)
- [Commits](cole/aiosmtplib@v3.0.1...v5.1.1)

---
updated-dependencies:
- dependency-name: aiosmtplib
  dependency-version: 5.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants