From eda80264150e624614e2c68e959ba75eaf7e54c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:04:06 +0000 Subject: [PATCH] chore(deps): bump types-pyyaml from 6.0.12.20260518 to 6.0.12.20260724 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20260518 to 6.0.12.20260724. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260724 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8857325..96ef762 100644 --- a/poetry.lock +++ b/poetry.lock @@ -752,14 +752,14 @@ testing = ["devpi-process (>=1.1.1)", "pytest (>=9.0.2)", "pytest-mock (>=3.15.1 [[package]] name = "types-pyyaml" -version = "6.0.12.20260518" +version = "6.0.12.20260724" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_pyyaml-6.0.12.20260518-py3-none-any.whl", hash = "sha256:d2150f75a231c9fe9c7463bd29487d93e60bac90400287351384bc2284eba7cd"}, - {file = "types_pyyaml-6.0.12.20260518.tar.gz", hash = "sha256:d917f83fb38462550338c1297faedd860b3ec83912b96b1e3d73255f7473e466"}, + {file = "types_pyyaml-6.0.12.20260724-py3-none-any.whl", hash = "sha256:d57db930a4b2efbc57cf430ec8882765d246929432fa253092f383902329a453"}, + {file = "types_pyyaml-6.0.12.20260724.tar.gz", hash = "sha256:3c1ce1bb73cd5ec02e90390c2b1f00e810d241d8825fd73ff359696839271b6b"}, ] [[package]] @@ -795,4 +795,4 @@ python-discovery = ">=1.4.2" [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.15" -content-hash = "c54f341736fd60db96e3a74d11d0b186481f3288aaf140c62b01df69d00c108d" +content-hash = "6a8bff1b6a29e4aae00570f9d8ce1f1f4a92bdb1004544e78532c0df79162960" diff --git a/pyproject.toml b/pyproject.toml index 5cb7c3f..956db04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ ruff = ">=0.15.22" mypy = ">=2.3.0" pre-commit = ">=4.6.0" tox = ">=4.57.0" -types-PyYAML = ">=6.0.12.20260510" +types-PyYAML = ">=6.0.12.20260724" # ---------------------------------------------------------------------------