From 7a12c9629d714763452c97070dd315132318ff93 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 20 Jun 2019 13:04:43 +0000 Subject: [PATCH] Bump httpretty from 0.8.6 to 0.9.6 Bumps [httpretty](https://github.com/gabrielfalcao/HTTPretty) from 0.8.6 to 0.9.6. - [Release notes](https://github.com/gabrielfalcao/HTTPretty/releases) - [Changelog](https://github.com/gabrielfalcao/HTTPretty/blob/master/.release) - [Commits](https://github.com/gabrielfalcao/HTTPretty/commits/0.9.6) Signed-off-by: dependabot-preview[bot] --- requirements_tests.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements_tests.txt b/requirements_tests.txt index e99777049..dba76c0b0 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1 +1 @@ -httpretty==0.8.6 +httpretty==0.9.6 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 98546bbd4..fd30691de --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def run_tests(self): 'pandoc' ], tests_require=[ - 'httpretty==0.8.6' + 'httpretty==0.9.6' ], install_requires=[ 'python-dateutil>=2.6.0',