Skip to content

Commit 5ce744f

Browse files
committed
chore(build): pin git-cliff to version 1.4.0 due to an error CRC with newer versions
1 parent f01d37e commit 5ce744f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

hatch.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ extra-dependencies = [
5050

5151
[envs.pypy]
5252
python = "pypy3.10"
53-
extra-dependencies = [
54-
"robotframework==6.0",
55-
]
53+
extra-dependencies = ["robotframework==6.0"]
5654

5755
[envs.rfdevel]
5856
python = "3.11"
@@ -166,7 +164,12 @@ deploy = ["python scripts/deploy_docs.py"]
166164
skip-install = true
167165
detached = true
168166
python = "38"
169-
dependencies = ["GitPython", "semantic-version", "commitizen", "git-cliff"]
167+
dependencies = [
168+
"GitPython",
169+
"semantic-version",
170+
"commitizen",
171+
"git-cliff==1.4.0"
172+
]
170173

171174
[envs.build.scripts]
172175
update-changelog = ["python scripts/update_changelog.py"]

0 commit comments

Comments
 (0)