summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-04-30 15:52:35 +0000
committerGitHub <noreply@github.com>2023-04-30 15:52:35 +0000
commitfd60b7284a78e3fe371dd90566f0cc316deaf4c4 (patch)
tree29181e89b29908fa83ad22c49a8c2bd628c7a750 /pyproject.toml
parent0b5defa5cfa4662d76cb01c90893c38428e3513c (diff)
downloadpylint-git-fd60b7284a78e3fe371dd90566f0cc316deaf4c4.tar.gz
Make sure a ``tool`` table is created in ``toml`` generation (#8638) (#8640)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> (cherry picked from commit 434d49f69a65adf75c86dd9629ffbb6d8300df67) Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.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 17b7a68a4..bd542646b 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'",
]