mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
150ee62d4a
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.1.3 to 1.2.1. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Commits](https://github.com/JoshData/python-email-validator/compare/v1.1.3...v1.2.1) --- updated-dependencies: - dependency-name: email-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
# requirements for compilation and from setup.py so dependabot prompts us to test with latest version of these packages
|
|
|
|
Cython==0.29.28;sys_platform!='win32'
|
|
devtools==0.8.0
|
|
email-validator==1.2.1
|
|
dataclasses==0.6; python_version < '3.7'
|
|
typing-extensions==4.2.0
|
|
python-dotenv==0.20.0
|