From 0679d4287dddc961eaf90610b515860701023f71 Mon Sep 17 00:00:00 2001 From: Patrick Humpal Date: Thu, 28 Feb 2019 16:37:38 -0800 Subject: [PATCH] upgrade requests --- airbrake/__about__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airbrake/__about__.py b/airbrake/__about__.py index 739fadf..79384d8 100644 --- a/airbrake/__about__.py +++ b/airbrake/__about__.py @@ -16,7 +16,7 @@ __summary__ = 'Python SDK for airbrake.io' __author__ = 'BK Box, Sam Stavinoha' __email__ = 'samuel.stavinoha@rackspace.com' -__version__ = '2.1.0' +__version__ = '2.1.1' __keywords__ = ['airbrake', 'exceptions', 'airbrake.io'] __license__ = 'Apache License, Version 2.0' __url__ = 'https://github.com/airbrake/airbrake-python' diff --git a/requirements.txt b/requirements.txt index 99da7b1..111f18b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests==2.8.1 +requests>=2.20.0