From 25dfc096c2d568ba77d7604a1dd0db039671b055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 11:43:29 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20250915 to 6.0.12.20260518 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20250915 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 6a125a1..3fb2887 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ development = [ "pytest==8.4.2", "pytest-cov==7.1.0", "vcrpy==7.0.0", - "types-PyYaml==6.0.12.20250915" + "types-PyYaml==6.0.12.20260518" ] [project.urls] Homepage = "https://github.com/dfetch-org/dfetch-hub"