Skip to content

Commit d7b4dc2

Browse files
chore(deps): bump typer from 0.19.2 to 0.20.0 (#709)
Bumps [typer](https://github.com/fastapi/typer) from 0.19.2 to 0.20.0. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.19.2...0.20.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.20.0 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>
1 parent 9d553a7 commit d7b4dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sniffio==1.3.1; python_version >= "3.6" and python_full_version >= "3.6.2"
4040
sqlalchemy==1.4.26; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
4141
starlette==0.48.0; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
4242
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"
43-
typer==0.19.2; python_version >= "3.6"
43+
typer==0.20.0; python_version >= "3.6"
4444
typing-extensions==4.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
4545
ujson==5.11.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
4646
urllib3==2.5.0; python_full_version >= "3.6.1" and python_version < "4"

0 commit comments

Comments
 (0)