From a7a3f51d60aaa7d04f28805ee462569aadc25f94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:15:14 +0800 Subject: [PATCH] chore(deps): update dependency types-pyyaml to >=6.0.12.20240917 (#474) 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 1c3dd41b9..a6384bf7a 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:36414559773800e8679ff0767207f11c9df1561780fb82cb20c45a0e5558d834" +content_hash = "sha256:9dc6dcfc461f40a88e70b9c2f715186b0a5d3c294ab533537435997d3b287f40" [[metadata.targets]] requires_python = ">=3.9,<3.13" @@ -3448,13 +3448,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20240808" +version = "6.0.12.20240917" requires_python = ">=3.8" summary = "Typing stubs for PyYAML" groups = ["linting"] files = [ - {file = "types-PyYAML-6.0.12.20240808.tar.gz", hash = "sha256:b8f76ddbd7f65440a8bda5526a9607e4c7a322dc2f8e1a8c405644f9a6f4b9af"}, - {file = "types_PyYAML-6.0.12.20240808-py3-none-any.whl", hash = "sha256:deda34c5c655265fc517b546c902aa6eed2ef8d3e921e4765fe606fe2afe8d35"}, + {file = "types-PyYAML-6.0.12.20240917.tar.gz", hash = "sha256:d1405a86f9576682234ef83bcb4e6fff7c9305c8b1fbad5e0bcd4f7dbdc9c587"}, + {file = "types_PyYAML-6.0.12.20240917-py3-none-any.whl", hash = "sha256:392b267f1c0fe6022952462bf5d6523f31e37f6cea49b14cee7ad634b6301570"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index cdf12155a..ef74e2549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ linting = [ "pyodide-py>=0.26.2; python_version >= \"3.12\"", "types-lxml>=2024.9.16", "types-parsimonious>=0.10.0.20240331", - "types-pyyaml>=6.0.12.20240808", + "types-pyyaml>=6.0.12.20240917", "types-ujson>=5.10.0.20240515", ] packaging = [