From 7d84c67d1cf60718625fedbf2f925ef97daa1be0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 10:05:09 +0000 Subject: [PATCH] Bump pycognito from 0.1.2 to 0.1.3 Bumps [pycognito](https://github.com/pvizeli/pycognito) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/pvizeli/pycognito/releases) - [Commits](https://github.com/pvizeli/pycognito/compare/0.1.2...0.1.3) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c44b43ff5..33b7ffbd1 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ platforms="any", packages=["hass_nabucasa"], install_requires=[ - "pycognito==0.1.2", + "pycognito==0.1.3", "snitun==0.20", "acme==1.3.0", "cryptography~=2.8",