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

Commit 9271410

Browse files
committed
1 parent f4b525e commit 9271410

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# note: it is mandatory to register all dependencies of the required packages.
33

44
# Required packages:
5-
cryptography==2.5
5+
cryptography==2.7
66
google-api-python-client==1.7.8
77
google-auth==1.6.3
88
requests==2.22.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_version(*file_paths: Sequence[str]) -> str:
2424

2525
# TODO: add reasonable upper-bound per package.
2626
requirements = [
27-
'cryptography>=2.5',
27+
'cryptography>=2.7',
2828
'google-api-python-client>=1.7.8',
2929
'google-auth>=1.6.3',
3030
'requests>=2.22.0',

0 commit comments

Comments
 (0)