fix: flask-login is incompatible with werkzeug 2.2

pull/471/head
Raphaël Vinot 2022-07-24 21:04:17 +02:00
parent f953629539
commit 5404f5dce2
2 changed files with 5 additions and 7 deletions

11
poetry.lock generated
View File

@ -1330,15 +1330,12 @@ python-versions = ">=3.7"
[[package]]
name = "werkzeug"
version = "2.2.0"
version = "2.1.2"
description = "The comprehensive WSGI web application library."
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
MarkupSafe = ">=2.1.1"
[package.extras]
watchdog = ["watchdog"]
@ -1394,7 +1391,7 @@ misp = ["python-magic", "pydeep2"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
content-hash = "692019b923b26e1df5c638248ed7b5011aa10825ed89d4f9e5ff082cdad1024b"
content-hash = "89069a2c0d4f89770a972d5767b93ae907883230746c62b11a5ace9914b026fb"
[metadata.files]
aiohttp = [
@ -2521,8 +2518,8 @@ websockets = [
{file = "websockets-10.1.tar.gz", hash = "sha256:181d2b25de5a437b36aefedaf006ecb6fa3aa1328ec0236cdde15f32f9d3ff6d"},
]
werkzeug = [
{file = "Werkzeug-2.2.0-py3-none-any.whl", hash = "sha256:81806f8a5b35e6cb1b39a6f28dabf0e123f069c8596119a1a9a43838870016cd"},
{file = "Werkzeug-2.2.0.tar.gz", hash = "sha256:fe8bcdcef40275ed915fc734c2527a39d705b57a716d4f09e790296abbd16a7f"},
{file = "Werkzeug-2.1.2-py3-none-any.whl", hash = "sha256:72a4b735692dd3135217911cbeaa1be5fa3f62bffb8745c5215420a03dc55255"},
{file = "Werkzeug-2.1.2.tar.gz", hash = "sha256:1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6"},
]
wrapt = [
{file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"},

View File

@ -66,6 +66,7 @@ Flask-Login = "^0.6.1"
har2tree = "^1.13.2"
playwrightcapture = "^1.13.3"
passivetotal = "^2.5.9"
werkzeug = "2.1.2"
[tool.poetry.extras]
misp = ['python-magic', 'pydeep2']