Skip to content

Commit

Permalink
chore(deps): bump typer from 0.15.1 to 0.15.2 (#582)
Browse files Browse the repository at this point in the history
Bumps [typer](https://github.com/fastapi/typer) from 0.15.1 to 0.15.2.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.15.1...0.15.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2025
1 parent eb2d3b3 commit 954f212
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 @@ -40,7 +40,7 @@ sniffio==1.3.1; python_version >= "3.6" and python_full_version >= "3.6.2"
sqlalchemy==1.4.26; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
starlette==0.46.0; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0"
typer==0.15.1; python_version >= "3.6"
typer==0.15.2; python_version >= "3.6"
typing-extensions==4.12.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
ujson==5.10.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
urllib3==2.3.0; python_full_version >= "3.6.1" and python_version < "4"
Expand Down

0 comments on commit 954f212

Please sign in to comment.