diff --git a/poetry.lock b/poetry.lock index aad0971..b3cc0f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,14 +735,14 @@ files = [ [[package]] name = "typer" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:643919a79182ab7ac7581056d93c6a2b865b026adf2872c4d02c72758e6f095b"}, - {file = "typer-0.17.3.tar.gz", hash = "sha256:0c600503d472bcf98d29914d4dcd67f80c24cc245395e2e00ba3603c9332e8ba"}, + {file = "typer-0.17.4-py3-none-any.whl", hash = "sha256:015534a6edaa450e7007eba705d5c18c3349dcea50a6ad79a5ed530967575824"}, + {file = "typer-0.17.4.tar.gz", hash = "sha256:b77dc07d849312fd2bb5e7f20a7af8985c7ec360c45b051ed5412f64d8dc1580"}, ] [package.dependencies] @@ -787,4 +787,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "71d034e895c0c3eea82e14624390c16ff664cc8c252f27fdc62d07ec921549b9" +content-hash = "ae8717da6e3ea020144e34d689b2636168a0c2358e90b64f38bd5b13c8f43b76" diff --git a/pyproject.toml b/pyproject.toml index 974297b..bd322bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ jira-commit-msg = "jira_commit_msg:main" [tool.poetry.dependencies] python = "^3.9" -typer = "^0.17.3" +typer = "^0.17.4" typing-extensions = "^4.15.0" gitpython = "^3.1.45"