Skip to content

Commit 0b5defa

Browse files
[tomlkit] Limit the maximum version of tomlkit (#8633) (#8635)
(cherry picked from commit a59f3d5) Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 4350c6f commit 0b5defa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/whatsnew/fragments/8632.bugfix

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tomlkit max version was set to 0.11.7 following a
2+
regression in tomlkit 0.11.8.
3+
4+
Closes #8632

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"isort>=4.2.5,<6",
4444
"mccabe>=0.6,<0.8",
4545
"tomli>=1.1.0;python_version<'3.11'",
46-
"tomlkit>=0.10.1",
46+
"tomlkit>=0.10.1,<=0.11.7",
4747
"colorama>=0.4.5;sys_platform=='win32'",
4848
"typing-extensions>=3.10.0;python_version<'3.10'",
4949
]

0 commit comments

Comments
 (0)