Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Bump rsa from 3.4.2 to 4.7 in /django #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down