chore(deps): apply pending Dependabot updates#112
Merged
Conversation
Consolidates the open Dependabot version bumps: pip: - google-api-python-client 2.193.0 -> 2.196.0 - google-auth 2.49.1 -> 2.52.0 - google-auth-httplib2 0.3.1 -> 0.4.0 - Mastodon.py 2.1.4 -> 2.2.1 - playwright 1.58.0 -> 1.59.0 - protobuf floor 5.29.6 -> 7.34.1 (<8.0.0) - google-genai 1.65.0 -> 2.0.1 - ollama 0.6.1 -> 0.6.2 - pytest 9.0.2 -> 9.0.3 - ruff 0.15.9 -> 0.15.12 (and docker floor 0.1.0 -> 0.15.12) github-actions: - actions/checkout v6 -> v7 - actions/dependency-review-action v4 -> v5 - codecov/codecov-action v5 -> v7 The protobuf>=7.34.1 floor also covers the Snyk protobuf advisory.
Dependency ReviewThe following issues were found:
License Issues.github/workflows/docker-build-publish.yml
.github/workflows/snyk-security.yml
docker/requirements-no-tiktok.txt
requirements.txt
OpenSSF ScorecardScorecard details
Scanned Files
|
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.
Summary
Consolidates all currently-open Dependabot version bumps into a single PR, applied on top of the latest
main. This supersedes the individual Dependabot PRs (they should auto-close once these versions land onmain).pip (
requirements.txt+docker/requirements-no-tiktok.txt)github-actions
Note on the Snyk PRs
The 2 open Snyk PRs (
snyk-fix-*) are not included and I recommend closing them without merging. They are branched from a much oldermainand merging them would regress the repo (~2,100 deletions: they revertmain.py/youtube_videos.py/bluesky.py, deletedocker-compose.macvlan.example.ymlandupdate.sh, downgrade requests/playwright/atproto/python-dotenv/ruff/bandit, and revertgoogle-genaiback to the deprecatedgoogle-generativeai). Their only real intent — pinning protobuf against an advisory — is already satisfied by theprotobuf>=7.34.1floor in this PR.