Skip to content

fix(deps): update tools#4892

Merged
another-rex merged 1 commit intogoogle:masterfrom
renovate-bot:renovate/tools
Feb 25, 2026
Merged

fix(deps): update tools#4892
another-rex merged 1 commit intogoogle:masterfrom
renovate-bot:renovate/tools

Conversation

@renovate-bot
Copy link
Copy Markdown
Collaborator

@renovate-bot renovate-bot commented Feb 24, 2026

This PR contains the following updates:

Package Change Age Confidence
google.golang.org/api v0.266.0v0.269.0 age confidence
pylint (changelog) 4.0.44.0.5 age confidence

Release Notes

googleapis/google-api-go-client (google.golang.org/api)

v0.269.0

Compare Source

Features
Bug Fixes

v0.268.0

Compare Source

Features

v0.267.0

Compare Source

Features
pylint-dev/pylint (pylint)

v4.0.5

Compare 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-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

  • 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

  • Avoid emitting unspecified-encoding (W1514) when py-version is 3.15+.

    Refs #​10791

Other Bug Fixes

  • Fix --known_third_party config 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate Bot added the dependencies Pull requests that update a dependency file label Feb 24, 2026
@forking-renovate
Copy link
Copy Markdown

ℹ️ Artifact update notice

File name: tools/datastore-remover/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.18.1 -> v0.18.2
github.com/googleapis/enterprise-certificate-proxy v0.3.11 -> v0.3.12
golang.org/x/crypto v0.47.0 -> v0.48.0
golang.org/x/net v0.49.0 -> v0.50.0
golang.org/x/sys v0.40.0 -> v0.41.0
golang.org/x/text v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 -> v0.0.0-20260217215200-42d3e9bedb6d
google.golang.org/grpc v1.78.0 -> v1.79.1

Copy link
Copy Markdown
Contributor

@another-rex another-rex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🤖 - Automated dependency review.

Copy link
Copy Markdown
Contributor

@another-rex another-rex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🤖 - Automated dependency review.

@another-rex another-rex enabled auto-merge (squash) February 25, 2026 02:09
Copy link
Copy Markdown
Contributor

@another-rex another-rex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🤖 - Automated dependency review.

