From 2a347819bd862de7f2b87271764c240f2d975c53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:25:08 +0800 Subject: [PATCH] chore(deps): update dependency linting/types-pyyaml to >=6.0.12.20240724 (#401) 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 49d6a209b..9608d8538 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:1ae0277664fdb3204a6f4a8be2d25804ffbdbb79b0fcaea7e1621a1dffd4aaca" +content_hash = "sha256:49b3efefdce4cd57f27d561bea59af0f1dc69ef1fa943c3c303a7ad192061bab" [[metadata.targets]] requires_python = ">=3.9,<3.13" @@ -3431,13 +3431,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20240311" +version = "6.0.12.20240724" requires_python = ">=3.8" summary = "Typing stubs for PyYAML" groups = ["linting"] files = [ - {file = "types-PyYAML-6.0.12.20240311.tar.gz", hash = "sha256:a9e0f0f88dc835739b0c1ca51ee90d04ca2a897a71af79de9aec5f38cb0a5342"}, - {file = "types_PyYAML-6.0.12.20240311-py3-none-any.whl", hash = "sha256:b845b06a1c7e54b8e5b4c683043de0d9caf205e7434b3edc678ff2411979b8f6"}, + {file = "types-PyYAML-6.0.12.20240724.tar.gz", hash = "sha256:cf7b31ae67e0c5b2919c703d2affc415485099d3fe6666a6912f040fd05cb67f"}, + {file = "types_PyYAML-6.0.12.20240724-py3-none-any.whl", hash = "sha256:e5becec598f3aa3a2ddf671de4a75fa1c6856fbf73b2840286c9d50fae2d5d48"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index cb7f75adf..786cb3198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ linting = [ "pyodide-py>=0.26.1; python_version >= \"3.12\"", "types-lxml>=2024.4.14", "types-parsimonious>=0.10.0.20240331", - "types-pyyaml>=6.0.12.20240311", + "types-pyyaml>=6.0.12.20240724", "types-ujson>=5.10.0.20240515", ] packaging = [