Skip to content

Commit 00a7c22

Browse files
committed
Depends temporarily on development version of Click Extra to fix --version
1 parent 8a2410a commit 00a7c22

2 files changed

Lines changed: 18 additions & 24 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ dependencies = [
7474
# v0.32.2 is the first fixing an issue preventing compilation with Nuitka.
7575
# v1.1.1 and later have some regressions: see https://github.com/callowayproject/bump-my-version/issues/331
7676
"bump-my-version >= 0.32.2, < 1.1.1",
77-
"click-extra ~= 5.1.1",
77+
# XXX Upcoming click-extra 5.2.0 will fix an isue with --version option.
78+
# "click-extra ~= 5.2.0",
79+
"click-extra @ git+https://github.com/kdeldycke/click-extra.git@main",
7880
"extra-platforms ~= 3.2.0",
7981
# In the future, replace gitignore-parser with wcmatch once the latter supports gitignore files:
8082
# https://github.com/facelessuser/wcmatch/issues/226

uv.lock

Lines changed: 15 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)