Skip to content

Commit 9f1260e

Browse files
authored
fix(deps): update website (#5202)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [google-cloud-ndb](https://redirect.github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-ndb) ([source](https://redirect.github.com/googleapis/google-cloud-python)) | `==2.4.1` → `==2.4.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/google-cloud-ndb/2.4.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-cloud-ndb/2.4.1/2.4.2?slim=true) | | [werkzeug](https://redirect.github.com/pallets/werkzeug) ([changelog](https://werkzeug.palletsprojects.com/page/changes/)) | `==3.1.7` → `==3.1.8` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/werkzeug/3.1.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/werkzeug/3.1.7/3.1.8?slim=true) | --- ### Release Notes <details> <summary>googleapis/google-cloud-python (google-cloud-ndb)</summary> ### [`v2.4.2`](https://redirect.github.com/googleapis/google-cloud-python/releases/tag/google-cloud-ndb-v2.4.2): google-cloud-ndb: v2.4.2 [Compare Source](https://redirect.github.com/googleapis/google-cloud-python/compare/google-cloud-ndb-v2.4.1...google-cloud-ndb-v2.4.2) ##### Bug Fixes - allow redis 7.x ([#&#8203;16533](https://redirect.github.com/googleapis/google-cloud-python/issues/16533)) ([4c541cf2](https://redirect.github.com/googleapis/google-cloud-python/commit/4c541cf2)) </details> <details> <summary>pallets/werkzeug (werkzeug)</summary> ### [`v3.1.8`](https://redirect.github.com/pallets/werkzeug/blob/HEAD/CHANGES.rst#Version-318) [Compare Source](https://redirect.github.com/pallets/werkzeug/compare/3.1.7...3.1.8) Released 2026-04-02 - `Request.host` and `get_host` return the empty string if the header is missing or has invalid characters. :issue:`3142` </details> --- ### Configuration 📅 **Schedule**: (in timezone Australia/Sydney) - Branch creation - "before 6am on wednesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMTAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 0be97b5 commit 9f1260e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

gcp/website/poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/website/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ dependencies = [
55
"Flask==3.1.3",
66
"Flask-Caching==2.3.1",
77
"Flask-Compress==1.24",
8-
"werkzeug==3.1.7",
8+
"werkzeug==3.1.8",
99
"google-auth==2.49.1",
10-
"google-cloud-ndb==2.4.1",
10+
"google-cloud-ndb==2.4.2",
1111
"google-cloud-logging==3.15.0",
1212
"google-cloud-storage==3.10.1",
1313
"jinja2==3.1.6",

0 commit comments

Comments
 (0)