diff --git a/example-django/requirements.txt b/example-django/requirements.txt index 42c9717..86e8bc2 100644 --- a/example-django/requirements.txt +++ b/example-django/requirements.txt @@ -1,5 +1,5 @@ django==2.2 django-jinja==2.4.1 -social-auth-core[all]==3.1.0 +social-auth-core[all]==3.3.3 social-auth-app-django==3.1.0 social-auth-steemconnect==0.0.3 diff --git a/example-flask/requirements.txt b/example-flask/requirements.txt index 85ce4cb..ade7953 100644 --- a/example-flask/requirements.txt +++ b/example-flask/requirements.txt @@ -3,7 +3,7 @@ Flask-Login==0.4.1 Flask-Script==2.0.6 Werkzeug==0.15.2 Jinja2==2.10.1 -social-auth-core[all]==3.1.0 +social-auth-core[all]==3.3.3 social-auth-app-flask==1.0.0 social-auth-app-flask-sqlalchemy==1.0.1 social-auth-steemconnect==0.0.3 diff --git a/example-tornado/requirements.txt b/example-tornado/requirements.txt index f7e92c0..906a9b9 100644 --- a/example-tornado/requirements.txt +++ b/example-tornado/requirements.txt @@ -1,4 +1,4 @@ -social-auth-core[all]==3.1.0 +social-auth-core[all]==3.3.3 social-auth-steemconnect==0.0.3 tornado-jinja2==0.2.4 social-auth-app-tornado==1.0.0