From be5ca808140d34cf720c7c9e4b2b02f82999126b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 14:49:23 +0000 Subject: [PATCH] Bump google-api-python-client from 2.160.0 to 2.161.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.160.0 to 2.161.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.160.0...v2.161.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 496d09d..fa9a932 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1327,13 +1327,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.160.0" +version = "2.161.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.160.0-py2.py3-none-any.whl", hash = "sha256:63d61fb3e4cf3fb31a70a87f45567c22f6dfe87bbfa27252317e3e2c42900db4"}, - {file = "google_api_python_client-2.160.0.tar.gz", hash = "sha256:a8ccafaecfa42d15d5b5c3134ced8de08380019717fc9fb1ed510ca58eca3b7e"}, + {file = "google_api_python_client-2.161.0-py2.py3-none-any.whl", hash = "sha256:9476a5a4f200bae368140453df40f9cda36be53fa7d0e9a9aac4cdb859a26448"}, + {file = "google_api_python_client-2.161.0.tar.gz", hash = "sha256:324c0cce73e9ea0a0d2afd5937e01b7c2d6a4d7e2579cdb6c384f9699d6c9f37"}, ] [package.dependencies] @@ -5673,4 +5673,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "cfd527e66db2c0a30c38a7956d10bab341beb5370f06519881da9096b15cd6fa" +content-hash = "19f7362a62df0741c2658f41133de5b749104c75387467121e0078a9c816bd83" diff --git a/pyproject.toml b/pyproject.toml index cbf1977..524d2b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ anthropic = "^0.45.0" chromadb = "^0.6.3" google-auth = "^2.38.0" google-auth-oauthlib = "^1.2.1" -google-api-python-client = "^2.159.0" +google-api-python-client = "^2.161.0" qdrant-client = "^1.13.2" discord-py = {extras = ["voice"], version = "^2.4.0"} audioop-lts = { version = "^0.2.1", python = ">=3.13" }