From 474db60ec294ba2da7ee0a788b25f717b2e8bec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 10:19:52 +0100 Subject: [PATCH] build(deps): bump types-pyyaml in /misc/codegen (#169) Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.12 to 6.0.12.20240311. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- misc/codegen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/codegen/requirements.txt b/misc/codegen/requirements.txt index d2168208..afce75b7 100644 --- a/misc/codegen/requirements.txt +++ b/misc/codegen/requirements.txt @@ -34,7 +34,7 @@ types-beautifulsoup4==4.12.0.20240229 # via codegen (pyproject.toml) types-html5lib==1.1.11.20240228 # via types-beautifulsoup4 -types-pyyaml==6.0.12.12 +types-pyyaml==6.0.12.20240311 # via codegen (pyproject.toml) typing-extensions==4.10.0 # via mypy