Skip to content

Commit 2735a9d

Browse files
committed
Use released version of Click Extra
1 parent 2458179 commit 2735a9d

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ 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-
# 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",
77+
# Click Extra 6.0.0 fix an isue with --version option.
78+
"click-extra ~= 6.0.0",
8079
"extra-platforms ~= 3.2.0",
8180
# In the future, replace gitignore-parser with wcmatch once the latter supports gitignore files:
8281
# https://github.com/facelessuser/wcmatch/issues/226

uv.lock

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

0 commit comments

Comments
 (0)