From dc7071d061da735dc5c604586da6f3f53b428d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 15:15:44 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.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 2b7cb3e..dfd4a70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pyaml==16.12.2 pyephem==3.7.6.0 python-dateutil==2.6.0 # via dateutils pytz==2017.2 # via dateutils -pyyaml==3.12 # via pyaml +pyyaml==5.1 # via pyaml six==1.10.0 # via python-dateutil tqdm==4.14.0 ujson==1.35