build(deps): bump werkzeug

Werkzeug has faster router now
This commit is contained in:
Ankush Menat 2022-08-25 19:34:44 +05:30 committed by Ankush Menat
parent 17d327719e
commit 7e34da6bec
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,8 @@ import io
import os
import re
from werkzeug.routing import Map, NotFound, Rule
from werkzeug.exceptions import NotFound
from werkzeug.routing import Map, Rule
import frappe
from frappe.website.utils import extract_title, get_frontmatter

View file

@ -22,7 +22,7 @@ dependencies = [
"PyYAML~=5.4.1",
"RestrictedPython~=5.1",
"WeasyPrint==52.5",
"Werkzeug~=2.1.2",
"Werkzeug~=2.2.2",
"Whoosh~=2.7.4",
"beautifulsoup4~=4.9.3",
"bleach-allowlist~=1.0.3",