From d52ef4cbebfa1b946f4ef4af9f6b4eb3b4556f89 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 25 May 2021 22:50:57 +0100 Subject: [PATCH] fix: pin tomlkit to 0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac96eee6d..16b2947b6 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def _read_long_description(): "requests>=2.25,<3", "wheel", "python-gitlab>=1.10,<3", - "tomlkit>=0.7.0,<1.0.0", + "tomlkit==0.7.0", "dotty-dict>=1.3.0,<2", ], extras_require={