Skip to content

Commit c8e4106

Browse files
authored
fix(deps): lock file maintenance website-backend (#3114)
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | | | | | [google-cloud-logging](https://redirect.github.com/googleapis/python-logging) | project.dependencies | patch | `==3.11.3` -> `==3.11.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/google-cloud-logging/3.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/google-cloud-logging/3.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/google-cloud-logging/3.11.3/3.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-cloud-logging/3.11.3/3.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Release Notes <details> <summary>googleapis/python-logging (google-cloud-logging)</summary> ### [`v3.11.4`](https://redirect.github.com/googleapis/python-logging/blob/HEAD/CHANGELOG.md#3114-2025-01-22) [Compare Source](https://redirect.github.com/googleapis/python-logging/compare/v3.11.3...v3.11.4) ##### Bug Fixes - Made `write_entries` raise `ValueError` on `ParseError`s ([#&#8203;958](https://redirect.github.com/googleapis/python-logging/issues/958)) ([5309478](https://redirect.github.com/googleapis/python-logging/commit/5309478c054d0f2b9301817fd835f2098f51dc3a)) - Require proto-plus >= 1.25 for Python 3.13 ([#&#8203;955](https://redirect.github.com/googleapis/python-logging/issues/955)) ([7baed8e](https://redirect.github.com/googleapis/python-logging/commit/7baed8e968f0bfa6abdbf0715dc43822f2fba8ba)) - Require proto-plus >= 1.25 for Python 3.13 ([#&#8203;955](https://redirect.github.com/googleapis/python-logging/issues/955)) ([002b1fc](https://redirect.github.com/googleapis/python-logging/commit/002b1fcb395d77d94d7216560c30015b9aefca81)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent c0ec231 commit c8e4106

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

gcp/website/poetry.lock

Lines changed: 20 additions & 17 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"werkzeug==3.1.3",
99
"google-auth==2.38.0",
1010
"google-cloud-ndb==2.3.2",
11-
"google-cloud-logging==3.11.3",
11+
"google-cloud-logging==3.11.4",
1212
"jinja2==3.1.5",
1313
"markdown2==2.5.3",
1414
"markupsafe==2.1.5",

0 commit comments

Comments
 (0)