Skip to content

Commit 066827d

Browse files
Merge pull request #432 from neutrinoceros/dep/click-8.2.2
2 parents 6ca3b24 + a9857fa commit 066827d

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inifix = "inifix_cli:app"
2424

2525
[dependency-groups]
2626
test = [
27-
"click>=8.2.0", # required for typer.testing.CliRunner with separate stderr and stdout
27+
"click>=8.2.2", # required for typer.testing.CliRunner with separate stderr and stdout
2828
"hypothesis>=6.110.0",
2929
"pytest>=8.4.0",
3030
"typing-extensions>=4.13.0 ; python_full_version < '3.14'",
@@ -49,8 +49,6 @@ members = ["lib/inifix"]
4949

5050
[tool.uv.sources]
5151
inifix = { workspace = true }
52-
# https://github.com/pallets/click/pull/2991
53-
click = { git = "https://github.com/neutrinoceros/click", rev = "4679b1cbc35d05e1c250affaf8a3b7156bad6319" }
5452

5553
[tool.ruff.lint]
5654
exclude = ["*__init__.py"]

uv.lock

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

0 commit comments

Comments
 (0)