From 3e7fb347f3c2db81c11e4b371a97285f8e35b952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 20:36:36 +0000 Subject: [PATCH] Bump rsa from 3.4.2 to 4.7 in /django Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 3.4.2 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-3.4.2...version-4.7) Signed-off-by: dependabot[bot] --- django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements.txt b/django/requirements.txt index d6dd3eb..4b7ada5 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -30,7 +30,7 @@ python3-openid==3.1.0 # via social-auth-core pytz==2018.5 # via django, google-api-core requests==2.20.0 # via google-api-core, requests-oauthlib, social-auth-core requests-oauthlib==1.0.0 # via social-auth-core -rsa==3.4.2 # via google-auth +rsa==4.7 # via google-auth six==1.11.0 # via google-api-core, google-auth, google-resumable-media, protobuf, social-auth-app-django, social-auth-core social-auth-app-django==2.1.0 social-auth-core==1.7.0 # via social-auth-app-django