From a97521d5347af2e13ae930417940144b457991eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 04:49:51 +0000 Subject: [PATCH] chore(deps): Update google-api-python-client requirement Updates the requirements on [google-api-python-client](https://github.com/googleapis/google-api-python-client) to permit the latest version. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.149.0...v2.153.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85cf811..9d6e4f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ requires-python = ">=3.9,<4.0.0" dependencies = [ "discord-py~=2.4.0", "Jinja2~=3.1.4", - "google-api-python-client~=2.149.0", + "google-api-python-client>=2.149,<2.154", "google-auth-httplib2~=0.2.0", "requests-oauthlib~=2.0.0", "pyotp~=2.9.0",