mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
Merge pull request #161 from sinaatalay/dependabot/pip/typer-0.12.5
build(deps): bump typer from 0.12.4 to 0.12.5
This commit is contained in:
@@ -76,7 +76,7 @@ dependencies = [
|
||||
'pydantic==2.8.2', # 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.4', # to create the command-line interface
|
||||
'typer==0.12.5', # to create the command-line interface
|
||||
"markdown==3.7", # to convert Markdown to HTML
|
||||
"PyMuPDF==1.24.9", # to convert PDF files to images
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user