Merge pull request #1 from Medality-Health/upgrade-social-core

Upgrade social core
This commit is contained in:
Lawrence McDaniel 2022-12-18 21:45:56 -06:00 committed by GitHub
commit a88efb5335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = [ dependencies = [
"social-auth-core==4.2.0", "social-auth-core>=4.2.0",
"social-auth-app-django==5.0.0" "social-auth-app-django==5.0.0"
] ]
keywords = ["Open edX", "oauth", "Wordpress"] keywords = ["Open edX", "oauth", "Wordpress"]

View File

@ -1,3 +1,3 @@
# Stable Python Social Auth, found in Open edX Nutmeg # Stable Python Social Auth, found in Open edX Olive
social-auth-app-django==5.0.0 social-auth-app-django==5.0.0
social-auth-core==4.2.0 social-auth-core==4.3.0