chg: Bump deps, use poetry 1.3, support python 3.11.

pull/560/head
Raphaël Vinot 2022-12-16 16:18:11 +01:00
parent e1dafc4960
commit d6af35b98a
4 changed files with 1734 additions and 1679 deletions

View File

@ -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

View File

@ -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

3405
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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]