From e1a168259b278f8bc80351f00ee4260080ac2d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 04:38:00 +0000 Subject: [PATCH] Bump pyyaml from 5.4 to 6.0 in /compilesketches Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4 to 6.0. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.4...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- compilesketches/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilesketches/requirements.txt b/compilesketches/requirements.txt index 7f37d244..52c3570d 100644 --- a/compilesketches/requirements.txt +++ b/compilesketches/requirements.txt @@ -1,4 +1,4 @@ GitPython==3.1.2 PyGithub==1.55 -PyYAML==5.4 +PyYAML==6.0 semver==2.13.0