Skip to content

Commit 19bac9e

Browse files
dependabot[bot]inmantaci
authored andcommitted
Bump email-validator from 1.2.1 to 1.3.0 (PR #4859)
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.2.1 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JoshData/python-email-validator/releases">email-validator's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <h2>Version 1.3.0 (September 18, 2022)</h2> <ul> <li>Deliverability checks now check for 'v=spf1 -all' SPF records as a way to reject more bad domains.</li> <li>Special use domain names now raise EmailSyntaxError instead of EmailUndeliverableError since they are performed even if check_deliverability is off.</li> <li>New module-level attributes are added to override the default values of the keyword arguments and the special-use domains list.</li> <li>The keyword arguments of the public methods are now marked as keyword-only.</li> <li><a href="https://github.com/michaelherold/pyIsEmail">pyIsEmail</a>'s test cases are added to the tests.</li> <li>Recommend that check_deliverability be set to False for validation on login pages.</li> <li>Added an undocumented globally_deliverable option.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md">email-validator's changelog</a>.</em></p> <blockquote> <h2>Version 1.3.0 (September 18, 2022)</h2> <ul> <li>Deliverability checks now check for 'v=spf1 -all' SPF records as a way to reject more bad domains.</li> <li>Special use domain names now raise EmailSyntaxError instead of EmailUndeliverableError since they are performed even if check_deliverability is off.</li> <li>New module-level attributes are added to override the default values of the keyword arguments and the special-use domains list.</li> <li>The keyword arguments of the public methods are now marked as keyword-only.</li> <li><a href="https://github.com/michaelherold/pyIsEmail">pyIsEmail</a>'s test cases are added to the tests.</li> <li>Recommend that check_deliverability be set to False for validation on login pages.</li> <li>Added an undocumented globally_deliverable option.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JoshData/python-email-validator/commit/10c34e6f07fa29c72da00b3635293ab38db0d20f"><code>10c34e6</code></a> Version 1.3.0</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/dd13053b6463046f6f7186a7803a2ad83ebbbd65"><code>dd13053</code></a> Some README tweaks</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/a6664814bdbcdcf6eb4a3eca469540824a6ea6f0"><code>a666481</code></a> Add undocumented globally_deliverable option for <a href="https://github-redirect.dependabot.com/JoshData/python-email-validator/issues/86">#86</a></li> <li><a href="https://github.com/JoshData/python-email-validator/commit/f728d882819263b12532f2ca9034801c085422a0"><code>f728d88</code></a> Make a CHANGELOG file</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/37052e02830ebe591c81bd6c3dc47fc8077a016c"><code>37052e0</code></a> Update Travis to build with Python 3.10 and add 3.10 to the classifiers, and ...</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/6c317d20287acc7c8c59d25a936cca42be3e067d"><code>6c317d2</code></a> Add recent changelog to README</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/a906eb512a42c5550ff117c692fb164a4b6b050b"><code>a906eb5</code></a> Change special use domain names to raise EmailSyntaxError instead of EmailUnd...</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/2ad9b1bced5e46384adacf81e0f51026d1339ec9"><code>2ad9b1b</code></a> Mark the arguments of the public methods as keyword-only except the email arg...</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/35d9a18508e6543a368aa9cad7a8a414697159d5"><code>35d9a18</code></a> The module-level attributes added in d64b2915cd48408686d32bc30eba327f2f9086f9...</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/8afa90dd70a70b70195a2d1f2d12258357a4232b"><code>8afa90d</code></a> Add the pyIsEmail test cases</li> <li>Additional commits viewable in <a href="https://github.com/JoshData/python-email-validator/compare/v1.2.1...v1.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=email-validator&package-manager=pip&previous-version=1.2.1&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
1 parent 4379147 commit 19bac9e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
change-type: patch
2+
description: Bump email-validator from 1.2.1 to 1.3.0
3+
destination-branches:
4+
- master
5+
sections: {}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cookiecutter==2.1.1
66
crontab==0.23.0
77
cryptography==38.0.1
88
docstring-parser==0.15
9-
email-validator==1.2.1
9+
email-validator==1.3.0
1010
execnet==1.9.0
1111
importlib_metadata==4.12.0
1212
jinja2==3.1.2

0 commit comments

Comments
 (0)