From 7a33dc5cec0fe864c0857c570c89cbfbb6502401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Osb=C3=A4ck?= Date: Fri, 5 Apr 2019 21:22:24 +0200 Subject: [PATCH] update core dependencies due to pywebpush update (#22767) --- homeassistant/package_constraints.txt | 4 ++-- requirements_all.txt | 4 ++-- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 04704a00484..5b0673038bb 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -5,8 +5,8 @@ attrs==18.2.0 bcrypt==3.1.6 certifi>=2018.04.16 jinja2>=2.10 -PyJWT==1.6.4 -cryptography==2.5 +PyJWT==1.7.1 +cryptography==2.6.1 pip>=8.0.3 python-slugify==1.2.6 pytz>=2018.07 diff --git a/requirements_all.txt b/requirements_all.txt index 5720f84436d..64b7b4aa072 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -6,8 +6,8 @@ attrs==18.2.0 bcrypt==3.1.6 certifi>=2018.04.16 jinja2>=2.10 -PyJWT==1.6.4 -cryptography==2.5 +PyJWT==1.7.1 +cryptography==2.6.1 pip>=8.0.3 python-slugify==1.2.6 pytz>=2018.07 diff --git a/setup.py b/setup.py index 8f7e84dd8d8..0245923afb1 100755 --- a/setup.py +++ b/setup.py @@ -39,9 +39,9 @@ REQUIRES = [ 'bcrypt==3.1.6', 'certifi>=2018.04.16', 'jinja2>=2.10', - 'PyJWT==1.6.4', + 'PyJWT==1.7.1', # PyJWT has loose dependency. We want the latest one. - 'cryptography==2.5', + 'cryptography==2.6.1', 'pip>=8.0.3', 'python-slugify==1.2.6', 'pytz>=2018.07',