From 53a39ab4a56f330fb45a921a92405ab6ed8fe98f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:38:41 +0000 Subject: [PATCH] Bump ofxparse from 0.19 to 0.21 Bumps [ofxparse](https://github.com/jseutter/ofxparse) from 0.19 to 0.21. - [Release notes](https://github.com/jseutter/ofxparse/releases) - [Commits](https://github.com/jseutter/ofxparse/commits/0.21) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 402f4628b77ce..bb9f80e26f564 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ Mako==1.0.7 MarkupSafe==1.1.0 mock==2.0.0 num2words==0.5.6 -ofxparse==0.19 +ofxparse==0.21 passlib==1.7.1 Pillow==5.4.1 ; python_version < '3.7' or sys_platform != 'win32' Pillow==6.1.0 ; sys_platform == 'win32' and python_version >= '3.7'