mirror of https://github.com/CIRCL/lookyloo
chg: Bump deps
parent
df433ddede
commit
e189d6f679
File diff suppressed because it is too large
Load Diff
|
@ -53,14 +53,14 @@ pysanejs = "^2.0.3"
|
||||||
pylookyloo = "^1.26.1"
|
pylookyloo = "^1.26.1"
|
||||||
dnspython = "^2.7.0"
|
dnspython = "^2.7.0"
|
||||||
pytaxonomies = "^1.5.0"
|
pytaxonomies = "^1.5.0"
|
||||||
pymisp = {version = "^2.5.3", extras = ["url", "fileobjects"]}
|
pymisp = {version = "^2.5.4", extras = ["url", "fileobjects"]}
|
||||||
Pillow = "^11.0.0"
|
Pillow = "^11.0.0"
|
||||||
flask-restx = "^1.3.0"
|
flask-restx = "^1.3.0"
|
||||||
rich = "^13.9.4"
|
rich = "^13.9.4"
|
||||||
pyphishtanklookup = "^1.4.1"
|
pyphishtanklookup = "^1.4.1"
|
||||||
Flask-Cors = "^5.0.0"
|
Flask-Cors = "^5.0.0"
|
||||||
pyhashlookup = "^1.2.5"
|
pyhashlookup = "^1.2.5"
|
||||||
lief = "^0.15"
|
lief = "^0.16"
|
||||||
ua-parser = {extras = ["regex"], version = "^1.0.0"}
|
ua-parser = {extras = ["regex"], version = "^1.0.0"}
|
||||||
Flask-Login = "^0.6.3"
|
Flask-Login = "^0.6.3"
|
||||||
har2tree = "^1.27.6"
|
har2tree = "^1.27.6"
|
||||||
|
@ -71,12 +71,12 @@ pypandora = "^1.9.1"
|
||||||
lacuscore = "^1.12.6"
|
lacuscore = "^1.12.6"
|
||||||
pylacus = "^1.12.0"
|
pylacus = "^1.12.0"
|
||||||
pyipasnhistory = "^2.1.3"
|
pyipasnhistory = "^2.1.3"
|
||||||
publicsuffixlist = "^1.0.2.20241216"
|
publicsuffixlist = "^1.0.2.20241221"
|
||||||
pyfaup = "^1.2"
|
pyfaup = "^1.2"
|
||||||
chardet = "^5.2.0"
|
chardet = "^5.2.0"
|
||||||
pysecuritytxt = "^1.3.2"
|
pysecuritytxt = "^1.3.2"
|
||||||
pylookyloomonitoring = "^1.1.4"
|
pylookyloomonitoring = "^1.1.4"
|
||||||
s3fs = "^2024.10.0"
|
s3fs = "^2024.12.0"
|
||||||
urllib3 = [
|
urllib3 = [
|
||||||
{version = "<2", python = "<3.10"},
|
{version = "<2", python = "<3.10"},
|
||||||
{version = "^2.2.3", python = ">=3.10"}
|
{version = "^2.2.3", python = ">=3.10"}
|
||||||
|
@ -84,13 +84,13 @@ urllib3 = [
|
||||||
pypdns = "^2.2.7"
|
pypdns = "^2.2.7"
|
||||||
mmh3 = "^5.0.1"
|
mmh3 = "^5.0.1"
|
||||||
puremagic = "^1.28"
|
puremagic = "^1.28"
|
||||||
psutil = "^6.1.0"
|
psutil = "^6.1.1"
|
||||||
flask-talisman = "^1.1.0"
|
flask-talisman = "^1.1.0"
|
||||||
|
|
||||||
aiohttp = {extras = ["speedups"], version = "^3.11.10"}
|
aiohttp = {extras = ["speedups"], version = "^3.11.11"}
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
mypy = "^1.13.0"
|
mypy = "^1.14.0"
|
||||||
ipython = [
|
ipython = [
|
||||||
{version = "<8.19.0", python = "<3.10"},
|
{version = "<8.19.0", python = "<3.10"},
|
||||||
{version = "^8.19.0", python = ">=3.10"}
|
{version = "^8.19.0", python = ">=3.10"}
|
||||||
|
@ -104,8 +104,8 @@ types-Deprecated = "^1.2.15.20241117"
|
||||||
types-python-dateutil = "^2.9.0.20241206"
|
types-python-dateutil = "^2.9.0.20241206"
|
||||||
types-beautifulsoup4 = "^4.12.0.20241020"
|
types-beautifulsoup4 = "^4.12.0.20241020"
|
||||||
types-Pillow = "^10.2.0.20240822"
|
types-Pillow = "^10.2.0.20240822"
|
||||||
types-pytz = "^2024.2.0.20241003"
|
types-pytz = "^2024.2.0.20241221"
|
||||||
types-psutil = "^6.1.0.20241102"
|
types-psutil = "^6.1.0.20241221"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
Loading…
Reference in New Issue