Skip to content

Commit

Permalink
Update dependency canonicalwebteam.search to v1.4.0 (#5255)
Browse files Browse the repository at this point in the history
* Update dependency canonicalwebteam.search to v1.4.0

* Add new app param

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pastelcyborg <168636120+pastelcyborg@users.noreply.github.com>
  • Loading branch information
renovate[bot] and pastelcyborg authored Aug 1, 2024
1 parent 04d4fff commit 68cf10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
canonicalwebteam.flask-base==2.0.0
canonicalwebteam.templatefinder==1.0.0
canonicalwebteam.search==1.3.0
canonicalwebteam.search==1.4.0
canonicalwebteam.image-template==1.3.1
mistune==0.8.4
pyyaml==6.0.1
2 changes: 1 addition & 1 deletion webapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ def contribute_index():
"/docs/search",
"search",
build_search_view(
app=app,
session=session,
site="vanillaframework.io/docs",
template_path="docs/search.html",
),
)
app.add_url_rule("/<path:subpath>", view_func=template_finder_view)

0 comments on commit 68cf10a

Please sign in to comment.