From 50d3bf230a72c226a47e8ecceffcc92b89acc55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:42:41 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...5.4) Signed-off-by: dependabot[bot] --- docket/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docket/requirements.txt b/docket/requirements.txt index ae48772..f9bc3bb 100644 --- a/docket/requirements.txt +++ b/docket/requirements.txt @@ -24,7 +24,7 @@ pyOpenSSL==17.0.0 pyparsing==2.2.0 python-dateutil==2.6.0 pytz==2017.2 -PyYAML==3.12 +PyYAML==5.4 redis==2.10.5 requests==2.17.3 simplejson==3.10.0 diff --git a/requirements.txt b/requirements.txt index 93497c7..5d96896 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Jinja2==2.10 kombu==4.1.0 MarkupSafe==1.0 pytz==2017.3 -PyYAML==3.12 +PyYAML==5.4 redis==2.10.6 vine==1.1.4 Werkzeug==0.14.1