@another-rex another-rex merged commit 439c497 into google:master Feb 25, 2026
20 checks passed
@renovate-bot renovate-bot deleted the renovate/tools branch February 25, 2026 02:20
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/) |
|---|---|---|---|
|
[google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client)
| `v0.266.0` → `v0.269.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.269.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.266.0/v0.269.0?slim=true)
|
| [pylint](https://redirect.github.com/pylint-dev/pylint)
([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/3/)) |
`4.0.4` → `4.0.5` |
![age](https://developer.mend.io/api/mc/badges/age/pypi/pylint/4.0.5?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pylint/4.0.4/4.0.5?slim=true)
|

---

### Release Notes

<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>

###
[`v0.269.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.269.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.268.0...v0.269.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;3512](https://redirect.github.com/googleapis/google-api-go-client/issues/3512))
([7565f1c](https://redirect.github.com/googleapis/google-api-go-client/commit/7565f1ce32823b000e15c99cee73abe69b956a80))

##### Bug Fixes

- **generator:** Handle preview version pkg name
([#&#8203;3511](https://redirect.github.com/googleapis/google-api-go-client/issues/3511))
([2a249ce](https://redirect.github.com/googleapis/google-api-go-client/commit/2a249ce376787bdfb5b9a71198e7e2458d471b54))

###
[`v0.268.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.268.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.267.0...v0.268.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;3502](https://redirect.github.com/googleapis/google-api-go-client/issues/3502))
([5ccf9b9](https://redirect.github.com/googleapis/google-api-go-client/commit/5ccf9b931da20908e6fcfacacc2a5b187e3c2d18))
- **all:** Auto-regenerate discovery clients
([#&#8203;3505](https://redirect.github.com/googleapis/google-api-go-client/issues/3505))
([f405df9](https://redirect.github.com/googleapis/google-api-go-client/commit/f405df9cfcfd63da04a8041398a1ac7e05b19be0))
- **all:** Auto-regenerate discovery clients
([#&#8203;3506](https://redirect.github.com/googleapis/google-api-go-client/issues/3506))
([cda923a](https://redirect.github.com/googleapis/google-api-go-client/commit/cda923ae8e234c4b83585867e67163dfbf7228af))
- **all:** Auto-regenerate discovery clients
([#&#8203;3507](https://redirect.github.com/googleapis/google-api-go-client/issues/3507))
([e9015cc](https://redirect.github.com/googleapis/google-api-go-client/commit/e9015cc2681ce9d6300f4fae2ae6b075c6d75ead))
- **all:** Auto-regenerate discovery clients
([#&#8203;3508](https://redirect.github.com/googleapis/google-api-go-client/issues/3508))
([20fbcc1](https://redirect.github.com/googleapis/google-api-go-client/commit/20fbcc132145cd4a09a58494dcb0b11974d5a681))
- **all:** Auto-regenerate discovery clients
([#&#8203;3509](https://redirect.github.com/googleapis/google-api-go-client/issues/3509))
([20c1e0f](https://redirect.github.com/googleapis/google-api-go-client/commit/20c1e0f7c75bfe94e9eb5a12a13003dcafa93342))
- Update to go 1.26
([#&#8203;3504](https://redirect.github.com/googleapis/google-api-go-client/issues/3504))
([cc5baec](https://redirect.github.com/googleapis/google-api-go-client/commit/cc5baec2a450cf4d15a4aa1e71f5cefea339f2ea))

###
[`v0.267.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.267.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.266.0...v0.267.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;3492](https://redirect.github.com/googleapis/google-api-go-client/issues/3492))
([62e5a8e](https://redirect.github.com/googleapis/google-api-go-client/commit/62e5a8eeb37dc6d8b31b104bdb6f100369d69ff2))
- **all:** Auto-regenerate discovery clients
([#&#8203;3494](https://redirect.github.com/googleapis/google-api-go-client/issues/3494))
([832516f](https://redirect.github.com/googleapis/google-api-go-client/commit/832516f0e0c6fe7da7b12c74cdc4ee4309349421))
- **all:** Auto-regenerate discovery clients
([#&#8203;3495](https://redirect.github.com/googleapis/google-api-go-client/issues/3495))
([1415f4c](https://redirect.github.com/googleapis/google-api-go-client/commit/1415f4caacd5d60250c33694bb7722b6794c7958))
- **all:** Auto-regenerate discovery clients
([#&#8203;3496](https://redirect.github.com/googleapis/google-api-go-client/issues/3496))
([633a3a2](https://redirect.github.com/googleapis/google-api-go-client/commit/633a3a27b83ac163a7ca7adcc2fb548af9622c38))
- **all:** Auto-regenerate discovery clients
([#&#8203;3497](https://redirect.github.com/googleapis/google-api-go-client/issues/3497))
([6463f72](https://redirect.github.com/googleapis/google-api-go-client/commit/6463f72e8521ee717534a28d6b8d764d2ce2661e))
- **all:** Auto-regenerate discovery clients
([#&#8203;3499](https://redirect.github.com/googleapis/google-api-go-client/issues/3499))
([ab20d56](https://redirect.github.com/googleapis/google-api-go-client/commit/ab20d567003131669d657195cc28783c35186cef))
- **all:** Auto-regenerate discovery clients
([#&#8203;3500](https://redirect.github.com/googleapis/google-api-go-client/issues/3500))
([8a6df06](https://redirect.github.com/googleapis/google-api-go-client/commit/8a6df0640a2f7c9f1452848ad0d3d251a92402ba))

</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
[#&#8203;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
[#&#8203;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
[#&#8203;10790](https://redirect.github.com/pylint-dev/pylint/issues/10790)

- Avoid emitting `unspecified-encoding` (W1514) when `py-version` is
3.15+.

Refs
[#&#8203;10791](https://redirect.github.com/pylint-dev/pylint/issues/10791)

## Other Bug Fixes

- Fix `--known_third_party` config being ignored.

Closes
[#&#8203;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
[#&#8203;10825](https://redirect.github.com/pylint-dev/pylint/issues/10825)

- dependency on isort is now set to <9, permitting to use isort 8.

Closes
[#&#8203;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=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants