fix(deps): update dependency email-validator to v1.2.1

This commit is contained in:
renovate 2022-09-06 23:24:49 +00:00
parent b38e765dfe
commit cdc7bd618c
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View file

@ -213,8 +213,8 @@ wmi = ["wmi (>=1.5.1,<2.0.0)"]
[[package]] [[package]]
name = "email-validator" name = "email-validator"
version = "1.1.3" version = "1.2.1"
description = "A robust email syntax and deliverability validation library for Python 2.x/3.x." description = "A robust email syntax and deliverability validation library."
category = "main" category = "main"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
@ -1030,7 +1030,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.9,<3.11" python-versions = ">=3.9,<3.11"
content-hash = "cf2d693b3a53f8c1d47b46c9787d710cb39ffdba5c3285e7d5cd0c02ec191154" content-hash = "5c5c0ec98e190669e257f4d717162794dc5841dca9168d7a941f5e72ea85f03f"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
@ -1240,8 +1240,8 @@ dnspython = [
{file = "dnspython-2.2.1.tar.gz", hash = "sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e"}, {file = "dnspython-2.2.1.tar.gz", hash = "sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e"},
] ]
email-validator = [ email-validator = [
{file = "email_validator-1.1.3-py2.py3-none-any.whl", hash = "sha256:5675c8ceb7106a37e40e2698a57c056756bf3f272cfa8682a4f87ebd95d8440b"}, {file = "email_validator-1.2.1-py2.py3-none-any.whl", hash = "sha256:c8589e691cf73eb99eed8d10ce0e9cbb05a0886ba920c8bcb7c82873f4c5789c"},
{file = "email_validator-1.1.3.tar.gz", hash = "sha256:aa237a65f6f4da067119b7df3f13e89c25c051327b2b5b66dc075f33d62480d7"}, {file = "email_validator-1.2.1.tar.gz", hash = "sha256:6757aea012d40516357c0ac2b1a4c31219ab2f899d26831334c5d069e8b6c3d8"},
] ]
execnet = [ execnet = [
{file = "execnet-1.9.0-py2.py3-none-any.whl", hash = "sha256:a295f7cc774947aac58dde7fdc85f4aa00c42adf5d8f5468fc630c1acf30a142"}, {file = "execnet-1.9.0-py2.py3-none-any.whl", hash = "sha256:a295f7cc774947aac58dde7fdc85f4aa00c42adf5d8f5468fc630c1acf30a142"},

View file

@ -61,7 +61,7 @@ aiofiles = "^0.8.0"
asgiref = "^3.4.1" asgiref = "^3.4.1"
bcrypt = "^3.2.0" bcrypt = "^3.2.0"
bleach = "^4.1.0" bleach = "^4.1.0"
email-validator = "1.1.3" email-validator = "1.2.1"
fakeredis = "^1.6.1" fakeredis = "^1.6.1"
feedgen = "^0.9.0" feedgen = "^0.9.0"
httpx = "^0.20.0" httpx = "^0.20.0"