From 68695cf5311b822cb5d226e5273347c594d6b993 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 23:54:36 +0000 Subject: [PATCH] chore(deps): update dependency typer to >0.6,<0.12 --- pdm.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pdm.lock b/pdm.lock index c06963f61..2730cefc4 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:2e33873ab1265bffa8e5ca52ec7270e6e16f2a00f7453b3d88378f78633c592e" +content_hash = "sha256:19602d31233b697b5cb437f99ef7d585c2f344fbce4208fd953ef48e4d0d10ad" [[package]] name = "annotated-types" @@ -1009,17 +1009,17 @@ files = [ [[package]] name = "typer" -version = "0.10.0" -requires_python = ">=3.6" +version = "0.11.0" +requires_python = ">=3.7" summary = "Typer, build great CLIs. Easy to code. Based on Python type hints." groups = ["default"] dependencies = [ - "click<9.0.0,>=7.1.1", + "click>=8.0.0", "typing-extensions>=3.7.4.3", ] files = [ - {file = "typer-0.10.0-py3-none-any.whl", hash = "sha256:b8a587aa06d3c5422c09c2e9935eb80b4c9de8605fd5ab702b2f92d72246ca48"}, - {file = "typer-0.10.0.tar.gz", hash = "sha256:597f974754520b091665f993f88abdd088bb81c56b3042225434ced0b50a788b"}, + {file = "typer-0.11.0-py3-none-any.whl", hash = "sha256:049cc47bef39f46b043eddd9165492209fdd9bc7d79afa7ba9cc5cd017caa817"}, + {file = "typer-0.11.0.tar.gz", hash = "sha256:a6ce173c0f03d3a41b49c0a945874cc489e91f88faabf76517b2b91c670fcde7"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 615df0794..b367f6745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = { text = "MIT" } requires-python = ">=3.8,<4.0" dependencies = [ "jinja2>=3.0.0,<4.0.0", - "typer>0.6,<0.11", + "typer>0.6,<0.12", "colorama>=0.4.3; sys_platform == \"win32\"", "shellingham>=1.3.2,<2.0.0", "pydantic>=2.1.1,<3.0.0",