Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Commit 75984f5

Browse files
authored
Merge pull request #14 from fyndata/feature/requirements/update
requirements: update main depedencies
2 parents 1b0d406 + 9384ab5 commit 75984f5

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

requirements/base.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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
77
google-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
3434
asn1crypto==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
3838
chardet==3.0.4
3939
google-auth-httplib2==0.0.3
40-
httplib2==0.12.1
40+
httplib2==0.13.0
4141
idna==2.8
4242
pyasn1==0.4.5
43-
pyasn1-modules==0.2.4
43+
pyasn1-modules==0.2.5
4444
pycparser==2.19
4545
rsa==4.0
4646
six==1.12.0
4747
uritemplate==3.0.0
48-
urllib3==1.24.3
48+
urllib3==1.25.3

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ def get_version(*file_paths: Sequence[str]) -> str:
2424

2525
# TODO: add reasonable upper-bound per package.
2626
requirements = [
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 = {

0 commit comments

Comments
 (0)