summaryrefslogtreecommitdiff
path: root/pip/_vendor/requests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pip/_vendor/requests/__init__.py')
-rw-r--r--pip/_vendor/requests/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pip/_vendor/requests/__init__.py b/pip/_vendor/requests/__init__.py
index 2e9f3a0bb..bba190029 100644
--- a/pip/_vendor/requests/__init__.py
+++ b/pip/_vendor/requests/__init__.py
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
"""
__title__ = 'requests'
-__version__ = '2.2.1'
-__build__ = 0x020201
+__version__ = '2.3.0'
+__build__ = 0x020300
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2014 Kenneth Reitz'