Skip to content

Commit 4728a39

Browse files
authored
Merge pull request #59 from web-push-libs/bug/58
bug: baseline to cryptography 1.8.2
2 parents 9b06633 + e0f2676 commit 4728a39

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)