mirror of https://github.com/CIRCL/lookyloo
chg: Bump minimal deps
parent
820c7c5a4d
commit
cebdbefccd
|
@ -19,8 +19,8 @@ speedups = ["aiodns", "brotlipy", "cchardet"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "appnope"
|
name = "appnope"
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
description = "Disable App Nap on OS X 10.9"
|
description = "Disable App Nap on macOS >= 10.9"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
|
@ -990,7 +990,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "b65cb0106b43ca9422510337120affce0b04f153e7787a41371ee55a694ffe59"
|
content-hash = "25146700e27f76c68facb6ee7d4a745ad58c2b4ecc5757fdcda5f11134bfdb29"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -1033,8 +1033,8 @@ aiohttp = [
|
||||||
{file = "aiohttp-3.7.3.tar.gz", hash = "sha256:9c1a81af067e72261c9cbe33ea792893e83bc6aa987bfbd6fdc1e5e7b22777c4"},
|
{file = "aiohttp-3.7.3.tar.gz", hash = "sha256:9c1a81af067e72261c9cbe33ea792893e83bc6aa987bfbd6fdc1e5e7b22777c4"},
|
||||||
]
|
]
|
||||||
appnope = [
|
appnope = [
|
||||||
{file = "appnope-0.1.0-py2.py3-none-any.whl", hash = "sha256:5b26757dc6f79a3b7dc9fab95359328d5747fcb2409d331ea66d0272b90ab2a0"},
|
{file = "appnope-0.1.2-py2.py3-none-any.whl", hash = "sha256:93aa393e9d6c54c5cd570ccadd8edad61ea0c4b9ea7a01409020c9aa019eb442"},
|
||||||
{file = "appnope-0.1.0.tar.gz", hash = "sha256:8b995ffe925347a2138d7ac0fe77155e4311a0ea6d6da4f5128fe4b3cbe5ed71"},
|
{file = "appnope-0.1.2.tar.gz", hash = "sha256:dd83cd4b5b460958838f6eb3000c660b1f9caf2a5b1de4264e941512f603258a"},
|
||||||
]
|
]
|
||||||
async-timeout = [
|
async-timeout = [
|
||||||
{file = "async-timeout-3.0.1.tar.gz", hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f"},
|
{file = "async-timeout-3.0.1.tar.gz", hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f"},
|
||||||
|
|
|
@ -33,20 +33,20 @@ update = "bin.update:main"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
requests = "^2.25.0"
|
requests = "^2.25.0"
|
||||||
flask = "^1.1.1"
|
flask = "^1.1.2"
|
||||||
gunicorn = "^20.0.4"
|
gunicorn = "^20.0.4"
|
||||||
cchardet = "^2.1.7"
|
cchardet = "^2.1.7"
|
||||||
redis = "^3.3.11"
|
redis = "^3.5.3"
|
||||||
beautifulsoup4 = "^4.9.2"
|
beautifulsoup4 = "^4.9.3"
|
||||||
bootstrap-flask = "^1.2.0"
|
bootstrap-flask = "^1.5.1"
|
||||||
cloudscraper = "^1.2.48"
|
cloudscraper = "^1.2.48"
|
||||||
defang = "^0.5.3"
|
defang = "^0.5.3"
|
||||||
vt-py = "^0.6.1"
|
vt-py = "^0.6.1"
|
||||||
Flask-HTTPAuth = "^4.2.0"
|
Flask-HTTPAuth = "^4.2.0"
|
||||||
pyeupi = "^1.0"
|
pyeupi = "^1.0"
|
||||||
scrapysplashwrapper = "^1.2.4"
|
scrapysplashwrapper = "^1.2.8"
|
||||||
pysanejs = "^1.1"
|
pysanejs = "^1.3"
|
||||||
har2tree = "^1.2.4"
|
har2tree = "^1.2.10"
|
||||||
pylookyloo = "^1.2"
|
pylookyloo = "^1.2"
|
||||||
dnspython = "^2.0.0"
|
dnspython = "^2.0.0"
|
||||||
pytaxonomies = "^1.3"
|
pytaxonomies = "^1.3"
|
||||||
|
|
Loading…
Reference in New Issue