Bump email-validator from 1.2.0 to 1.2.1
Created by: dependabot[bot]
Bumps email-validator from 1.2.0 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 - See full diff in compare view
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)