From 1912f3e6855d3f953dd341d1448f82b9481b1bab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 13:45:52 +0800 Subject: [PATCH] chore(deps): update dependency typer-slim to <1.0.0,>=0.12.4 (#432) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index fb7ddc237..0bd88ed23 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "code_gen", "desktop", "docs", "i18n", "linting", "lxml", "packaging", "ruamel_yaml", "test", "ujson", "upath", "webui"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:aeb300cb9dea9d9a4ad608cf41612f6d12532dab18eca363eb344b0aabaaa1b3" +content_hash = "sha256:d8c1e326b8dc2bc4bbf0b241915c8c1f5a93af0ee2f7bcd52be733fbab65770d" [[metadata.targets]] requires_python = ">=3.9,<3.13" @@ -3344,7 +3344,7 @@ files = [ [[package]] name = "typer-slim" -version = "0.12.3" +version = "0.12.4" requires_python = ">=3.7" summary = "Typer, build great CLIs. Easy to code. Based on Python type hints." groups = ["default"] @@ -3353,8 +3353,8 @@ dependencies = [ "typing-extensions>=3.7.4.3", ] files = [ - {file = "typer_slim-0.12.3-py3-none-any.whl", hash = "sha256:142c73d91ac1df79a49cec5a1c2210c00b1b4040a91014b539792af5ba81c65c"}, - {file = "typer_slim-0.12.3.tar.gz", hash = "sha256:633965eb413074aa6c47549d1820832f229709e9a59857a4f57ee82b655602af"}, + {file = "typer_slim-0.12.4-py3-none-any.whl", hash = "sha256:790a9cd6589494ce063a178473ccdad878fa36bc03f428710f5864670e988144"}, + {file = "typer_slim-0.12.4.tar.gz", hash = "sha256:4629238b526feb8ea71ad663d058ae8370b1520bb40f48b2f8e0c67a551b399f"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 3c465cae1..8d05a25ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "pyzstd<1.0.0,>=0.16.1; platform_python_implementation == \"PyPy\"", "retrie<1.0.0,>=0.3.1", "rich<14.0.0,>=13.7.1", - "typer-slim<1.0.0,>=0.12.3", + "typer-slim<1.0.0,>=0.12.4", "wanakana-python<2.0.0,>=1.2.2", "xsdata-pydantic<24.6,>=24.5", "zhon<3.0.0,>=2.0.2",