Skip to content

Commit e0f2676

Browse files
committed
bug: baseline to cryptography 1.8.2
closes #58
1 parent 9b06633 commit e0f2676

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==1.8.2
1+
cryptography>=1.8.1,<1.10
22
http-ece>=1.0.1
33
requests>=2.13.0
4-
py-vapid>=1.2.4
4+
py-vapid>=1.2.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
__version__ = "1.0.4"
6+
__version__ = "1.0.5"
77

88

99
def read_from(file):

0 commit comments

Comments
 (0)