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:
dependabot[bot]
2024-11-17 18:19:10 -05:00
committed by GitHub
parent ba241072b3
commit fd60103d2e

View File

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