Sfoglia il codice sorgente

build(deps): bump werkzeug (#18148)

Werkzeug has faster router now
version-14
Ankush Menat 2 anni fa
committed by GitHub
parent
commit
e08198e1fb
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. +2
    -1
      frappe/website/router.py
  2. +1
    -1
      pyproject.toml

+ 2
- 1
frappe/website/router.py Vedi 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


+ 1
- 1
pyproject.toml Vedi 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",


Caricamento…
Annulla
Salva