From a022ac0f1dd132de91d42f86c8cf9c7ac7fb0730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:02:11 +0000 Subject: [PATCH] build(deps-dev): bump types-pyyaml Bumps [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) from 6.0.12.20240917 to 6.0.12.20250915. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20250915 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6555985..8ad965da 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(fname): dev_dependencies = [ "types-aiofiles==24.1.0.20240626", - "types-pyyaml==6.0.12.20240917", + "types-pyyaml==6.0.12.20250915", "types-setuptools==75.6.0.20241126", "types-PyMySQL==1.1.0.20241103", ]