From 40c424e793460c3da273f1261b8875ef5f4c19ec Mon Sep 17 00:00:00 2001 From: Fabian Affolter <mail@fabian-affolter.ch> Date: Mon, 1 Jul 2019 02:23:47 +0200 Subject: [PATCH] Upgrade bcrypt to 3.1.7 (#24850) --- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 8ebd86d9d36..292f826bf5a 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -5,7 +5,7 @@ aiohttp_cors==0.7.0 astral==1.10.1 async_timeout==3.0.1 attrs==19.1.0 -bcrypt==3.1.6 +bcrypt==3.1.7 certifi>=2019.6.16 cryptography==2.7 distro==1.4.0 diff --git a/requirements_all.txt b/requirements_all.txt index 224a8f7bad1..b8c63c7a0d0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -3,7 +3,7 @@ aiohttp==3.5.4 astral==1.10.1 async_timeout==3.0.1 attrs==19.1.0 -bcrypt==3.1.6 +bcrypt==3.1.7 certifi>=2019.6.16 importlib-metadata==0.18 jinja2>=2.10.1 diff --git a/setup.py b/setup.py index d9fb587f2ed..25c6cc6a9e2 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ REQUIRES = [ 'astral==1.10.1', 'async_timeout==3.0.1', 'attrs==19.1.0', - 'bcrypt==3.1.6', + 'bcrypt==3.1.7', 'certifi>=2019.6.16', 'importlib-metadata==0.18', 'jinja2>=2.10.1', -- GitLab