From c0980070fd0c9d04522bfd25354f1dce69d7a706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:52:07 +0000 Subject: [PATCH] chore(deps): bump typer from 0.12.5 to 0.13.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 227881a..88bb241 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.17.1; 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.12.5; python_version >= "3.6" +typer==0.13.0; python_version >= "3.6" typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0" ujson==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0" urllib3==1.26.7; python_full_version >= "3.6.1" and python_version < "4"