Skip to content

Commit 449ace5

Browse files
Update google-auth requirement in /backend
Updates the requirements on [google-auth](https://github.com/googleapis/google-auth-library-python) to permit the latest version. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/commits) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08a5414 commit 449ace5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies = [
7777
"pillow==10.4.0",
7878
"redis[hiredis]==5.0.2",
7979
"google-api-python-client<3.0.0,>=2.94.0",
80-
"google-auth<3.0.0,>=2.22.0",
80+
"google-auth>=2.53.0,<3.0.0",
8181
"argon2-cffi<24.0.0,>=23.1.0",
8282
"stripe==10.5.0",
8383
"djangorestframework==3.17.1",

0 commit comments

Comments
 (0)