diff --git a/poetry.lock b/poetry.lock index c8671e6..1d8ed10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "boto3" @@ -1149,13 +1149,13 @@ test = ["devpi-process (>=1.0.2)", "pytest (>=8.3.3)", "pytest-mock (>=3.14)"] [[package]] name = "typer" -version = "0.12.5" +version = "0.14.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.12.5-py3-none-any.whl", hash = "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b"}, - {file = "typer-0.12.5.tar.gz", hash = "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722"}, + {file = "typer-0.14.0-py3-none-any.whl", hash = "sha256:f476233a25770ab3e7b2eebf7c68f3bc702031681a008b20167573a4b7018f09"}, + {file = "typer-0.14.0.tar.gz", hash = "sha256:af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a"}, ] [package.dependencies] @@ -1166,17 +1166,17 @@ typing-extensions = ">=3.7.4.3" [[package]] name = "typer-cli" -version = "0.12.5" +version = "0.14.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer_cli-0.12.5-py3-none-any.whl", hash = "sha256:20f8e1974a429519c727b9c4d51cb8e10089db5a539793ca436f9d7682af665a"}, - {file = "typer_cli-0.12.5.tar.gz", hash = "sha256:ecb6fbce0d43ce6f6318328a1ab708ac967196847bf98741627f757e7b88db63"}, + {file = "typer_cli-0.14.0-py3-none-any.whl", hash = "sha256:c38d4a205a54aec454b4253f726c7b35a0cba16ae8af1376a4f06177768645b1"}, + {file = "typer_cli-0.14.0.tar.gz", hash = "sha256:b10099c5e845222bf2a20c8f20c4f17e40842b73431707f78223a5ad0b78e440"}, ] [package.dependencies] -typer = "0.12.5" +typer = "0.14.0" [[package]] name = "typing-extensions" @@ -1275,4 +1275,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.14" -content-hash = "7602aded74dfbd04e6ec11408c489d731e979790c4aecbd2bff0fd7ce02a8516" +content-hash = "28812cfb86f60cd988531066608deeec254e0ed88eddccca005397ed44946995" diff --git a/pyproject.toml b/pyproject.toml index 9e27bf0..75fa98f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "hub_utils"}] [tool.poetry.dependencies] python = ">=3.10,<3.14" -typer = {extras = ["all"], version = "^0.12.5"} +typer = {extras = ["all"], version = "^0.14.0"} ruamel-yaml = "^0.18.6" yamllint = "^1.28.0" boto3 = "^1.35.54"