From d8f04fa84bc84606786c151377360048035838a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 12:33:00 +0000 Subject: [PATCH] deps(deps): bump google-api-python-client from 2.193.0 to 2.196.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.193.0 to 2.196.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.193.0...v2.196.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-version: 2.196.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker/requirements-no-tiktok.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/requirements-no-tiktok.txt b/docker/requirements-no-tiktok.txt index 7953595..03c7fb3 100644 --- a/docker/requirements-no-tiktok.txt +++ b/docker/requirements-no-tiktok.txt @@ -6,7 +6,7 @@ requests==2.33.1 python-dateutil==2.9.0.post0 # YouTube API -google-api-python-client==2.193.0 +google-api-python-client==2.196.0 google-auth==2.49.1 google-auth-oauthlib==1.3.1 google-auth-httplib2==0.3.1 diff --git a/requirements.txt b/requirements.txt index a38f345..e5d69fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ requests==2.33.1 python-dateutil==2.9.0.post0 # YouTube API -google-api-python-client==2.193.0 +google-api-python-client==2.196.0 # TikTok monitoring via Playwright (no TikTokApi package needed) playwright==1.58.0