mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-15 03:55:20 +08:00
Merge pull request #181 from L1ghtn1ng/dependabot/pip/dev/netaddr-0.7.20
This commit is contained in:
commit
98d8b95782
2 changed files with 5 additions and 5 deletions
2
Pipfile
2
Pipfile
|
@ -9,7 +9,7 @@ aiohttp = "==3.6.2"
|
||||||
aiosqlite = "==0.13.0"
|
aiosqlite = "==0.13.0"
|
||||||
beautifulsoup4 = "==4.9.1"
|
beautifulsoup4 = "==4.9.1"
|
||||||
dnspython = "==1.16.0"
|
dnspython = "==1.16.0"
|
||||||
netaddr = "==0.7.19"
|
netaddr = "==0.7.20"
|
||||||
plotly = "==4.8.2"
|
plotly = "==4.8.2"
|
||||||
PyYAML = "==5.3.1"
|
PyYAML = "==5.3.1"
|
||||||
requests = "==2.23.0"
|
requests = "==2.23.0"
|
||||||
|
|
8
Pipfile.lock
generated
8
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "d61836d17aec464019a0a0214da4d5461db76bdff024635ec1a3ecfa4dcf40da"
|
"sha256": "2bc0a9aaea19ae9ad8b86d6abe03297d0c2d17fdd4596986337b49b2c65078da"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
|
@ -212,11 +212,11 @@
|
||||||
},
|
},
|
||||||
"netaddr": {
|
"netaddr": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd",
|
"sha256:7a9c8f58d048b820df1882439bb04fb2de13c03ec8af3112a1099822b0a2a4b8",
|
||||||
"sha256:56b3558bd71f3f6999e4c52e349f38660e54a7a8a9943335f73dfc96883e08ca"
|
"sha256:d09252e5aec3913815d77eb8e8ea8fa6eb33521253e52f977f6abaa964776f3e"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==0.7.19"
|
"version": "==0.7.20"
|
||||||
},
|
},
|
||||||
"plotly": {
|
"plotly": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
|
Loading…
Reference in a new issue