From 3f3246c0833d6578396b93295aa66044b1ef6589 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 10:46:21 +0000 Subject: [PATCH 1/2] Bump plotly from 4.1.0 to 4.1.1 Bumps [plotly](https://github.com/plotly/plotly.py) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v4.1.0...v4.1.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e74f21a..1d6e1eed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.8.0 censys==0.0.8 flake8==3.7.8 grequests==0.4.0 -plotly==4.1.0 +plotly==4.1.1 pytest==5.1.2 PyYaml==5.1.2 requests==2.22.0 From 67cb4521e0738fd26a42d4a093bbafff38294c3c Mon Sep 17 00:00:00 2001 From: Jay Townsend Date: Tue, 3 Sep 2019 18:37:55 +0100 Subject: [PATCH 2/2] Fix build --- theHarvester/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theHarvester/__init__.py b/theHarvester/__init__.py index a5b4b25d..5275e527 100644 --- a/theHarvester/__init__.py +++ b/theHarvester/__init__.py @@ -1,2 +1,2 @@ from gevent import monkey as curious_george -curious_george.patch_all(thread=False, select=False) \ No newline at end of file +curious_george.patch_all(thread=False, select=False)