From 8cc6a60216c56085f5a0f198a73f0151a0b658b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 18:02:32 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20250822 to 6.0.12.20250915 Bumps [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) from 6.0.12.20250822 to 6.0.12.20250915. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20250915 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index cf850fb..46a2258 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "attrs" @@ -1527,14 +1527,14 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20250822" +version = "6.0.12.20250915" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "types_pyyaml-6.0.12.20250822-py3-none-any.whl", hash = "sha256:1fe1a5e146aa315483592d292b72a172b65b946a6d98aa6ddd8e4aa838ab7098"}, - {file = "types_pyyaml-6.0.12.20250822.tar.gz", hash = "sha256:259f1d93079d335730a9db7cff2bcaf65d7e04b4a56b5927d49a612199b59413"}, + {file = "types_pyyaml-6.0.12.20250915-py3-none-any.whl", hash = "sha256:e7d4d9e064e89a3b3cae120b4990cd370874d2bf12fa5f46c97018dd5d3c9ab6"}, + {file = "types_pyyaml-6.0.12.20250915.tar.gz", hash = "sha256:0f8b54a528c303f0e6f7165687dd33fafa81c807fcac23f632b63aa624ced1d3"}, ] [[package]] @@ -1661,4 +1661,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "5296560c30669e4ed8612bde06386891708addab4f189f8f826bb7696dd751ea" +content-hash = "42610d2ba85c4cbd9151a41aa1a48c067f2d4da5c175826d77f7b0cce7987941" diff --git a/pyproject.toml b/pyproject.toml index cfeec82..b987b94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ coverage = "^7.10.7" requests = "^2.32.5" types-requests = "^2.32.4.20250809" pyyaml = "^6.0.1" -types-pyyaml = "^6.0.12.20250822" +types-pyyaml = "^6.0.12.20250915" flask = "^3.1.2" pytest-mypy-plugins = "^3.0.0" ruff = "^0.12.11"