diff --git a/poetry.lock b/poetry.lock index 3c40f27..0eeec03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2198,14 +2198,14 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "typer" -version = "0.18.0" +version = "0.19.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "typer-0.18.0-py3-none-any.whl", hash = "sha256:e0f91cc4bc0761f739c74ffd92aab3c8df279c4cab271b0dba1f302afa0b5a84"}, - {file = "typer-0.18.0.tar.gz", hash = "sha256:342049be1a608c972b0f77dd2b2573e74366b83465cfd5ebd3fede187e1f885e"}, + {file = "typer-0.19.1-py3-none-any.whl", hash = "sha256:914b2b39a1da4bafca5f30637ca26fa622a5bf9f515e5fdc772439f306d5682a"}, + {file = "typer-0.19.1.tar.gz", hash = "sha256:cb881433a4b15dacc875bb0583d1a61e78497806741f9aba792abcab390c03e6"}, ] [package.dependencies] @@ -2309,4 +2309,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "288130984e6467e623f02b1d51c3d8f26ea7e4528038a23d9080dcdae7318ee7" +content-hash = "9851817038a41bef279436d6617c8f28b017de357a8b4575c91450f93d4d1133" diff --git a/pyproject.toml b/pyproject.toml index af1a2d5..74cd83b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ json5 = "^0.12.1" loguru = "^0.7.3" requests = "^2.32.5" rich = "^14.1.0" -typer = "^0.18.0" +typer = "^0.19.0" [tool.poetry.group.dev.dependencies] ipykernel = "^6.30.1"