From 3e8fe70da28de1c8c3ecfc8eeba43f8eb661957e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:45:15 +0000 Subject: [PATCH] chore(deps)(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.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 497a5bb..566f35c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "bandit>=1.7", "pre-commit>=3.6", "twine>=5.0", - "types-PyYAML>=6.0", + "types-PyYAML>=6.0.12.20260408", ] [project.urls]