Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies = [
# while releasing gha-utils itself.
# v0.32.2 is the first fixing an issue preventing compilation with Nuitka.
# v1.1.1 and later have some regressions: see https://github.com/callowayproject/bump-my-version/issues/331
"bump-my-version >= 0.32.2, < 1.1.1",
"bump-my-version >= 0.32.2, < 1.2.5",
# Click Extra 6.0.3 fix the regex_fullmatch_line_by_line() function we rely on.
"click-extra ~= 6.0.3",
"extra-platforms ~= 3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements/bump-my-version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bump-my-version == 1.1.0
bump-my-version == 1.2.4
# Bump-my-version does not cap Click so breaking version release are fetched: See:
# https://github.com/callowayproject/bump-my-version/pull/371
# https://github.com/pallets/click/issues/3066
Expand Down
Loading