summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-30 17:32:47 +0200
committerGitHub <noreply@github.com>2023-04-30 15:32:47 +0000
commit434d49f69a65adf75c86dd9629ffbb6d8300df67 (patch)
tree9ece93e63917ba35c85108d75a39d690192c6371 /pyproject.toml
parent1cbc3d818b2b279747ef8d4222262fea4b21cccb (diff)
downloadpylint-git-434d49f69a65adf75c86dd9629ffbb6d8300df67.tar.gz
Make sure a ``tool`` table is created in ``toml`` generation (#8638)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a7a07619d..e4b63c660 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,7 +43,7 @@ dependencies = [
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",
- "tomlkit>=0.10.1,<=0.11.7",
+ "tomlkit>=0.10.1",
"colorama>=0.4.5;sys_platform=='win32'",
"typing-extensions>=3.10.0;python_version<'3.10'",
]