diff --git a/poetry.lock b/poetry.lock index 868ca60..ec89a21 100644 --- a/poetry.lock +++ b/poetry.lock @@ -865,13 +865,13 @@ files = [ [[package]] name = "typer" -version = "0.15.0" +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.15.0-py3-none-any.whl", hash = "sha256:bd16241db7e0f989ce1a0d8faa5aa1e43b9b9ac3fd1d4b8bcff91503d6717e38"}, - {file = "typer-0.15.0.tar.gz", hash = "sha256:8995452a598922ed8d8ad8c06ca63a218881ab601f5fa6fb0c511f7776497c7e"}, + {file = "typer-0.15.1-py3-none-any.whl", hash = "sha256:7994fb7b8155b64d3402518560648446072864beefd44aa2dc36972a5972e847"}, + {file = "typer-0.15.1.tar.gz", hash = "sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a"}, ] [package.dependencies] @@ -936,4 +936,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7a394f882c42ccfecbec2fa40d0730ad91bbf12970b49c76450c4a8dae9ad0cf" +content-hash = "b69c460fb5463a64d4908930e408ae5369c2e9469db8e8feee987b17ae4d0c20" diff --git a/pyproject.toml b/pyproject.toml index 455c985..519595c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ include = ["sas7bdat_converter_cli/py.typed"] [tool.poetry.dependencies] python = "^3.8" -typer = "0.15.0" +typer = "0.15.1" sas7bdat-converter = {version = "2.0.1", extras = ["all"]} rich = "13.9.4"