Skip to content

Commit bf86dc8

Browse files
committed
Bump dependencies
In particular we've moved to 'google-api-python-client' v2.x.x, which will probably break some functionality for the time being.
1 parent 4172670 commit bf86dc8

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

requirements.txt

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
11
attrs==20.3.0
2-
google-api-python-client==1.5.3
2+
cachetools==4.2.4
3+
certifi==2021.10.8
4+
charset-normalizer==2.0.7
5+
google-api-core==2.1.1
6+
google-api-python-client==2.27.0
7+
google-auth==2.3.0
8+
google-auth-httplib2==0.1.0
9+
googleapis-common-protos==1.53.0
310
httplib2==0.19.0
11+
idna==3.3
412
iniconfig==1.1.1
513
numpy==1.20.2
614
oauth2client==3.0.0
715
packaging==20.9
816
pandas==1.2.4
917
pluggy==0.13.1
18+
protobuf==3.19.0
1019
py==1.10.0
11-
pyasn1==0.1.9
12-
pyasn1-modules==0.0.8
20+
pyasn1==0.4.8
21+
pyasn1-modules==0.2.8
1322
pyparsing==2.4.7
1423
pytest==6.2.3
1524
pytest-runner==2.9
1625
python-dateutil==2.8.1
1726
pytz==2021.1
27+
requests==2.26.0
1828
rsa==4.1
1929
simplejson==3.8.2
2030
six==1.10.0
2131
toml==0.10.2
22-
uritemplate==0.6
32+
uritemplate==4.1.1
33+
urllib3==1.26.7

0 commit comments

Comments
 (0)