Skip to content

Commit 9855e0c

Browse files
committed
deps: Bump click to 8.2.0
1 parent 9ea5132 commit 9855e0c

File tree

3 files changed

+11
-53
lines changed

3 files changed

+11
-53
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ philipstv = "philipstv.__main__:wrapped_cli"
3737
python = "^3.10"
3838
requests = "^2.27.1"
3939
pydantic = "^2.4.2"
40-
click = { version = "^8.0.3", optional = true }
40+
click = { version = "^8.2.0", optional = true }
4141
appdirs = { version = "^1.4.4", optional = true }
4242
Sphinx = { version = "^7.2.6", optional = true }
4343
furo = { version = "^2025.7.19", optional = true }

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def sleep_mock(monkeypatch: MonkeyPatch) -> Mock:
4949

5050

5151
def run(*args: str, input: Optional[str] = None) -> Result:
52-
return CliRunner(mix_stderr=False).invoke(cli, args, input=input)
52+
return CliRunner().invoke(cli, args, input=input)
5353

5454

5555
def run_with_auth(*args: str, input: Optional[str] = None) -> Result:

0 commit comments

Comments
 (0)