From 58de8d4441b449c6beeda340bcb58758f9f5a3b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:22:38 +0000 Subject: [PATCH] build(deps-dev): bump types-pyyaml 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 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 484c7a5607..e61813870f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "pre-commit==4.3.0", "pytest-mock==3.15.1", "ruff==0.15.13", - "types-PyYAML==6.0.12.20250915", + "types-PyYAML==6.0.12.20260518", "types-requests==2.32.4.20260107", "types-urllib3==1.26.25.14", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 46b0042c1b..d23bd1561a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,6 @@ mypy==1.19.1 pre-commit==4.3.0 pytest-mock==3.15.1 ruff==0.15.13 -types-PyYAML==6.0.12.20250915 +types-PyYAML==6.0.12.20260518 types-requests==2.32.4.20260107 types-urllib3==1.26.25.14