From 8b6edc33d0c106c1ce7386869c081ea0058d4688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:45:18 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 in /mongo/buildscripts/resmokelib Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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/3.11...5.4) Signed-off-by: dependabot[bot] --- mongo/buildscripts/resmokelib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongo/buildscripts/resmokelib/requirements.txt b/mongo/buildscripts/resmokelib/requirements.txt index d0770bc1..d95740d2 100644 --- a/mongo/buildscripts/resmokelib/requirements.txt +++ b/mongo/buildscripts/resmokelib/requirements.txt @@ -1,5 +1,5 @@ pymongo >= 3.0 pypiwin32 == 219 ; sys_platform == "win32" -PyYAML == 3.11 +PyYAML == 5.4 requests >= 2.0.0 subprocess32 >= 3.2.7 ; os_name == "posix" and python_version < "3"