Skip to content

⬆ Bump emails from 0.6 to 1.1.2#125

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/emails-1.1.2
Open

⬆ Bump emails from 0.6 to 1.1.2#125
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/emails-1.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps emails from 0.6 to 1.1.2.

Release notes

Sourced from emails's releases.

v1.1.2

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

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)

... (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)
  • Message.as_bytes() now serializes messages with CRLF line endings for RFC 5321-compliant SMTP delivery (#213)

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/

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: internal. 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 dependencies Pull requests that update a dependency file label Jun 5, 2026
@pike00

pike00 commented Jun 19, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot changed the title ⬆ Bump emails from 0.6 to 1.1.2 ⬆ bump emails from 0.6 to 1.1.2 Jun 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/emails-1.1.2 branch from fa9a5dd to 0b11837 Compare June 19, 2026 00:59
@pike00

pike00 commented Jul 2, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot dependabot Bot changed the title ⬆ bump emails from 0.6 to 1.1.2 ⬆ Bump emails from 0.6 to 1.1.2 Jul 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/emails-1.1.2 branch 3 times, most recently from e4c4bc3 to 1d007b6 Compare July 2, 2026 03:03
@pike00

pike00 commented Jul 2, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/uv/emails-1.1.2 branch from 1d007b6 to 2631021 Compare July 2, 2026 03:07
@dependabot dependabot Bot changed the title ⬆ Bump emails from 0.6 to 1.1.2 ⬆ bump emails from 0.6 to 1.1.2 Jul 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/emails-1.1.2 branch from 2631021 to 0f748c3 Compare July 2, 2026 03:09
@dependabot dependabot Bot changed the title ⬆ bump emails from 0.6 to 1.1.2 ⬆ Bump emails from 0.6 to 1.1.2 Jul 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/emails-1.1.2 branch 4 times, most recently from eca9ce6 to d1c4020 Compare July 4, 2026 02:44
Bumps [emails](https://github.com/lavr/python-emails) from 0.6 to 1.1.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot
dependabot Bot force-pushed the dependabot/uv/emails-1.1.2 branch from d1c4020 to 0b69489 Compare July 4, 2026 02:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant