From e0340619254f1bf08c40aeb68110b5537b22f363 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 03:24:40 +0000 Subject: [PATCH] Update dependency types-PyYAML to v6.0.12.20240724 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4011395841a..1fe73c0d488 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1339,13 +1339,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20240311" +version = "6.0.12.20240724" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" 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]] @@ -1473,4 +1473,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "806a1d0cc7757faa4cafd85fc1e6b687256a14d7cefcca608089cda6b6fb2145" +content-hash = "374dde2e7939b9dc481fc9ddf03852b51685f595c5771e4371b3c5f965b2b7b1" diff --git a/pyproject.toml b/pyproject.toml index 9e0d8ea8a40..772ad45ed69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ alt-profanity-check = "1.5.0" [tool.poetry.dev-dependencies] pytest = "8.3.1" mypy = "1.11.0" -types-PyYAML = "6.0.12.20240311" +types-PyYAML = "6.0.12.20240724" autopep8 = "2.3.1" pylint = "3.2.6" flake8 = "7.1.0"