Skip to content
Snippets Groups Projects
Verified Commit 9df5a02c authored by David Runge's avatar David Runge :chipmunk:
Browse files

feat: Upgrade email-validator to >=2.0

parent d02f4b36
No related branches found
No related tags found
1 merge request!155Update dependencies
......@@ -115,11 +115,11 @@ summary = "Docutils -- Python Documentation Utilities"
[[package]]
name = "email-validator"
version = "1.3.0"
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
version = "2.0.0.post2"
requires_python = ">=3.7"
summary = "A robust email address syntax and deliverability validation library."
dependencies = [
"dnspython>=1.15.0",
"dnspython>=2.0.0",
"idna>=2.0.0",
]
......@@ -714,9 +714,9 @@ content_hash = "sha256:84d69ca70ed4247b2b6183d8420cce7d13615a650f575979fa14406af
{url = "https://files.pythonhosted.org/packages/4c/17/559b4d020f4b46e0287a2eddf2d8ebf76318fd3bd495f1625414b052fdc9/docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"},
{url = "https://files.pythonhosted.org/packages/4c/5e/6003a0d1f37725ec2ebd4046b657abb9372202655f96e76795dca8c0063c/docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"},
]
"email-validator 1.3.0" = [
{url = "https://files.pythonhosted.org/packages/74/44/8c131647fe3c9afdca92abc4a7fe981df55710f142df3aae0ab658258316/email_validator-1.3.0.tar.gz", hash = "sha256:553a66f8be2ec2dea641ae1d3f29017ab89e9d603d4a25cdaac39eefa283d769"},
{url = "https://files.pythonhosted.org/packages/e7/d3/88997ca4903c70fb6eec2e29501a35f84aaf34790f207febdf188e374377/email_validator-1.3.0-py2.py3-none-any.whl", hash = "sha256:816073f2a7cffef786b29928f58ec16cdac42710a53bb18aa94317e3e145ec5c"},
"email-validator 2.0.0.post2" = [
{url = "https://files.pythonhosted.org/packages/01/c4/b3972387f0ed2374035b61b46c17367c2363b958c966cfb1607282db5b56/email_validator-2.0.0.post2.tar.gz", hash = "sha256:1ff6e86044200c56ae23595695c54e9614f4a9551e0e393614f764860b3d7900"},
{url = "https://files.pythonhosted.org/packages/b3/f1/1645adf5a12df4889bebc77701f2b44ba37409e7db92be9eef7dded2d04c/email_validator-2.0.0.post2-py3-none-any.whl", hash = "sha256:2466ba57cda361fb7309fd3d5a225723c788ca4bbad32a0ebd5373b99730285c"},
]
"exceptiongroup 1.0.4" = [
{url = "https://files.pythonhosted.org/packages/ce/2e/9a327cc0d2d674ee2d570ee30119755af772094edba86d721dda94404d1a/exceptiongroup-1.0.4-py3-none-any.whl", hash = "sha256:542adf9dea4055530d6e1279602fa5cb11dab2395fa650b8674eaec35fc4a828"},
......
......@@ -9,7 +9,7 @@ license = {text = "GPL-3.0-or-later"}
requires-python = ">=3.10,<4.0"
dependencies = [
"aiofiles>=23.1.0",
"email-validator>=1.3.0",
"email-validator>=2.0.0",
"jinja2>=3.1.2",
"orjson>=3.8.0",
"pydantic>=2.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment