From 58f26a0fc958862828f3d9698169100f79383c4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:34:26 +0000 Subject: [PATCH] Update dependency types-pyyaml to v6.0.12.20241221 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c99b72cd..e2fbbdc1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2487,13 +2487,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20240917" +version = "6.0.12.20241221" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "types_PyYAML-6.0.12.20241221-py3-none-any.whl", hash = "sha256:0657a4ff8411a030a2116a196e8e008ea679696b5b1a8e1a6aa8ebb737b34688"}, + {file = "types_pyyaml-6.0.12.20241221.tar.gz", hash = "sha256:4f149aa893ff6a46889a30af4c794b23833014c469cc57cbc3ad77498a58996f"}, ] [[package]] @@ -2865,4 +2865,4 @@ webserver = ["SQLAlchemy", "SQLAlchemy-Utils", "cornice", "gunicorn", "prometheu [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "dddb1726a660362cc63c4bad6488137d314acd5b52c6cb633ba6d1dca375bd94" +content-hash = "d02775766cb5c06c36d12183f38f58e08e025d5e1bfdafae62999dbf6f9ebb4a" diff --git a/pyproject.toml b/pyproject.toml index fd4e3cc4..c559cc9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -182,7 +182,7 @@ junit2html = "30.1.6" pytest = "7.4.4" pytest-cov = "4.1.0" pytest-html = "4.0.2" -types-pyyaml = "6.0.12.20240917" +types-pyyaml = "6.0.12.20241221" types-requests = "2.31.0.20240406" types-redis = "4.6.0.20241004" types-ujson = "5.8.0.1"