mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
build(deps): bump typer from 0.12.5 to 0.13.0 (#204)
Bumps [typer](https://github.com/fastapi/typer) from 0.12.5 to 0.13.0. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.12.5...0.13.0) --- updated-dependencies: - dependency-name: typer 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>
This commit is contained in:
@@ -76,7 +76,7 @@ dependencies = [
|
||||
'pydantic==2.9.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.5', # to create the command-line interface
|
||||
'typer==0.13.0', # to create the command-line interface
|
||||
"markdown==3.7", # to convert Markdown to HTML
|
||||
"PyMuPDF==1.24.12", # to convert PDF files to images
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user