From b43a7cb23ef2ec5396240bfa948c96cd7859c198 Mon Sep 17 00:00:00 2001 From: Aleksandr Panchenko Date: Thu, 24 Dec 2020 20:06:13 +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..a5aafe8e23 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.5.3,<1.0.0" jinja2 = "^2.10.3" pyyaml = ">=3.08" argcomplete = "^1.12.1"