From d9d8c96798c7b97799339dad4be25e95265f2c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 11:35:30 +0000 Subject: [PATCH] build(deps): bump pyyaml from 5.4.1 to 6.0 in /bot Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0. - [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.4.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements.txt b/bot/requirements.txt index d7cbe9c75..2339befe2 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -2,7 +2,7 @@ google-cloud-storage==1.42.1 libmozdata==0.1.73 pytoml==0.1.21 -pyyaml==5.4.1 +pyyaml==6.0 tenacity==8.0.1 tqdm==4.62.3 zstandard==0.15.2