Skip to content

Commit

Permalink
[tomlkit] Limit the maximum version of tomlkit (#8633) (#8635)
Browse files Browse the repository at this point in the history
(cherry picked from commit a59f3d5)

Co-authored-by: Pierre Sassoulas <[email protected]>
  • Loading branch information
github-actions[bot] and Pierre-Sassoulas committed Apr 28, 2023
1 parent 4350c6f commit 0b5defa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/whatsnew/fragments/8632.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tomlkit max version was set to 0.11.7 following a
regression in tomlkit 0.11.8.

Closes #8632
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
]
Expand Down

0 comments on commit 0b5defa

Please sign in to comment.