summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-28 18:54:10 +0200
committerGitHub <noreply@github.com>2023-04-28 18:54:10 +0200
commita59f3d588a72ec4e5702f988064dd62bb408ccb8 (patch)
treef8ca765d6d0d009f4ed146fa82226380080732f8 /pyproject.toml
parent5d82d7bb6b94a3a6a4d7a4861262519e62916881 (diff)
downloadpylint-git-a59f3d588a72ec4e5702f988064dd62bb408ccb8.tar.gz
[tomlkit] Limit the maximum version of tomlkit (#8633)
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 59e4ccb1c..fb3cfd0d6 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",
+ "tomlkit>=0.10.1,<=0.11.7",
"colorama>=0.4.5;sys_platform=='win32'",
"typing-extensions>=3.10.0;python_version<'3.10'",
]