Skip to content

Commit 9b06633

Browse files
authored
Merge pull request #57 from perosb/cryptodep
use cryptography==1.8.2
2 parents eace20e + 92a8c02 commit 9b06633

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.1
1+
cryptography==1.8.2
22
http-ece>=1.0.1
33
requests>=2.13.0
4-
py-vapid>=1.2.3
4+
py-vapid>=1.2.4

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.3"
6+
__version__ = "1.0.4"
77

88

99
def read_from(file):

0 commit comments

Comments
 (0)