diff --git a/poetry.lock b/poetry.lock index 182630e..2f3e1cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1857,13 +1857,13 @@ files = [ [[package]] name = "typer" -version = "0.13.1" +version = "0.15.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.13.1-py3-none-any.whl", hash = "sha256:5b59580fd925e89463a29d363e0a43245ec02765bde9fb77d39e5d0f29dd7157"}, - {file = "typer-0.13.1.tar.gz", hash = "sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"}, + {file = "typer-0.15.1-py3-none-any.whl", hash = "sha256:7994fb7b8155b64d3402518560648446072864beefd44aa2dc36972a5972e847"}, + {file = "typer-0.15.1.tar.gz", hash = "sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a"}, ] [package.dependencies] @@ -1954,4 +1954,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==6.2.5)", "pytest-cov (==3.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "d2ce01fc3c1a52586aa0ad02c8948fa9f72f64ee034c8a2037dd8356cc67592d" +content-hash = "73ba100a498bce7f9466e77e3f2f6c35037105b1b5def217012a0704b096d25b" diff --git a/pyproject.toml b/pyproject.toml index 1d7430b..f7cf3c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ aiofiles = ">=0.8,<24.2" asyncpg = ">=0.27,<0.31" pydantic = ">=2.0,<3.0" tabulate = "^0.9.0" -typer = ">=0.9,<0.14" +typer = ">=0.9,<0.16" [tool.poetry.dev-dependencies] black = "~24.10.0"