Skip to content

Commit

Permalink
⬆️ Bump typer from 0.13.0 to 0.13.1
Browse files Browse the repository at this point in the history
Bumps [typer](https://github.com/fastapi/typer) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.13.0...0.13.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent c1d642a commit 97dd1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ importlib-metadata==4.12.0; python_version < "3.8"
pygments==2.13.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6"
rich==10.16.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
shellingham==1.5.4; python_version >= "3.6"
typer==0.13.0; python_version >= "3.6"
typer==0.13.1; python_version >= "3.6"
typing-extensions==4.3.0; python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
zipp==3.8.1; python_version >= "3.7" and python_version < "3.8"

0 comments on commit 97dd1c0

Please sign in to comment.