build(deps): bump werkzeug
Werkzeug has faster router now
This commit is contained in:
parent
17d327719e
commit
7e34da6bec
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue