Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2022

Bumps email-validator from 1.2.1 to 1.3.0.

Release notes

Sourced from email-validator's releases.

v1.3.0

Version 1.3.0 (September 18, 2022)

  • Deliverability checks now check for 'v=spf1 -all' SPF records as a way to reject more bad domains.
  • Special use domain names now raise EmailSyntaxError instead of EmailUndeliverableError since they are performed even if check_deliverability is off.
  • New module-level attributes are added to override the default values of the keyword arguments and the special-use domains list.
  • The keyword arguments of the public methods are now marked as keyword-only.
  • pyIsEmail's test cases are added to the tests.
  • Recommend that check_deliverability be set to False for validation on login pages.
  • Added an undocumented globally_deliverable option.
Changelog

Sourced from email-validator's changelog.

Version 1.3.0 (September 18, 2022)

  • Deliverability checks now check for 'v=spf1 -all' SPF records as a way to reject more bad domains.
  • Special use domain names now raise EmailSyntaxError instead of EmailUndeliverableError since they are performed even if check_deliverability is off.
  • New module-level attributes are added to override the default values of the keyword arguments and the special-use domains list.
  • The keyword arguments of the public methods are now marked as keyword-only.
  • pyIsEmail's test cases are added to the tests.
  • Recommend that check_deliverability be set to False for validation on login pages.
  • Added an undocumented globally_deliverable option.
Commits
  • 10c34e6 Version 1.3.0
  • dd13053 Some README tweaks
  • a666481 Add undocumented globally_deliverable option for #86
  • f728d88 Make a CHANGELOG file
  • 37052e0 Update Travis to build with Python 3.10 and add 3.10 to the classifiers, and ...
  • 6c317d2 Add recent changelog to README
  • a906eb5 Change special use domain names to raise EmailSyntaxError instead of EmailUnd...
  • 2ad9b1b Mark the arguments of the public methods as keyword-only except the email arg...
  • 35d9a18 The module-level attributes added in d64b2915cd48408686d32bc30eba327f2f9086f9...
  • 8afa90d Add the pyIsEmail test cases
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot requested a review from a team as a code owner September 20, 2022 20:37
@dependabot dependabot bot requested review from rubenfonseca and removed request for a team September 20, 2022 20:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 20, 2022
@pull-request-size pull-request-size bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Sep 20, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/develop/email-validator-1.3.0 branch from 64e6dfd to 00bcfcf Compare September 20, 2022 20:58
@pull-request-size pull-request-size bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 20, 2022
@github-actions github-actions bot added the internal Maintenance changes label Sep 20, 2022
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/JoshData/python-email-validator/releases)
- [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md)
- [Commits](JoshData/python-email-validator@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: email-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/email-validator-1.3.0 branch from 00bcfcf to f92d85e Compare September 20, 2022 21:02
@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2022

Codecov Report

Base: 99.73% // Head: 99.73% // No change to project coverage 👍

Coverage data is based on head (f92d85e) compared to base (0b836e4).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1533   +/-   ##
========================================
  Coverage    99.73%   99.73%           
========================================
  Files          127      127           
  Lines         5729     5729           
  Branches       651      651           
========================================
  Hits          5714     5714           
  Misses           8        8           
  Partials         7        7           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@heitorlessa heitorlessa merged commit 93a022c into develop Sep 21, 2022
@heitorlessa heitorlessa deleted the dependabot/pip/develop/email-validator-1.3.0 branch September 21, 2022 04:51
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 internal Maintenance changes python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants