Merge pull request #544 from laramies/dependabot/pip/master/beautifulsoup4-4.9.3

Bump beautifulsoup4 from 4.9.1 to 4.9.3
This commit is contained in:
J.Townsend 2020-10-05 16:23:52 +01:00 committed by GitHub
commit 3093b1745d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -8,7 +8,7 @@ aiodns = "==2.0.0"
aiohttp = "==3.6.2" aiohttp = "==3.6.2"
aiomultiprocess = "==0.8.0" aiomultiprocess = "==0.8.0"
aiosqlite = "==0.15.0" aiosqlite = "==0.15.0"
beautifulsoup4 = "==4.9.1" beautifulsoup4 = "==4.9.3"
dnspython = "==2.0.0" dnspython = "==2.0.0"
netaddr = "==0.8.0" netaddr = "==0.8.0"
plotly = "==4.10.0" plotly = "==4.10.0"

11
Pipfile.lock generated
View file

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "1f06baa68dea38a687e83864bc3b7bd78da7eea80c7ebbb1137503c5e0bee11e" "sha256": "acfbe225f888589186517518fd97915a0323e824b7093b6f4b62072eaf65b9cd"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": {}, "requires": {},
@ -78,12 +78,12 @@
}, },
"beautifulsoup4": { "beautifulsoup4": {
"hashes": [ "hashes": [
"sha256:73cc4d115b96f79c7d77c1c7f7a0a8d4c57860d1041df407dd1aae7f07a77fd7", "sha256:4c98143716ef1cb40bf7f39a8e3eec8f8b009509e74904ba3a7b315431577e35",
"sha256:a6237df3c32ccfaee4fd201c8f5f9d9df619b93121d01353a64a73ce8c6ef9a8", "sha256:84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25",
"sha256:e718f2342e2e099b640a34ab782407b7b676f47ee272d6739e60b8ea23829f2c" "sha256:fff47e031e34ec82bf17e00da8f592fe7de69aeea38be00523c04623c04fb666"
], ],
"index": "pypi", "index": "pypi",
"version": "==4.9.1" "version": "==4.9.3"
}, },
"certifi": { "certifi": {
"hashes": [ "hashes": [
@ -359,6 +359,7 @@
"sha256:1634eea42ab371d3d346309b93df7870a88610f0725d47528be902a0d95ecc55", "sha256:1634eea42ab371d3d346309b93df7870a88610f0725d47528be902a0d95ecc55",
"sha256:a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232" "sha256:a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232"
], ],
"markers": "python_version >= '3.0'",
"version": "==2.0.1" "version": "==2.0.1"
}, },
"texttable": { "texttable": {