Skip to content

chore(deps): bump email-validator from 1.1.3 to 1.2.1 #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps email-validator from 1.1.3 to 1.2.1.

Release notes

Sourced from email-validator's releases.

v1.2.1

Changes in version 1.2.0:

  • Rejecting domains with NULL MX records (when deliverability checks are turned on).
  • Rejecting unsafe unicode characters. (Some of these checks you should be doing on all of your user inputs already!)
  • Rejecting most special-use reserved domain names. A new test_environment option is added for using @*.test domains.
  • Some fixes in the tests.

In version 1.2.1:

  • example and example.com/net/org are removed from the special-use domains list.
  • SPECIAL_USE_DOMAIN_NAMES is now a documented part of the API (and it is a list instead of a tuple)
  • New module-level attributes ALLOW_SMTPUTF8, CHECK_DELIVERABILITY, TEST_ENVIRONMENT, and DEFAULT_TIMEOUT can be used to change the default values of the keyword arguments.
  • Travis CI is updated to test from Python 3.6 forward, dropping 3.5.
Commits
  • 95deaf8 Version 1.2.1
  • e92e395 Add a note in the README about rejecting (comment) syntax
  • dab623f Update pinned packages in test_requirements.txt
  • 8102431 Rename some constants that were poorly named
  • d64b291 Create module attributes to set global default values for keyword argument op...
  • 91aa260 Document how to modify SPECIAL_USE_DOMAIN_NAMES
  • 9d7d02a Remove example and example.com/net/org from the special use domains list
  • 2bd672f Release version 1.2.0
  • 8f4cf00 Use a caching resolver when checking email addresses in bulk on the command line
  • 4d4fa72 Remove redundant import, fixes #68
  • 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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 2, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 2, 2022

Codecov Report

Merging #263 (cae5feb) into develop (76f1d37) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #263   +/-   ##
========================================
  Coverage    99.88%   99.88%           
========================================
  Files          119      119           
  Lines         5414     5414           
  Branches       616      616           
========================================
  Hits          5408     5408           
  Misses           2        2           
  Partials         4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 76f1d37...cae5feb. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 20, 2022

Looks like email-validator is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 20, 2022
@dependabot dependabot bot deleted the dependabot/pip/develop/email-validator-1.2.1 branch May 20, 2022 05:45
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants