From 20952632dba032f70b97c86cac5daa84521c1840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 06:52:15 +0000 Subject: [PATCH 1/4] Bump flake8 from 3.8.3 to 3.8.4 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.3...3.8.4) Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 6ea351e75b..d537b7bba8 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ pylint==2.6.0 -flake8==3.8.3 +flake8==3.8.4 pillow>4.0.0 cryptography>=2.0.0,<4 pexpect==4.8.0 From 1b6ed8043137d8e8f38de32824cfa113dbc5a0ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 09:32:18 +0000 Subject: [PATCH 2/4] Bump pytest from 6.0.2 to 6.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.2 to 6.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.2...6.1.1) Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 18f6f52b28..b59e7b4726 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,7 +5,7 @@ cryptography>=2.0.0,<4 pexpect==4.8.0 # Unit tests -pytest==6.0.2 +pytest==6.1.1 pytest-cov==2.10.1 pytest-mock==3.3.1 asyncmock==0.4.2 From 87bbf95d860a3213e5c9a909cbf6325f00e9094e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:54:28 +0000 Subject: [PATCH 3/4] Bump colorlog from 4.2.1 to 4.4.0 Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 4.2.1 to 4.4.0. - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](https://github.com/borntyping/python-colorlog/compare/v4.2.1...v4.4.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77e2384816..c5e0c86d41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ voluptuous==0.11.7 PyYAML==5.3.1 paho-mqtt==1.5.1 -colorlog==4.2.1 +colorlog==4.4.0 tornado==6.0.4 protobuf==3.13.0 tzlocal==2.1 From 8eb0dba1c3f2fdcad28f6970381021a04a4051e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 13:15:13 +0000 Subject: [PATCH 4/4] Bump voluptuous from 0.11.7 to 0.12.0 Bumps [voluptuous](https://github.com/alecthomas/voluptuous) from 0.11.7 to 0.12.0. - [Release notes](https://github.com/alecthomas/voluptuous/releases) - [Changelog](https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md) - [Commits](https://github.com/alecthomas/voluptuous/commits/v0.12.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c5e0c86d41..ac3846c49d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -voluptuous==0.11.7 +voluptuous==0.12.0 PyYAML==5.3.1 paho-mqtt==1.5.1 colorlog==4.4.0