From 38c5ec6186301426b4f8077c4494d0963eb451df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:09:21 +0000 Subject: [PATCH] Bump rsa from 4.0 to 4.7 in /flask-app/app Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.7. - [Release notes](https://github.com/sybrenstuvel/python-rsa/releases) - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-4.0...version-4.7) Signed-off-by: dependabot[bot] --- flask-app/app/fetch_email/requirements.txt | 2 +- flask-app/app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-app/app/fetch_email/requirements.txt b/flask-app/app/fetch_email/requirements.txt index af35019..cebd623 100644 --- a/flask-app/app/fetch_email/requirements.txt +++ b/flask-app/app/fetch_email/requirements.txt @@ -26,7 +26,7 @@ pygal==2.4.0 python-dateutil==2.8.1 requests==2.23.0 requests-oauthlib==1.3.0 -rsa==4.0 +rsa==4.7 simplejson==3.17.0 six==1.14.0 uritemplate==3.0.1 diff --git a/flask-app/app/requirements.txt b/flask-app/app/requirements.txt index 8508a19..2d86e67 100644 --- a/flask-app/app/requirements.txt +++ b/flask-app/app/requirements.txt @@ -17,6 +17,6 @@ python-dotenv==0.10.3 python-jwt==2.0.1 requests==2.20.0 requests-toolbelt==0.7.0 -rsa==4.0 +rsa==4.7 six==1.12.0 Werkzeug==0.15.5