Skip to content

Bump eml-parser from 3.0.2 to 3.0.3 - #584

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/eml-parser-3.0.3
Open

Bump eml-parser from 3.0.2 to 3.0.3#584
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/eml-parser-3.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor

Bumps eml-parser from 3.0.2 to 3.0.3.

Release notes

Sourced from eml-parser's releases.

v3.0.3

Full Changelog: GOVCERT-LU/eml_parser@v3.0.2...v3.0.3

Changelog

Sourced from eml-parser's changelog.

[v3.0.3]

Fixes

  • Fix AttributeError crash in rfc2047_decode() when decoding header values that contain no RFC2047 encoded-word (e.g. plain ASCII). email.header.decode_header() returns str fragments in that case instead of bytes, which was previously assumed unconditionally.
  • Fix email_no_force_tld_regex/email_force_tld_regex incorrectly matching a comma (,) as part of an e-mail local-part due to an unescaped hyphen forming an unintended character range (+ to /) in the regex character class. This could cause two comma-separated addresses to be merged into a single, invalid match.
  • Fix a potential crash in headeremail2list() when a header contains an unquoted display name ending in a bare period (e.g. Test.<test@example.com>). The stdlib's email.headerregistry parser can itself raise on this input, and the exact exception type it raises for this case has varied across Python versions; this exception is now caught and we fall back to regex-based e-mail extraction instead of propagating the error.
  • Fix PLW2901 issues
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 [eml-parser](https://github.com/GOVCERT-LU/eml_parser) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/GOVCERT-LU/eml_parser/releases)
- [Changelog](https://github.com/GOVCERT-LU/eml_parser/blob/master/CHANGELOG.md)
- [Commits](GOVCERT-LU/eml_parser@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: eml-parser
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 22, 2026
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants