diff --git a/poetry.lock b/poetry.lock index 55076e0..852d61a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1862,13 +1862,13 @@ files = [ [[package]] name = "typer" -version = "0.14.0" +version = "0.15.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.14.0-py3-none-any.whl", hash = "sha256:f476233a25770ab3e7b2eebf7c68f3bc702031681a008b20167573a4b7018f09"}, - {file = "typer-0.14.0.tar.gz", hash = "sha256:af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a"}, + {file = "typer-0.15.0-py3-none-any.whl", hash = "sha256:bd16241db7e0f989ce1a0d8faa5aa1e43b9b9ac3fd1d4b8bcff91503d6717e38"}, + {file = "typer-0.15.0.tar.gz", hash = "sha256:8995452a598922ed8d8ad8c06ca63a218881ab601f5fa6fb0c511f7776497c7e"}, ] [package.dependencies] @@ -2154,4 +2154,4 @@ cli = ["authlib", "fastapi", "typer", "uvicorn"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "54c798e7e4f9699239220e20e58621e99dff36ead3307e7474d070d104ecd944" +content-hash = "6736befc90f371e21e435f3d06342c85fb924e3af84ef8301035deacfa137252" diff --git a/pyproject.toml b/pyproject.toml index f842080..753cf2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ fastapi = "^0.115.0" httpx = "^0.28.0" mashumaro = "^3.13.1" python = "^3.11" -typer = "^0.14.0" +typer = "^0.15.0" uvicorn = "^0.32.0" [tool.poetry.extras]