Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent f4b6f3c commit bf3df23
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.8.2; python_version < "3.8" and python_version >= "3.6" or
pygments==2.10.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.5"
rich==10.16.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
shellingham==1.5.4; python_version >= "3.6"
typer==0.10.0; python_version >= "3.6"
typer==0.12.0; python_version >= "3.6"
typing-extensions==4.0.1; python_version >= "3.6" and python_version < "3.8" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
zipp==3.6.0; python_version >= "3.6" and python_version < "3.8"

0 comments on commit bf3df23

Please sign in to comment.