bug: update minimum vapid requirement to 1.7.0 (#122)

Closes #121
This commit is contained in:
JR Conlin 2020-04-11 21:40:21 -07:00 committed by GitHub
parent cd20d8c274
commit 07662b8926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# I am terrible at keeping this up-to-date.
## 1.10.2 (2020-04-11)
bug: update min vapid requirement to 1.7.0
## 1.10.1 (2019-12-03)
feat: use six.text_type instead of six.string_types

View File

@ -1,4 +1,4 @@
cryptography>=2.6.1
http-ece>=1.1.0
requests>=2.21.0
py-vapid>=1.5.0
py-vapid>=1.7.0

View File

@ -4,7 +4,7 @@ import os
from setuptools import find_packages, setup
__version__ = "1.10.1"
__version__ = "1.10.2"
def read_from(file):