From 17fd9314f650ac47509429b3e85b08a507183328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:48:51 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20260510 to 6.0.12.20260518 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20260510 to 6.0.12.20260518. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260518 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3102768a..77630a69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ development = [ 'pydocstyle==6.3.0', 'radon==6.0.1', 'xenon==0.9.3', - 'types-PyYAML==6.0.12.20260510', + 'types-PyYAML==6.0.12.20260518', 'codespell==2.4.2', 'mypy==2.1.0', #'flake8==5.0.4', # version 6.x.x requires python >= 3.8.1 (but 3.7 support window is until 2023-06-27)