mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
build(deps): bump email-validator from 2.2.0 to 2.3.0 (#501)
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/JoshData/python-email-validator/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: email-validator dependency-version: 2.3.0 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> Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,7 @@ requires-python = '>=3.10'
|
||||
dependencies = [
|
||||
'Jinja2>=3.1.3', # to generate Typst and Markdown files
|
||||
'phonenumbers==9.0.16', # to validate phone numbers
|
||||
'email-validator==2.2.0', # to validate email addresses
|
||||
'email-validator==2.3.0', # to validate email addresses
|
||||
'pydantic==2.11.9', # to validate and parse the input file
|
||||
'pycountry==24.6.1', # for ISO 639-3 validation
|
||||
'pydantic-extra-types==2.10.6', # to validate some extra types
|
||||
|
||||
Reference in New Issue
Block a user