From 4eb29d33d49080e3ad5a9fd6b6dec22d95c40210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 15:28:52 +0000 Subject: [PATCH] [Security] Bump pyyaml from 3.12 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. **This update includes security fixes.** - [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.12...5.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 083f891..94761f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ selenium==3.7.0 splinter==0.7.7 -pyyaml==3.12 +pyyaml==5.1 lettuce==0.2.23