From 2a9ce9d26fe1188d3ffd6357007aa8da41baefe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:26:28 +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 0b7bbac363..d29e4bb448 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.*