Skip to content

Commit 585b88e

Browse files
authored
Merge pull request #106 from web-push-libs/update
chore: Update requirements
2 parents f6f2b4e + 5ebfff6 commit 585b88e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography>=1.8.1
2-
http-ece>=1.0.1
3-
requests>=2.13.0
4-
py-vapid>=1.3.0
1+
cryptography>=2.6.1
2+
http-ece>=1.1.0
3+
requests>=2.21.0
4+
py-vapid>=1.4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import find_packages, setup
55

66

7-
__version__ = "1.9.0"
7+
__version__ = "1.9.1"
88

99

1010
def read_from(file):

0 commit comments

Comments
 (0)