Skip to content

Commit e4e2471

Browse files
committed
Depends on released version of Click Extra
1 parent fda7cea commit e4e2471

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ dependencies = [
113113
"backports.strenum >= 1.3.0 ; python_version < '3.11'",
114114
# boltons 25.0.0 is the first version to support Python 3.13.
115115
"boltons >= 25.0.0",
116-
# click-extra 7.5.0 fixes GitHub table format alignment.
117-
"click-extra >= 7.5.0",
116+
# We need click-extra 7.5.1 for its new "aligned" table rendering.
117+
"click-extra >= 7.5.1",
118118
# cyclonedx-python-lib 11.2.0 is the first to support Python 3.14.
119119
"cyclonedx-python-lib [validation] >= 11.2.0",
120120
# extra-platforms 8.0.0 removes deprecated symbols and add extract_members().
@@ -200,10 +200,6 @@ exclude-newer = "1 week"
200200
# XXX Disable exclusion of brand new extra-platforms and click-extra releases.
201201
exclude-newer-package = { extra-platforms = "0 day", "click-extra" = "0 day" }
202202

203-
[tool.uv.sources]
204-
# XXX Use main branch of click-extra to test unreleased features.
205-
click-extra = { git = "https://github.com/kdeldycke/click-extra.git", branch = "main" }
206-
207203
[tool.nuitka]
208204
product-name = "Meta Package Manager"
209205
file-description = "🎁 wraps all package managers with a unifying CLI"

uv.lock

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

0 commit comments

Comments
 (0)