From d3829488fbe7d44693762320435b1750e34c2042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:04:10 +0000 Subject: [PATCH] chore(deps-dev): update types-pyyaml requirement 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.20260518 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 cf84374..35adfb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ optional = true [tool.poetry.group.test.dependencies] mypy = "^1.10.0" types-requests = "^2.32.0.20240712" -types-pyyaml = "^6.0.12.20240311" +types-pyyaml = "^6.0.12.20260518" pylint = {version=">=3.2.2,<5.0.0", extras=["spelling"]} pre-commit = "^4.6.0" pyupgrade = "^3.21.2"