Skip to content

Commit

Permalink
Merge pull request rendercv#156 from sinaatalay/dependabot/pip/typer-…
Browse files Browse the repository at this point in the history
…0.12.4

build(deps): bump typer from 0.12.3 to 0.12.4
  • Loading branch information
sinaatalay authored Aug 19, 2024
2 parents 7f21559 + 9f8fb1d commit 7b998b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3', # to create the command-line interface
'typer==0.12.4', # to create the command-line interface
"markdown==3.7", # to convert Markdown to HTML
"PyMuPDF==1.24.9", # to convert PDF files to images
]
Expand Down

0 comments on commit 7b998b6

Please sign in to comment.