From 95e81bff7da46c21c0dae624a8afcac9641db563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 10:46:15 +0000 Subject: [PATCH] Bump shodan from 1.24.0 to 1.25.0 Bumps [shodan](https://github.com/achillean/shodan-python) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/achillean/shodan-python/releases) - [Changelog](https://github.com/achillean/shodan-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/achillean/shodan-python/compare/1.24.0...1.25.0) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 500d0047..a8fd47f7 100644 --- a/Pipfile +++ b/Pipfile @@ -18,7 +18,7 @@ pyppeteer = "==0.2.5" PyYAML = "==5.3.1" requests = "==2.25.1" retrying = "==1.3.3" -shodan = "==1.24.0" +shodan = "==1.25.0" texttable = "==1.6.3" lxml = "==4.6.2" uvloop = "==0.14.0" diff --git a/Pipfile.lock b/Pipfile.lock index 469ab0a3..0930e462 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "b464ea8a67eb276377bbe8c87217264da24d0d1a7cb6a02d38572f673bec0961" + "sha256": "b24ebf99556c5ebcda57bf8dce4321342820ddcd3eb92ee0a7faf4fce3c41dc5" }, "pipfile-spec": 6, "requires": {}, @@ -410,10 +410,10 @@ }, "shodan": { "hashes": [ - "sha256:0b5ec40c954cd48c4e3234e81ad92afdc68438f82ad392fed35b7097eb77b6dd" + "sha256:7e2bddbc1b60bf620042d0010f4b762a80b43111dbea9c041d72d4325e260c23" ], "index": "pypi", - "version": "==1.24.0" + "version": "==1.25.0" }, "six": { "hashes": [ @@ -623,7 +623,6 @@ "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5", "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a" ], - "index": "pypi", "version": "==20.9" }, "pluggy": {