Skip to content

Commit

Permalink
Bump werkzeug from 3.0.6 to 3.1.2 (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent c4ebcb7 commit c02acc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/palace/manager/api/controller/opds_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def search(self, lane_identifier, feed_class=OPDSAcquisitionFeed):

# We have a query -- add it to the keyword arguments used when
# generating a URL.
make_url_kwargs["q"] = query.encode("utf8")
make_url_kwargs["q"] = query

# Run a search.
annotator = self.manager.annotator(lane, facets)
Expand Down

0 comments on commit c02acc4

Please sign in to comment.