mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 09:41:06 +08:00
Merge pull request #48 from L1ghtn1ng/dependabot/pip/dev/shodan-1.21.0
This commit is contained in:
commit
79b190f54f
2 changed files with 4 additions and 4 deletions
2
Pipfile
2
Pipfile
|
@ -13,7 +13,7 @@ plotly = "==4.3.0"
|
|||
pyyaml = "==5.2"
|
||||
requests = "==2.22.0"
|
||||
retrying = "==1.3.3"
|
||||
shodan = "==1.20.0"
|
||||
shodan = "==1.21.0"
|
||||
texttable = "==1.6.2"
|
||||
lxml = "==4.4.2"
|
||||
|
||||
|
|
6
Pipfile.lock
generated
6
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "a72ef00fcdbca3bba9ef27af3a7100838faf7a83bddeddb8690d2d79f9cb42bd"
|
||||
"sha256": "2145cf1baa714a7164971fc6bd0d09ceb6790f06ccd23903e6a1ed2ff460e10c"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {},
|
||||
|
@ -302,10 +302,10 @@
|
|||
},
|
||||
"shodan": {
|
||||
"hashes": [
|
||||
"sha256:2efe383eeb083eb67137a00cc6fc5ea1fd848ce8053dfdea6696bc6ec05f6e98"
|
||||
"sha256:eab999bca9d3b30e6fc549e609194ff2d6fac3caea252414e1d8d735efab8342"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==1.20.0"
|
||||
"version": "==1.21.0"
|
||||
},
|
||||
"six": {
|
||||
"hashes": [
|
||||
|
|
Loading…
Reference in a new issue