From bf4ceca4403ac51ce3c5448f898e9af1cb8d95b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:40:15 +0000 Subject: [PATCH] Update types-pyyaml requirement from >=6.0 to >=6.0.12.20260408 Updates the requirements on [types-pyyaml](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260408 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b6fd65..7c74540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "black>=23.0", "mypy>=1.0", "ruff>=0.1.0", - "types-PyYAML>=6.0", + "types-PyYAML>=6.0.12.20260408", ] [project.urls]