Bump email-validator from 1.1.3 to 1.2.0
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.1.3 to 1.2.0. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Commits](https://github.com/JoshData/python-email-validator/compare/v1.1.3...v1.2.0) --- updated-dependencies: - dependency-name: email-validator dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
32b0774053
commit
ae73be64d6
2 changed files with 6 additions and 6 deletions
10
poetry.lock
generated
10
poetry.lock
generated
|
@ -326,8 +326,8 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|||
|
||||
[[package]]
|
||||
name = "email-validator"
|
||||
version = "1.1.3"
|
||||
description = "A robust email syntax and deliverability validation library for Python 2.x/3.x."
|
||||
version = "1.2.0"
|
||||
description = "A robust email syntax and deliverability validation library."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
||||
|
@ -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 = "a1cf6f75d836519182bcf2ad53213b49081aef7de1c789980663012d98f5f894"
|
||||
content-hash = "1dd757de2bec3c066efdcfef1a11b37f10395667ea851488d0acdbaea03edf9d"
|
||||
|
||||
[metadata.files]
|
||||
aioredis = [
|
||||
|
@ -1479,8 +1479,8 @@ docutils = [
|
|||
{file = "docutils-0.18.tar.gz", hash = "sha256:c1d5dab2b11d16397406a282e53953fe495a46d69ae329f55aa98a5c4e3c5fbb"},
|
||||
]
|
||||
email-validator = [
|
||||
{file = "email_validator-1.1.3-py2.py3-none-any.whl", hash = "sha256:5675c8ceb7106a37e40e2698a57c056756bf3f272cfa8682a4f87ebd95d8440b"},
|
||||
{file = "email_validator-1.1.3.tar.gz", hash = "sha256:aa237a65f6f4da067119b7df3f13e89c25c051327b2b5b66dc075f33d62480d7"},
|
||||
{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"},
|
||||
]
|
||||
execnet = [
|
||||
{file = "execnet-1.9.0-py2.py3-none-any.whl", hash = "sha256:a295f7cc774947aac58dde7fdc85f4aa00c42adf5d8f5468fc630c1acf30a142"},
|
||||
|
|
|
@ -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.1.3"
|
||||
email-validator = "^1.2.0"
|
||||
tox = "^3.25.0"
|
||||
tox-pyenv = "^1.1.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue