From 1ff05b4e441a422230c79d117033d8f54443ea1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 18:45:48 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /infra/netlify Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 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.1.2...5.4) Signed-off-by: dependabot[bot] --- infra/netlify/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/netlify/requirements.txt b/infra/netlify/requirements.txt index 0b7bbac363c..d29e4bb4486 100644 --- a/infra/netlify/requirements.txt +++ b/infra/netlify/requirements.txt @@ -13,7 +13,7 @@ protobuf==3.* pytest pytest-mock pytest-timeout -PyYAML==5.1.2 +PyYAML==5.4 fastavro==0.21.* grpcio-testing==1.* pytest-ordering==0.6.*