mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
Merge pull request #173 from sinaatalay/dependabot/pip/pydantic-2.9.1
build(deps): bump pydantic from 2.9.0 to 2.9.1
This commit is contained in:
@@ -73,7 +73,7 @@ dependencies = [
|
||||
'Jinja2==3.1.4', # to generate LaTeX and Markdown files
|
||||
'phonenumbers==8.13.45', # to validate phone numbers
|
||||
'email-validator==2.2.0', # to validate email addresses
|
||||
'pydantic==2.9.0', # to validate and parse the input file
|
||||
'pydantic==2.9.1', # to validate and parse the input file
|
||||
'pydantic-extra-types==2.9.0', # to validate some extra types
|
||||
'ruamel.yaml==0.18.6', # to parse YAML files
|
||||
'typer==0.12.5', # to create the command-line interface
|
||||
|
||||
Reference in New Issue
Block a user