summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent5d82d7bb6b94a3a6a4d7a4861262519e62916881 (diff)
downloadpylint-git-a59f3d588a72ec4e5702f988064dd62bb408ccb8.tar.gz
[tomlkit] Limit the maximum version of tomlkit (#8633)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8632.bugfix4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8632.bugfix b/doc/whatsnew/fragments/8632.bugfix
new file mode 100644
index 000000000..25619d412
--- /dev/null
+++ b/doc/whatsnew/fragments/8632.bugfix
@@ -0,0 +1,4 @@
+tomlkit max version was set to 0.11.7 following a
+regression in tomlkit 0.11.8.
+
+Closes #8632