mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
43edbe321d
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Commits](https://github.com/JoshData/python-email-validator/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
# benchmark requirements are skipped here since they're rarely required
|
|
# -r benchmarks/requirements.txt
|
|
-r docs/requirements.txt
|
|
-r tests/requirements.txt
|
|
|
|
devtools==0.5.1
|
|
email-validator==1.1.1
|
|
dataclasses==0.6; python_version < '3.7'
|
|
typing-extensions==3.7.4.1; python_version < '3.8'
|
|
python-dotenv==0.13.0
|