From 06038f20c4ef0baebe362b604b4bdb8472da14c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:49:39 +0000 Subject: [PATCH] Bump pyyaml from 4.2b1 to 5.4 in /.circle Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 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/commits/5.4) Signed-off-by: dependabot[bot] --- .circle/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circle/requirements.txt b/.circle/requirements.txt index 2c438f9d..255e2460 100644 --- a/.circle/requirements.txt +++ b/.circle/requirements.txt @@ -1,3 +1,3 @@ jsonschema==2.5.1 -pyyaml==4.2b1 +pyyaml==5.4 requests[security]==2.21.0