Skip to content

Commit e74747e

Browse files
Bump google-auth from 2.39.0 to 2.40.0 (#331)
* Bump google-auth from 2.39.0 to 2.40.0 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.39.0 to 2.40.0. - [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.39.0...v2.40.0) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update environment.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Janssen <[email protected]>
1 parent a5d6aa1 commit e74747e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci_support/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- coverage
55
- google-api-python-client =2.169.0
6-
- google-auth =2.39.0
6+
- google-auth =2.40.0
77
- google-auth-oauthlib =1.2.2
88
- numpy =2.2.4
99
- pandas =2.2.3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
install_requires=[
3030
"google-api-python-client==2.169.0",
31-
"google-auth==2.39.0",
31+
"google-auth==2.40.0",
3232
"google-auth-oauthlib==1.2.2",
3333
"numpy==2.2.4",
3434
"tqdm==4.67.1",

0 commit comments

Comments
 (0)