We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4350c6f commit 0b5defaCopy full SHA for 0b5defa
doc/whatsnew/fragments/8632.bugfix
@@ -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
@@ -43,7 +43,7 @@ dependencies = [
43
"isort>=4.2.5,<6",
44
"mccabe>=0.6,<0.8",
45
"tomli>=1.1.0;python_version<'3.11'",
46
- "tomlkit>=0.10.1",
+ "tomlkit>=0.10.1,<=0.11.7",
47
"colorama>=0.4.5;sys_platform=='win32'",
48
"typing-extensions>=3.10.0;python_version<'3.10'",
49
]
0 commit comments