From 3b8eb641874244ee547086937aa4b93cbd4ce7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:54:26 +0000 Subject: [PATCH] build(deps): bump pyyaml from 6.0 to 6.0.1 in /bot Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... 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 2484dc541..9664c94bf 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -2,7 +2,7 @@ google-cloud-storage==2.7.0 libmozdata==0.1.86 pytoml==0.1.21 -pyyaml==6.0 +pyyaml==6.0.1 tenacity==8.2.3 tqdm==4.66.1 zstandard==0.21.0