chore(deps): update osv-lib#4880
Merged
Merged
Conversation
G-Rath
approved these changes
Feb 24, 2026
tymzd
pushed a commit
to tymzd/osv.dev
that referenced
this pull request
Apr 13, 2026
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [grpcio](https://redirect.github.com/grpc/grpc) | `1.78.0` → `1.78.1` |  |  | | grpcio-tools | `1.78.0` → `1.78.1` |  |  | | [pylint](https://redirect.github.com/pylint-dev/pylint) ([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/3/)) | `4.0.4` → `4.0.5` |  |  | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.78.1`](https://redirect.github.com/grpc/grpc/releases/tag/v1.78.1) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.78.0...v1.78.1) This is release 1.78.1 ([gutsy](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Python - Remove unintentional log `WARNING: All log messages before absl::InitializeLog() is called are written to STDERR.` ([#​41639](https://redirect.github.com/grpc/grpc/issues/41639)) - Fix inconsistent `GRPC_ENABLE_FORK_SUPPORT` runtime defaults between gRPC Core and Python. ([#​41588](https://redirect.github.com/grpc/grpc/issues/41588)). - This fixed [#​37710](https://redirect.github.com/grpc/grpc/issues/37710), a request processing hang in certain multithreaded environments: `Other threads are currently calling into gRPC, skipping fork() handlers`. - Modernize the API Docs site: <https://grpc.github.io/grpc/python>. ([#​41494](https://redirect.github.com/grpc/grpc/issues/41494)) ## Ruby - Build/test ruby 4.0 and build native gems with Ruby 4.0 support. ([#​41554](https://redirect.github.com/grpc/grpc/issues/41554)) </details> <details> <summary>pylint-dev/pylint (pylint)</summary> ### [`v4.0.5`](https://redirect.github.com/pylint-dev/pylint/releases/tag/v4.0.5) [Compare Source](https://redirect.github.com/pylint-dev/pylint/compare/v4.0.4...v4.0.5) ## What's new in Pylint 4.0.5? Release date: 2026-02-20 ## False Positives Fixed - Fix possibly-used-before-assignment false positive when using self.fail() in tests. Closes [#​10743](https://redirect.github.com/pylint-dev/pylint/issues/10743) - Fixed false positive for `logging-unsupported-format` when no arguments are provided to logging functions. According to Python's logging documentation, no formatting is performed when no arguments are supplied, so strings like `logging.error("%test")` are valid. Closes [#​10752](https://redirect.github.com/pylint-dev/pylint/issues/10752) - Fix a false positive for `invalid-name` where a dataclass field typed with `Final` was evaluated against the `class_const` regex instead of the `class_attribute` regex. Closes [#​10790](https://redirect.github.com/pylint-dev/pylint/issues/10790) - Avoid emitting `unspecified-encoding` (W1514) when `py-version` is 3.15+. Refs [#​10791](https://redirect.github.com/pylint-dev/pylint/issues/10791) ## Other Bug Fixes - Fix `--known_third_party` config being ignored. Closes [#​10801](https://redirect.github.com/pylint-dev/pylint/issues/10801) - Fixed dynamic color mapping for "fail-on" messages when using multiple reporter/output formats. Closes [#​10825](https://redirect.github.com/pylint-dev/pylint/issues/10825) - dependency on isort is now set to <9, permitting to use isort 8. Closes [#​10857](https://redirect.github.com/pylint-dev/pylint/issues/10857) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4zMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.78.0→1.78.11.78.0→1.78.14.0.4→4.0.5Release Notes
grpc/grpc (grpcio)
v1.78.1Compare Source
This is release 1.78.1 (gutsy) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Python
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR.(#41639)GRPC_ENABLE_FORK_SUPPORTruntime defaults between gRPC Core and Python. (#41588).Other threads are currently calling into gRPC, skipping fork() handlers.Ruby
pylint-dev/pylint (pylint)
v4.0.5Compare Source
What's new in Pylint 4.0.5?
Release date: 2026-02-20
False Positives Fixed
Fix possibly-used-before-assignment false positive when using self.fail() in tests.
Closes #10743
Fixed false positive for
logging-unsupported-formatwhen no arguments are provided to logging functions.According to Python's logging documentation, no formatting is performed when no arguments are supplied, so strings like
logging.error("%test")are valid.Closes #10752
Fix a false positive for
invalid-namewhere a dataclass field typed withFinalwas evaluated against the
class_constregex instead of theclass_attributeregex.Closes #10790
Avoid emitting
unspecified-encoding(W1514) whenpy-versionis 3.15+.Refs #10791
Other Bug Fixes
Fix
--known_third_partyconfig being ignored.Closes #10801
Fixed dynamic color mapping for "fail-on" messages when using multiple reporter/output formats.
Closes #10825
dependency on isort is now set to <9, permitting to use isort 8.
Closes #10857
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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.