diff --git a/poetry.lock b/poetry.lock index 98e1a4f..38df542 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1066,13 +1066,13 @@ files = [ [[package]] name = "typer" -version = "0.12.3" +version = "0.15.2" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"}, - {file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"}, + {file = "typer-0.15.2-py3-none-any.whl", hash = "sha256:46a499c6107d645a9c13f7ee46c5d5096cae6f5fc57dd11eccbbb9ae3e44ddfc"}, + {file = "typer-0.15.2.tar.gz", hash = "sha256:ab2fab47533a813c49fe1f16b1a370fd5819099c00b119e0633df65f22144ba5"}, ] [package.dependencies] @@ -1095,4 +1095,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "fc9627faa9f8f59f49a6a7e94e5f94576d2df77e39108d7ac39066814fafc933" +content-hash = "a156b7188f39f152a1fb19ba089b7a705005b200e29b1915c15e93ff475fcb6a" diff --git a/pyproject.toml b/pyproject.toml index c6de822..b65f17d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ fastapi-codegen = "fastapi_code_generator.__main__:app" [tool.poetry.dependencies] python = "^3.8.0" -typer = {extras = ["all"], version = ">=0.2.1,<0.13.0"} +typer = {extras = ["all"], version = ">=0.2.1,<0.16.0"} datamodel-code-generator = {extras = ["http"], version = "0.25.6"} stringcase = "^1.2.0" PySnooper = ">=0.4.1,<1.2.0"