mirror of https://github.com/CIRCL/lookyloo
chg: Bump werkzeug
parent
b25d13427a
commit
caeb3f7350
|
@ -4695,6 +4695,23 @@ MarkupSafe = ">=2.1.1"
|
||||||
[package.extras]
|
[package.extras]
|
||||||
watchdog = ["watchdog (>=2.3)"]
|
watchdog = ["watchdog (>=2.3)"]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "werkzeug"
|
||||||
|
version = "3.1.0"
|
||||||
|
description = "The comprehensive WSGI web application library."
|
||||||
|
optional = false
|
||||||
|
python-versions = ">=3.9"
|
||||||
|
files = [
|
||||||
|
{file = "werkzeug-3.1.0-py3-none-any.whl", hash = "sha256:208a2e31a4a54c8b3d2244f2079ca1d3851629a7a7d546646059c64fb746023a"},
|
||||||
|
{file = "werkzeug-3.1.0.tar.gz", hash = "sha256:6f2a0d38f25ba5a75c36c45b4ae350c7a23b57e3b974e9eb2d6851f2c648c00d"},
|
||||||
|
]
|
||||||
|
|
||||||
|
[package.dependencies]
|
||||||
|
MarkupSafe = ">=2.1.1"
|
||||||
|
|
||||||
|
[package.extras]
|
||||||
|
watchdog = ["watchdog (>=2.3)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wrapt"
|
name = "wrapt"
|
||||||
version = "1.16.0"
|
version = "1.16.0"
|
||||||
|
@ -5038,4 +5055,4 @@ type = ["pytest-mypy"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8.1,<3.13"
|
python-versions = ">=3.8.1,<3.13"
|
||||||
content-hash = "1b22d9b557fc42226ca61fab2ea5ce029dd4efea4ece5fe71c76ba8900e77dce"
|
content-hash = "18a18a39f030a4dc8e707256b5b7f99cc494d80495fbcfa32bf95892addfc70b"
|
||||||
|
|
|
@ -76,7 +76,7 @@ har2tree = "^1.26.3"
|
||||||
passivetotal = "^2.5.9"
|
passivetotal = "^2.5.9"
|
||||||
werkzeug = [
|
werkzeug = [
|
||||||
{ version = "<3.1", python = "<3.9"},
|
{ version = "<3.1", python = "<3.9"},
|
||||||
{ version = "^3.0.4", python = ">=3.9"}
|
{ version = "^3.1", python = ">=3.9"}
|
||||||
]
|
]
|
||||||
filetype = "^1.2.0"
|
filetype = "^1.2.0"
|
||||||
pypandora = "^1.9.1"
|
pypandora = "^1.9.1"
|
||||||
|
|
Loading…
Reference in New Issue