We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74747e commit f77fda4Copy full SHA for f77fda4
.ci_support/environment.yml
@@ -3,7 +3,7 @@ channels:
3
dependencies:
4
- coverage
5
- google-api-python-client =2.169.0
6
-- google-auth =2.40.0
+- google-auth =2.40.1
7
- google-auth-oauthlib =1.2.2
8
- numpy =2.2.4
9
- pandas =2.2.3
setup.py
@@ -28,7 +28,7 @@
28
},
29
install_requires=[
30
"google-api-python-client==2.169.0",
31
- "google-auth==2.40.0",
+ "google-auth==2.40.1",
32
"google-auth-oauthlib==1.2.2",
33
"numpy==2.2.4",
34
"tqdm==4.67.1",
0 commit comments