From ae8bb417f8b51533f9f9aee3c2036eac26440023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:15:43 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 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/5.1...5.4) Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index ef9ac1b..276e814 100644 --- a/requirements.in +++ b/requirements.in @@ -70,7 +70,7 @@ pynamodb==3.3.1 # YAML parser and emitter for Python # License: MIT # Upstream url: http://pyyaml.org/wiki/PyYAML -PyYAML==5.1 +PyYAML==5.4 # Library for use by services that receive messages from omnibot. # License: Apache2 diff --git a/requirements3.txt b/requirements3.txt index b2a0421..546b75b 100644 --- a/requirements3.txt +++ b/requirements3.txt @@ -30,7 +30,7 @@ pytest-cov==2.5.1 pytest-mock==1.6.3 python-dateutil==2.8.0 python-json-logger==0.1.11 -PyYAML==5.1 +PyYAML==5.4 six==1.12.0 statsd==3.2.1 urllib3==1.25.3