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 33
44# Required packages:
55cryptography==2.5
6- google-api-python-client==1.7.4
7- google-auth==1.6.1
6+ google-api-python-client==1.7.8
7+ google-auth==1.6.3
88requests==2.21.0
99
1010# Packages dependencies:
@@ -32,15 +32,15 @@ requests==2.21.0
3232# - idna
3333# - urllib3
3434asn1crypto==0.24.0
35- cachetools==3.0 .0
35+ cachetools==3.1 .0
3636certifi==2018.11.29
3737cffi==1.11.5
3838chardet==3.0.4
3939google-auth-httplib2==0.0.3
40- httplib2==0.12.0
40+ httplib2==0.12.1
4141idna==2.8
4242pyasn1==0.4.5
43- pyasn1-modules==0.2.3
43+ pyasn1-modules==0.2.4
4444pycparser==2.19
4545rsa==4.0
4646six==1.12.0
Original file line number Diff line number Diff line change 44
55# Required packages:
66bumpversion==0.5.3
7- setuptools==40.6.3
8- twine==1.12.1
9- wheel==0.32.3
7+ setuptools==40.8.0
8+ twine==1.13.0
9+ wheel==0.33.1
1010
1111# Packages dependencies:
1212# - twine:
1313# - pkginfo
1414# - readme-renderer
15- # - bleach
16- # - webencodings
17- # - docutils
18- # - Pygments
19- # - six
2015# - requests
2116# - requests-toolbelt
2217# - setuptools
2318# - tqdm
2419pkginfo==1.5.0.1
2520readme-renderer==24.0
2621requests==2.21.0
27- requests-toolbelt==0.8.0
28- tqdm==4.29 .1
22+ requests-toolbelt==0.9.1
23+ tqdm==4.31 .1
Original file line number Diff line number Diff line change 22-r base.txt
33
44# Required packages:
5- coverage==4.5.1
6- flake8==3.5.0
7- mypy==0.650
5+ coverage==4.5.2
6+ flake8==3.7.6
7+ mypy==0.670
88#requests-mock==1.5.2
99#tox==3.2.1
1010
@@ -24,7 +24,7 @@ mccabe==0.6.1
2424mypy-extensions==0.4.1
2525#pluggy==0.7.1
2626#py==1.5.4
27- pycodestyle==2.3.1
28- pyflakes==1.6 .0
29- typed-ast==1.1.0
27+ pycodestyle==2.5.0
28+ pyflakes==2.1 .0
29+ typed-ast==1.3.1
3030#virtualenv==16.0.0
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.4.2 ' ,
28- 'google-api-python-client>=1.7.4 ' ,
29- 'google-auth>=1.6.1 ' ,
30- 'requests>=2.20.1 ' ,
27+ 'cryptography>=2.5 ' ,
28+ 'google-api-python-client>=1.7.8 ' ,
29+ 'google-auth>=1.6.3 ' ,
30+ 'requests>=2.21.0 ' ,
3131]
3232
3333# extras_requirements = {
You can’t perform that action at this time.
0 commit comments