Bump email-validator from 1.2.0 to 1.2.1

Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/JoshData/python-email-validator/releases)
- [Commits](https://github.com/JoshData/python-email-validator/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: email-validator
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-02 03:28:31 +00:00 committed by GitHub
parent 00ed537fca
commit e2523dc791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -326,7 +326,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "email-validator"
version = "1.2.0"
version = "1.2.1"
description = "A robust email syntax and deliverability validation library."
category = "dev"
optional = false
@ -1241,7 +1241,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "a65a6292cac72c84e05b44c76b5adde8a29feb9a326a10b8264970ae12320e62"
content-hash = "9a75b8eeecc15b753a67be03841822676816e09cdfd3adf647d5ba37ce7f1456"
[metadata.files]
aioredis = [
@ -1479,8 +1479,8 @@ docutils = [
{file = "docutils-0.18.tar.gz", hash = "sha256:c1d5dab2b11d16397406a282e53953fe495a46d69ae329f55aa98a5c4e3c5fbb"},
]
email-validator = [
{file = "email_validator-1.2.0-py2.py3-none-any.whl", hash = "sha256:2323219d19b82f887b64f2a84c6d73f451431bdf87744022c54b1b5bd0bde1bd"},
{file = "email_validator-1.2.0.tar.gz", hash = "sha256:565fd3a7aa4516772f55732d50d34d0a18680b5f62995aea8b4a55b62c90c517"},
{file = "email_validator-1.2.1-py2.py3-none-any.whl", hash = "sha256:c8589e691cf73eb99eed8d10ce0e9cbb05a0886ba920c8bcb7c82873f4c5789c"},
{file = "email_validator-1.2.1.tar.gz", hash = "sha256:6757aea012d40516357c0ac2b1a4c31219ab2f899d26831334c5d069e8b6c3d8"},
]
execnet = [
{file = "execnet-1.9.0-py2.py3-none-any.whl", hash = "sha256:a295f7cc774947aac58dde7fdc85f4aa00c42adf5d8f5468fc630c1acf30a142"},

View file

@ -51,7 +51,7 @@ pytest-xdist = "^2.5.0"
unasync = "^0.5.0"
pytest-asyncio = "^0.18.3"
twine = "^4.0.0"
email-validator = "^1.2.0"
email-validator = "^1.2.1"
tox = "^3.25.0"
tox-pyenv = "^1.1.0"