diff --git a/misago/__init__.py b/misago/__init__.py index b6991384f4..2c49b72be8 100644 --- a/misago/__init__.py +++ b/misago/__init__.py @@ -1 +1 @@ -__version__ = '0.19.3' +__version__ = '0.19.4' diff --git a/requirements.txt b/requirements.txt index ffe1399915..e7840ac46d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pyjwt==1.6.4 # via social-auth-core python-dateutil==2.7.3 # via faker pytz==2018.5 requests-oauthlib==1.0.0 # via social-auth-core -requests==2.19.1 +requests==2.20.0 six==1.11.0 # via bleach, faker, html5lib, misago-social-auth-app-django, python-dateutil, social-auth-core social-auth-core==1.7.0 # via misago-social-auth-app-django sqlparse==0.2.4 # via django-debug-toolbar