diff --git a/poetry.lock b/poetry.lock index 5eafc6f..6b8fcae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -734,14 +734,14 @@ files = [ [[package]] name = "typer" -version = "0.16.0" +version = "0.16.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.16.0-py3-none-any.whl", hash = "sha256:1f79bed11d4d02d4310e3c1b7ba594183bcedb0ac73b27a9e5f28f6fb5b98855"}, - {file = "typer-0.16.0.tar.gz", hash = "sha256:af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b"}, + {file = "typer-0.16.1-py3-none-any.whl", hash = "sha256:90ee01cb02d9b8395ae21ee3368421faf21fa138cb2a541ed369c08cec5237c9"}, + {file = "typer-0.16.1.tar.gz", hash = "sha256:d358c65a464a7a90f338e3bb7ff0c74ac081449e53884b12ba658cbd72990614"}, ] [package.dependencies] @@ -786,4 +786,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "490ff4154d386f31c4cec76e3bdafab6f44cb18ef13d48f091330ab90da7fa6f" +content-hash = "3d217f01c1482f0f5316403f84215c36203cb6b2569dbc0c585d5cff4fc9fab0" diff --git a/pyproject.toml b/pyproject.toml index 76d5c69..4b69f10 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.16.0" +typer = "^0.16.1" typing-extensions = "^4.14.1" gitpython = "^3.1.45"