From caeb3f7350c0f7464e77f228d05962986da11234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 1 Nov 2024 16:20:43 +0100 Subject: [PATCH] chg: Bump werkzeug --- poetry.lock | 19 ++++++++++++++++++- pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 763d3fb7..44b06ebc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4695,6 +4695,23 @@ MarkupSafe = ">=2.1.1" [package.extras] 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]] name = "wrapt" version = "1.16.0" @@ -5038,4 +5055,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "1b22d9b557fc42226ca61fab2ea5ce029dd4efea4ece5fe71c76ba8900e77dce" +content-hash = "18a18a39f030a4dc8e707256b5b7f99cc494d80495fbcfa32bf95892addfc70b" diff --git a/pyproject.toml b/pyproject.toml index 050559a8..3609efae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ har2tree = "^1.26.3" passivetotal = "^2.5.9" werkzeug = [ { version = "<3.1", python = "<3.9"}, - { version = "^3.0.4", python = ">=3.9"} + { version = "^3.1", python = ">=3.9"} ] filetype = "^1.2.0" pypandora = "^1.9.1"