Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency aiosmtplib to v3 #1017

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aiosmtplib ^1.1.6 || ^2.0.0 -> ^1.1.6 || ^2.0.0 || ^3.0.0 age adoption passing confidence

Release Notes

cole/aiosmtplib (aiosmtplib)

v3.0.0

Compare Source

  • BREAKING: Drop Python 3.7 support.
  • BREAKING: Positional arguments are now positional only, and keyword arguments
    are keyword only.
  • BREAKING: Passing source_address as a string argument (deprecated in 2.0)
    is now an error. source_address takes a (addr, port) tuple that is used as
    the local_addr param of asyncio.create_connection, allowing for binding
    to a specific IP. The local_hostname argument takes the value to be sent to
    the server with the EHLO/HELO message (which is what source_address was used
    for prior to 2.0).
  • Change: don't use timeout value passed to connect everywhere,
    only for the initial connection (credit @​wombatonfire)
  • Change: removed unnecessary connection lost callback
  • Change: revised handling for 'Future exception was never retrieved' warnings in
    protocol

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 30, 2023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/aiosmtplib-3.x branch from 2115018 to 3f46cf9 Compare October 30, 2023 03:48
@abompard abompard merged commit 13d473a into develop Oct 30, 2023
7 checks passed
@abompard abompard deleted the renovate/aiosmtplib-3.x branch October 30, 2023 10:43
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.

1 participant