From df02c3208fd9d74dcb078ad3212c28cce64572a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 17:53:40 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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/3.12...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bafc07f..a956c2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ requests>=2.12.4 GitPython==2.1.1 coverage==4.3.4 pytest-cov==2.4.0 -PyYAML==3.12 +PyYAML==5.4 truffleHog>=1.0.4