Skip to content

Commit 3984a5b

Browse files
authored
Merge pull request #154 from jedie/update-req
update requirements
2 parents f7dcbaf + 87bed07 commit 3984a5b

File tree

3 files changed

+549
-545
lines changed

3 files changed

+549
-545
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ See also git tags: https://github.com/jedie/manageprojects/tags
350350
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
351351

352352
* [**dev**](https://github.com/jedie/manageprojects/compare/v0.21.3...main)
353-
* 2025-04-23 - Update requirements
353+
* 2025-05-27 - update requirements
354354
* [v0.21.3](https://github.com/jedie/manageprojects/compare/v0.21.2...v0.21.3)
355355
* 2025-04-22 - Support getting the current version from hatchling
356356
* 2025-04-22 - replace setuptools with hatchling

manageprojects/test_utils/click_cli_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def invoke_click(cli, *args, expected_stderr='', expected_exit_code=0, strip=Tru
3030
args = tuple([str(arg) for arg in args]) # e.g.: Path() -> str
3131

3232
with NoColorEnvRichClick(width=TERMINAL_WIDTH):
33-
runner = CliRunner(mix_stderr=False)
33+
runner = CliRunner()
3434
result: Result = runner.invoke(cli=cli, args=args, **kwargs, color=False)
3535

3636
if result.exception:

0 commit comments

Comments
 (0)