From d1a31980572428fbdf5ad7c101186580092b9df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 17:25:20 +0000 Subject: [PATCH] Update tomlkit requirement from ^0.6.0 to >=0.6,<0.8 Updates the requirements on [tomlkit](https://github.com/sdispater/tomlkit) to permit the latest version. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.6.0...0.7.0) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5972127..c9dc780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ python = "==3.*,>=3.8.0" bluepy = "^1.3" paho-mqtt = "^1.5.0" -tomlkit = "^0.6.0" +tomlkit = ">=0.6,<0.8" click = "^7.1.2" [tool.poetry.dev-dependencies]