From afc84bbb9a5a3773277a1f477221bcd306ee6b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:40:36 +0000 Subject: [PATCH] Bump typer from 0.12.5 to 0.13.0 Bumps [typer](https://github.com/fastapi/typer) from 0.12.5 to 0.13.0. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.12.5...0.13.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index c8671e6..5e8733f 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.13.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.13.0-py3-none-any.whl", hash = "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2"}, + {file = "typer-0.13.0.tar.gz", hash = "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"}, ] [package.dependencies] @@ -1166,17 +1166,17 @@ typing-extensions = ">=3.7.4.3" [[package]] name = "typer-cli" -version = "0.12.5" +version = "0.13.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.13.0-py3-none-any.whl", hash = "sha256:76319e3c357a3e4ca2455b7ef2e40ee4b888cee820496b8ccd7c834c11d9e3c6"}, + {file = "typer_cli-0.13.0.tar.gz", hash = "sha256:9935e5ffdbbd7c435f5d61dcb0e303fe8c81ef0c69968999a26d333456af3ba6"}, ] [package.dependencies] -typer = "0.12.5" +typer = "0.13.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 = "4104096d209b9b8282a7bb1fb9aaca64a14f85a9b77fe8196242a7cb4d704a3a" diff --git a/pyproject.toml b/pyproject.toml index 9e27bf0..9cadbd8 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.13.0"} ruamel-yaml = "^0.18.6" yamllint = "^1.28.0" boto3 = "^1.35.54"