bebleo / smtpdfix

A SMTP server for use as a pytest fixture that implements encryption and authentication.
MIT License
15 stars 5 forks source link

Bump aiosmtpd from 1.4.0 to 1.4.5 in /requirements/minimum #381

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps aiosmtpd from 1.4.0 to 1.4.5.

Release notes

Sourced from aiosmtpd's releases.

1.4.5

  • Fixed incorrect handling of newlines.

1.4.4.post2

Changes from 1.4.4:

Nothing in the library's logic. Just a fix in one of the test cases.

And some changes to prevent same situation from happening again.

1.4.4

Changes From 1.4.3

  • No longer expect an implicit creation of the event loop through get_event_loop() (Issue #353)

1.4.3

Changes from 1.4.2:

  • FIX: Compatibility with CPython 3.10 and 3.11
  • FIX: Compatibility with uvloop
  • NEW: UnthreadedController
  • IMPROVED: aiosmtpd.controller has been rewritten
  • IMPROVED: Some improvements on setup.cfg to prevent potential setuptools problems
  • IMPROVED: General code hygiene
  • IMPROVED: Documentation fixes & improvements
  • IMPROVED: Enhanced GitHub CI workflow

1.4.3rc2

Mostly introduce testing compatibility with Python 3.10 and Python 3.11

Let's try releasing as RC first, if nothing breaks, we will re-release as 1.4.3 without any changes.

1.4.2

Changes since 1.4.1:

  • Controller ready_timeout defaults to 5.0
  • More detailed message in TimeoutError during Controller.start()
  • IMPORTANT: No more leak of sensitive info during smtp_AUTH

1.4.1

Changes from 1.4.0:

  • local_part_limit (max length of email address local part) is now customizable, defaults to 0 (no limit) (#257)
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 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 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](https://github.com/bebleo/smtpdfix/network/alerts).
bebleo commented 3 months ago

@dependabot rebase

bebleo commented 3 months ago

@dependabot recreate