Skip to content

⬆ Bump emails from 0.6 to 1.1.1#12

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/emails-1.1.1
Open

⬆ Bump emails from 0.6 to 1.1.1#12
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/emails-1.1.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Bumps emails from 0.6 to 1.1.1.

Release notes

Sourced from emails's releases.

v1.1.1

Full Changelog: lavr/python-emails@v1.1.0...v1.1.1

v1.1.0

What's Changed

Full Changelog: lavr/python-emails@v1.0.2...v1.1.0

v1.0.2

Added

  • Documentation build check in CI (#208)
  • ReadTheDocs configuration (.readthedocs.yaml)

Fixed

  • Jinja2 is now an optional dependency — install with pip install emails[jinja2] (#207, #161)

v1.0.1

Full Changelog: lavr/python-emails@v1.0.0...v1.0.1

v1.0.0

Changelog

1.0

Breaking changes

  • Require Python 3.10+ (dropped 3.9) (#188)
  • HTML transformation dependencies (cssutils, lxml, chardet, requests, premailer) are now optional — install with pip install emails[html] (#190)
  • Removed Python 2 compatibility helpers to_bytes, to_native, to_unicode from emails.utils (#197)
  • Replaced vendored emails.packages.dkim with upstream dkimpy package — use import dkim directly (#196)

Added

  • reply_to parameter for Message (#115)
  • Content-based MIME type detection via puremagic when file extension is missing (#163)
  • Data URI support in transformer — data: URIs are preserved as-is (#62)
  • Type hints for public API (#191)
  • mypy in CI (#194)
  • Python 3.13 and 3.14 support (#184)
  • Django CI jobs with Django 4.2, 5.2, 6.0 (#201)
  • CC/BCC importing in MsgLoader (#182)
  • RFC 6532 support — non-ASCII characters in email addresses (#138)
  • In-memory SMTP backend (#136)
  • SMTP integration tests using Mailpit (#186)

... (truncated)

Changelog

Sourced from emails's changelog.

Changelog

1.0.2

Added

  • Documentation build check in CI (#208)
  • ReadTheDocs configuration (.readthedocs.yaml)

Fixed

  • Jinja2 is now an optional dependency — install with pip install emails[jinja2] (#207, #161)

1.0

Breaking changes

  • Require Python 3.10+ (dropped 3.9) (#188)
  • HTML transformation dependencies (cssutils, lxml, chardet, requests, premailer) are now optional — install with pip install emails[html] (#190)
  • Removed Python 2 compatibility helpers to_bytes, to_native, to_unicode from emails.utils (#197)
  • Replaced vendored emails.packages.dkim with upstream dkimpy package — use import dkim directly (#196)

Added

  • reply_to parameter for Message (#115)
  • Content-based MIME type detection via puremagic when file extension is missing (#163)
  • Data URI support in transformer — data: URIs are preserved as-is (#62)
  • Type hints for public API (#191)
  • mypy in CI (#194)
  • Python 3.13 and 3.14 support (#184)
  • Django CI jobs with Django 4.2, 5.2, 6.0 (#201)
  • CC/BCC importing in MsgLoader (#182)
  • RFC 6532 support — non-ASCII characters in email addresses (#138)
  • In-memory SMTP backend (#136)
  • SMTP integration tests using Mailpit (#186)

Fixed

  • Double stream read in BaseFile.mime for file-like attachments (#199)
  • as_bytes DKIM signing bug (#194)
  • SMTP connection is now properly closed on any initialization failure (#180)
  • SMTP connection is now properly closed on failed login (#173)
  • Incorrect isinstance check in parse_name_and_email_list (#176)
  • Message encoding to bytes in SMTP backend (#152)
  • Unique filename generation for attachments
  • Regex escape sequence warning (#148)
  • Replaced deprecated cgi module with email.message
  • Coverage reports now correctly exclude emails/testsuite/

Maintenance

... (truncated)

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 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 [emails](https://github.com/lavr/python-emails) from 0.6 to 1.1.1.
- [Release notes](https://github.com/lavr/python-emails/releases)
- [Changelog](https://github.com/lavr/python-emails/blob/master/CHANGELOG.md)
- [Commits](lavr/python-emails@v0.6...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 9, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the internal label May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

0 participants