From c823289f82145afad119e67fecd8d0941820a44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:55:27 +0000 Subject: [PATCH] build(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.20260724 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 23fdd293..c7473d57 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,5 +2,5 @@ coverage>=7.15.2 pylint>=4.0.6 flake8>=7.3.0 mypy>=2.3.0 -types-PyYAML>=6.0.1 +types-PyYAML>=6.0.12.20260724 types-requests>=2.33.0.20260712 diff --git a/pyproject.toml b/pyproject.toml index 65d8ec5c..e63e48d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "pylint>=4.0.6", "flake8>=7.3.0", "mypy>=2.3.0", - "types-PyYAML>=6.0.1", + "types-PyYAML>=6.0.12.20260724", "types-requests>=2.33.0.20260712", "build", ]