From 65798bcc4272863785ae7f98f032def6c9be5b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:10:06 +0100 Subject: [PATCH] Bump email-validator from 2.1.0.post1 to 2.1.1 (PR #7269) Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 2.1.0.post1 to 2.1.1.
Release notes

Sourced from email-validator's releases.

v2.1.1 (February 26, 2024)

Changelog

Sourced from email-validator's changelog.

2.1.1 (February 26, 2024)

2.1.0 (October 22, 2023)

2.0.0 (April 15, 2023)

This is a major update to the library, but since email address specs haven't changed there should be no significant changes to which email addresses are considered valid or invalid with default options. There are new options for accepting unusual email addresses that were previously always rejected, some changes to how DNS errors are handled, many changes in error message text, and major internal improvements including the addition of type annotations. Python 3.7+ is now required. Details follow:

Versions 2.0.0.post1 and 2.0.0.post2 corrected some packaging issues. 2.0.0.post2 also added a check for an invalid combination of arguments.

Version 1.3.1 (January 21, 2023)

Version 1.3.0 (September 18, 2022)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=email-validator&package-manager=pip&previous-version=2.1.0.post1&new-version=2.1.1)](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) ---
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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
--- changelogs/unreleased/7269-dependabot.yml | 5 +++++ requirements.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/7269-dependabot.yml diff --git a/changelogs/unreleased/7269-dependabot.yml b/changelogs/unreleased/7269-dependabot.yml new file mode 100644 index 0000000000..05677efe83 --- /dev/null +++ b/changelogs/unreleased/7269-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump email-validator from 2.1.0.post1 to 2.1.1 +destination-branches: +- iso7 +sections: {} diff --git a/requirements.txt b/requirements.txt index ae437e30f5..0775a2b21c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cookiecutter==2.6.0 crontab==1.0.1 cryptography==42.0.5 docstring-parser==0.15 -email-validator==2.1.0.post1 +email-validator==2.1.1 execnet==1.9.0 importlib_metadata==7.0.1 jinja2==3.1.3