Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

chore(deps): bump aiosmtplib from 3.0.2 to 4.0.0 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps aiosmtplib from 3.0.2 to 4.0.0.

Release notes

Sourced from aiosmtplib's releases.

v4.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

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

Changelog

Sourced from aiosmtplib's changelog.

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
Commits
  • 6438576 chore: set version to 4.0.0
  • 332ad36 docs: add proxy section
  • db8e0b9 test: add command lock guard coverage
  • 96f5112 fix: socket connections now allow TLS
  • 0d0c1cb feat: clear connect lock on disconnect
  • 89a7d8c test: additional flow control coverage
  • c91d49b test: add test for start_tls timeout
  • 811fac1 test: add case for auto start tls not supported
  • f8a238c test: remove test_live
  • f812177 test: add cleanup to mock quit error
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [aiosmtplib](https://github.com/cole/aiosmtplib) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/cole/aiosmtplib/releases)
- [Changelog](https://github.com/cole/aiosmtplib/blob/main/CHANGELOG.rst)
- [Commits](cole/aiosmtplib@v3.0.2...v4.0.0)

---
updated-dependencies:
- dependency-name: aiosmtplib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 3, 2025 20:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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