Skip to content

Commit bd2201f

Browse files
authored
chore(dependencies): pin tomlkit major version only (python-semantic-release#492)
Resolve python-semantic-release#491
1 parent aad17b0 commit bd2201f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def _read_long_description():
4747
# tomlkit used to be pinned to 0.7.0
4848
# See https://github.com/relekang/python-semantic-release/issues/336
4949
# and https://github.com/relekang/python-semantic-release/pull/337
50-
"tomlkit>=0.10.0,<0.11.0",
50+
# and https://github.com/relekang/python-semantic-release/issues/491
51+
"tomlkit~=0.10",
5152
"dotty-dict>=1.3.0,<2",
5253
"dataclasses==0.8; python_version < '3.7.0'",
5354
"packaging",

0 commit comments

Comments
 (0)