feat(Dependencies): Update dependency aiosmtplib to v3 - abandoned#308
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
feat(Dependencies): Update dependency aiosmtplib to v3 - abandoned#308renovate[bot] wants to merge 1 commit intodevfrom
renovate[bot] wants to merge 1 commit intodevfrom
Conversation
4561508 to
16b0f1e
Compare
2c52646 to
07cd607
Compare
aa2a596 to
bd92404
Compare
Contributor
Author
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: poetry.lock |
bd92404 to
1e0c41d
Compare
17dfb9c to
60a2bd1
Compare
52fb72c to
136f6d7
Compare
136f6d7 to
90a1fad
Compare
177e6da to
42e6ef9
Compare
| datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | pypi | aiosmtplib | 2.0.2 | 3.0.2 |
42e6ef9 to
4f03547
Compare
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.2->3.0.2Release Notes
cole/aiosmtplib (aiosmtplib)
v3.0.2Compare Source
v3.0.1Compare Source
after successful connection close and garbage collection.
v3.0.0Compare Source
are keyword only.
source_addressas a string argument (deprecated in 2.0)is now an error.
source_addresstakes a (addr, port) tuple that is used asthe
local_addrparam ofasyncio.create_connection, allowing for bindingto a specific IP. The
local_hostnameargument takes the value to be sent tothe server with the EHLO/HELO message (which is what
source_addresswas usedfor prior to 2.0).
connecteverywhere,only for the initial connection (credit @wombatonfire)
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.
This PR was generated by Mend Renovate. View the repository job log.