From be7cca13ba054f9ded6a0ff65a0869cfdab4018e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:08:29 +0000 Subject: [PATCH] deps: update types-pyyaml requirement from >=6.0.0 to >=6.0.12.20250915 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.20250915 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f71b9a..ea7ef35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "pytest-cov>=4.1.0", "ruff>=0.4.0", "mypy>=1.5.0", - "types-PyYAML>=6.0.0", + "types-PyYAML>=6.0.12.20250915", "types-requests>=2.28.0", "build>=1.0.0", "twine>=5.0.0",