diff --git a/poetry.lock b/poetry.lock index 802167b..339b0f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "black" @@ -811,14 +811,14 @@ files = [ [[package]] name = "typer" -version = "0.19.1" +version = "0.19.2" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "typer-0.19.1-py3-none-any.whl", hash = "sha256:914b2b39a1da4bafca5f30637ca26fa622a5bf9f515e5fdc772439f306d5682a"}, - {file = "typer-0.19.1.tar.gz", hash = "sha256:cb881433a4b15dacc875bb0583d1a61e78497806741f9aba792abcab390c03e6"}, + {file = "typer-0.19.2-py3-none-any.whl", hash = "sha256:755e7e19670ffad8283db353267cb81ef252f595aa6834a0d1ca9312d9326cb9"}, + {file = "typer-0.19.2.tar.gz", hash = "sha256:9ad824308ded0ad06cc716434705f691d4ee0bfd0fb081839d2e426860e7fdca"}, ] [package.dependencies] @@ -864,4 +864,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "3dae82f16d33f601309be0f14f3eaf674b020d4b9533be3a1aae742f2403ef38" +content-hash = "eb1e38cb3836abc098583691a1c48625b2bc80c7fab99b035ce489340203ab85" diff --git a/pyproject.toml b/pyproject.toml index a879ed6..da2b037 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.19.1" +typer = "^0.19.2" typing-extensions = "^4.15.0" gitpython = "^3.1.45"