From cb26e3140a6384c74e09d8e765c1186a00dbb8c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 18:43:17 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20250326 to 6.0.12.20250402 Bumps [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) from 6.0.12.20250326 to 6.0.12.20250402. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-type: direct:production 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 f0e9bd98..2e82efea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ development = [ 'pydocstyle==6.3.0', 'radon==6.0.1', 'xenon==0.9.3', - 'types-PyYAML==6.0.12.20250326', + 'types-PyYAML==6.0.12.20250402', 'codespell==2.4.1', 'mypy==1.15.0', #'flake8==5.0.4', # version 6.x.x requires python >= 3.8.1 (but 3.7 support window is until 2023-06-27)