From 77b5c04a90b6fbfd7d65cd2bd9ea6262b4bf58f4 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Mon, 21 Mar 2016 16:22:27 +0000 Subject: [PATCH] make urllib3 min requirement explicit --- setup.py | 2 +- wsgi_intercept/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3925630..6b3ab05 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ META = { 'pytest>=2.4', 'httplib2', 'requests>=2.0.1', - 'urllib3', + 'urllib3>=1.11.0', ], }, } diff --git a/wsgi_intercept/__init__.py b/wsgi_intercept/__init__.py index e7cfeea..6e20744 100644 --- a/wsgi_intercept/__init__.py +++ b/wsgi_intercept/__init__.py @@ -120,7 +120,7 @@ Additional documentation is available on `Read The Docs`_. """ from __future__ import print_function -__version__ = '1.2.1' +__version__ = '1.2.2' import sys