From 0fe4e14f5e7bb6614fdc2cc4c653b7b31a33b74b Mon Sep 17 00:00:00 2001 From: Aleksandr Panchenko Date: Thu, 24 Dec 2020 19:08:48 +0300 Subject: [PATCH] feat(deps): Update and relax tomlkit version requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de30c25821..880f9a7fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ decli = "^0.5.2" colorama = "^0.4.1" termcolor = "^1.1" packaging = ">=19,<21" -tomlkit = "^0.5.3" +tomlkit = ">=0.7.0,<1.0.0" jinja2 = "^2.10.3" pyyaml = ">=3.08" argcomplete = "^1.12.1"