From 0a989e688d64e9210c792a50c5e71c16b0af527b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:43:51 +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.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 68d29ed..1f2117e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ofxhome==0.3.2 ofxparse==0.14 six==1.9.0 requests==2.20.0 -PyYAML==5.1 +PyYAML==5.4 # unpackaged https://github.com/simplefin/siloscript/archive/v0.3.1.tar.gz diff --git a/test-requirements.txt b/test-requirements.txt index d446224..1af6fd3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ # Copyright (c) The SimpleFIN Team # See LICENSE for details. -PyYAML==5.1 +PyYAML==5.4