Skip to content

Commit

Permalink
fix: tomlkit should stay at 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danth committed Jun 8, 2021
1 parent d26324b commit 769a5f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ def _read_long_description():
"requests>=2.25,<3",
"wheel",
"python-gitlab>=1.10,<3",
"tomlkit==0.7.2",
# See https://github.com/relekang/python-semantic-release/issues/336
# and https://github.com/relekang/python-semantic-release/pull/337
# for why tomlkit is pinned
"tomlkit==0.7.0",
"dotty-dict>=1.3.0,<2",
],
extras_require={
Expand Down

0 comments on commit 769a5f3

Please sign in to comment.