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

feat(Dependencies): Update dependency aiosmtplib to v3 #308

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aiosmtplib (changelog) 2.0.2 -> 3.0.2 age adoption passing confidence

Release Notes

cole/aiosmtplib (aiosmtplib)

v3.0.2

Compare Source

  • Bugfix: Type of "send" is partially unknown with pyright
  • Bugfix: Fix asyncio deadlock trying to reconnect after error (thanks @​Voldemat)
  • Change: Switched from Poetry to build/hatch/twine for packaging.

v3.0.1

Compare Source

  • Bugfix: 'Future exception was never retrieved' warning in SMTPProtocol
    after successful connection close and garbage collection.
  • Cleanup: Updated FlowControlMixin logic from stdlib

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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 added dependencies Pull requests that update a dependency file major labels Oct 25, 2023
@renovate renovate bot requested a review from a team October 25, 2023 03:47
@renovate renovate bot force-pushed the deps/aiosmtplib-3.x branch 4 times, most recently from 4561508 to 16b0f1e Compare November 2, 2023 19:12
@renovate renovate bot force-pushed the deps/aiosmtplib-3.x branch 3 times, most recently from 2c52646 to 07cd607 Compare November 15, 2023 11:59
@renovate renovate bot force-pushed the deps/aiosmtplib-3.x branch 2 times, most recently from aa2a596 to bd92404 Compare November 28, 2023 15:40
Copy link
Contributor Author

renovate bot commented Dec 7, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock


Current Python version (3.10.13) is not allowed by the project (3.10.4).
Please change python executable via the "env use" command.

@renovate renovate bot force-pushed the deps/aiosmtplib-3.x branch from bd92404 to 1e0c41d Compare December 7, 2023 21:32
@renovate renovate bot force-pushed the deps/aiosmtplib-3.x branch 3 times, most recently from 17dfb9c to 60a2bd1 Compare December 22, 2023 08:03
@renovate renovate bot force-pushed the deps/aiosmtplib-3.x branch 3 times, most recently from 52fb72c to 136f6d7 Compare January 4, 2024 17:21
@renovate renovate bot force-pushed the deps/aiosmtplib-3.x branch from 136f6d7 to 90a1fad Compare July 31, 2024 08:09
@renovate renovate bot force-pushed the deps/aiosmtplib-3.x branch 2 times, most recently from 177e6da to 42e6ef9 Compare August 12, 2024 05:13
| datasource | package    | from  | to    |
| ---------- | ---------- | ----- | ----- |
| pypi       | aiosmtplib | 2.0.2 | 3.0.2 |
@renovate renovate bot force-pushed the deps/aiosmtplib-3.x branch from 42e6ef9 to 4f03547 Compare September 6, 2024 09:52
@dweinholz dweinholz removed the request for review from a team December 18, 2024 15:14
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 major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants