From 371dc48ad9a2a02f911db88e234b1a78b8c40a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 04:44:24 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.1. - [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.1) Signed-off-by: dependabot[bot] --- requirements-travis.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-travis.txt b/requirements-travis.txt index 4e80687..612649c 100644 --- a/requirements-travis.txt +++ b/requirements-travis.txt @@ -1,5 +1,5 @@ --index-url https://pypi.python.org/simple/ -PyYAML==3.11 +PyYAML==5.1 quik==0.2.2 mock==1.0.1 nose==1.3.4 diff --git a/requirements.txt b/requirements.txt index 9e37bf6..99a9ed9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ --index-url https://pypi.python.org/simple/ pyobjc-core==3.0.4 pyobjc-framework-Cocoa==3.0.4 -PyYAML==3.11 +PyYAML==5.1 quik==0.2.2