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:
Sina Atalay
2024-08-26 03:11:01 -04:00
committed by GitHub

View File

@@ -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
]