From 540a3da3ffde8b408c526c17e56c55b957f4bcd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 21:50:20 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /compilesketches Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. - [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.3.1...5.4) 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 6b8da46f..0c8e0165 100644 --- a/compilesketches/requirements.txt +++ b/compilesketches/requirements.txt @@ -1,4 +1,4 @@ GitPython==3.1.2 PyGithub==1.51 -PyYAML==5.3.1 +PyYAML==5.4 semver==2.13.0