This repository was archived by the owner on May 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# note: it is mandatory to register all dependencies of the required packages.
33
44# Required packages:
5- cryptography==2.5
6- google-api-python-client==1.7.8
5+ cryptography==2.7
6+ google-api-python-client==1.7.9
77google-auth==1.6.3
8- requests==2.21 .0
8+ requests==2.22 .0
99
1010# Packages dependencies:
1111# - cryptography:
@@ -32,17 +32,17 @@ requests==2.21.0
3232# - idna
3333# - urllib3
3434asn1crypto==0.24.0
35- cachetools==3.1.0
36- certifi==2018.11.29
37- cffi==1.11.5
35+ cachetools==3.1.1
36+ certifi==2019.6.16
37+ cffi==1.12.3
3838chardet==3.0.4
3939google-auth-httplib2==0.0.3
40- httplib2==0.12.1
40+ httplib2==0.13.0
4141idna==2.8
4242pyasn1==0.4.5
43- pyasn1-modules==0.2.4
43+ pyasn1-modules==0.2.5
4444pycparser==2.19
4545rsa==4.0
4646six==1.12.0
4747uritemplate==3.0.0
48- urllib3==1.24 .3
48+ urllib3==1.25 .3
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ def get_version(*file_paths: Sequence[str]) -> str:
2424
2525# TODO: add reasonable upper-bound per package.
2626requirements = [
27- 'cryptography>=2.5 ' ,
28- 'google-api-python-client>=1.7.8 ' ,
27+ 'cryptography>=2.7 ' ,
28+ 'google-api-python-client>=1.7.9 ' ,
2929 'google-auth>=1.6.3' ,
30- 'requests>=2.21 .0' ,
30+ 'requests>=2.22 .0' ,
3131]
3232
3333# extras_requirements = {
You can’t perform that action at this time.
0 commit comments