From f500a4e63d65f5949ba47fcf5ce32e3ba67668fb Mon Sep 17 00:00:00 2001 From: rafalp Date: Thu, 1 Nov 2018 18:42:04 +0100 Subject: [PATCH 1/2] Bump requests to 2.20.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cfbe983a39e0d673541c2ba93ffcc9cc59e03b89 Mon Sep 17 00:00:00 2001 From: rafalp Date: Thu, 1 Nov 2018 18:43:40 +0100 Subject: [PATCH 2/2] Bump version to 0.19.4 --- misago/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'