Skip to content

Commit 1c3a87c

Browse files
Update google-auth requirement from ~=2.45.0 to ~=2.48.0
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](googleapis/google-auth-library-python@v2.45.0...v2.48.0) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.48.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3770766 commit 1c3a87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.11"
66
license = { file = "LICENSE" }
77
dependencies = [
88
"beautifulsoup4~=4.14.0",
9-
"google-auth~=2.45.0",
9+
"google-auth~=2.48.0",
1010
"gspread~=6.2.1",
1111
"patchright~=1.57.2",
1212
"python-dotenv~=1.2.0",

0 commit comments

Comments
 (0)