Skip to content

Commit f4cbe48

Browse files
committed
updating requirements.txt to lock onto attrs 16.3.0 and bumping patch version to reflect change
1 parent ec0c80a commit f4cbe48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws_encryption_sdk/identifiers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from aws_encryption_sdk.exceptions import InvalidAlgorithmError
1010

11-
__version__ = '1.2.0'
11+
__version__ = '1.2.2'
1212

1313

1414
def _kdf_input_len_check(data_key_len, kdf_type, kdf_input_len):

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
boto3>=1.4.4
22
cryptography>=1.4.0
3-
attrs>=16.3.0
3+
attrs==16.3.0

0 commit comments

Comments
 (0)