flask-session-tutorial
flask-session-tutorial copied to clipboard
Bump email-validator from 1.1.3 to 1.2.1
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_environmentoption is added for using@*.testdomains.- 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
95deaf8Version 1.2.1e92e395Add a note in the README about rejecting (comment) syntaxdab623fUpdate pinned packages in test_requirements.txt8102431Rename some constants that were poorly namedd64b291Create module attributes to set global default values for keyword argument op...91aa260Document how to modify SPECIAL_USE_DOMAIN_NAMES9d7d02aRemove example and example.com/net/org from the special use domains list2bd672fRelease version 1.2.08f4cf00Use a caching resolver when checking email addresses in bulk on the command line4d4fa72Remove redundant import, fixes #68- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)