mirror of https://github.com/CIRCL/lookyloo
chg: Bump deps, use poetry 1.3, support python 3.11.
parent
e1dafc4960
commit
d6af35b98a
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -60,12 +60,12 @@ pyhashlookup = "^1.2.1"
|
|||
lief = "^0.12.3"
|
||||
ua-parser = "^0.16.1"
|
||||
Flask-Login = "^0.6.2"
|
||||
har2tree = "^1.16.6"
|
||||
har2tree = "^1.16.8"
|
||||
passivetotal = "^2.5.9"
|
||||
werkzeug = "^2.2.2"
|
||||
filetype = "^1.2.0"
|
||||
pypandora = "^1.2.0"
|
||||
lacuscore = "^1.1.10"
|
||||
lacuscore = "^1.1.11"
|
||||
pylacus = "^1.1.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
Loading…
Reference in New Issue