mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 18:03:10 +08:00
Merge pull request #194 from L1ghtn1ng/dependabot/pip/dev/aiosqlite-0.15.0
This commit is contained in:
commit
7bc425e751
2 changed files with 5 additions and 5 deletions
2
Pipfile
2
Pipfile
|
@ -7,7 +7,7 @@ name = "pypi"
|
|||
aiodns = "==2.0.0"
|
||||
aiohttp = "==3.6.2"
|
||||
aiomultiprocess = "==0.7.0"
|
||||
aiosqlite = "==0.14.1"
|
||||
aiosqlite = "==0.15.0"
|
||||
beautifulsoup4 = "==4.9.1"
|
||||
dnspython = "==1.16.0"
|
||||
netaddr = "==0.8.0"
|
||||
|
|
8
Pipfile.lock
generated
8
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "adea16f55e1a90a9a507f1d5f84d9e94e3e12f3355800c9aef696ea6a7c2ec13"
|
||||
"sha256": "effc3f760bf68663f3ca689aa29aa6b2305bbf3dae44fd379f64af9b60ddabcf"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {},
|
||||
|
@ -49,11 +49,11 @@
|
|||
},
|
||||
"aiosqlite": {
|
||||
"hashes": [
|
||||
"sha256:3785ba86cfc05adde959f675cf6ee120aeb318849727c83bbf411662282d85c9",
|
||||
"sha256:413700b43105fdb23f6addb227f4dd0da2c407be7705a23a224b65806143bc6f"
|
||||
"sha256:19b984b6702aed9f1c85c023f37296954547fc4030dae8e9d027b2a930bed78b",
|
||||
"sha256:a2884793f4dc8f2798d90e1dfecb2b56a6d479cf039f7ec52356a7fd5f3bdc57"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==0.14.1"
|
||||
"version": "==0.15.0"
|
||||
},
|
||||
"appdirs": {
|
||||
"hashes": [
|
||||
|
|
Loading…
Reference in a new issue