Skip to content

Commit 02c8ceb

Browse files
Merge pull request #2219 from VWS-Python/dependabot/pip/click-8.4.0
chore(deps): Bump click from 8.3.3 to 8.4.0
2 parents 7554274 + 9c8105c commit 02c8ceb

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dynamic = [
3333
]
3434
dependencies = [
3535
"beartype==0.22.9",
36-
"click==8.3.3",
36+
"click==8.4.0",
3737
"pyyaml==6.0.3",
3838
"vws-python==2026.2.25.1",
3939
]
@@ -42,7 +42,7 @@ optional-dependencies.dev = [
4242
"check-manifest==0.51",
4343
"deptry==0.25.1",
4444
"doc8==2.0.0",
45-
"doccmd==2026.5.16",
45+
"doccmd==2026.5.19",
4646
"freezegun==1.5.5",
4747
"furo==2025.12.19",
4848
"hadolint-bin==2.14.0; sys_platform!='win32'",

tests/test_vws_commands.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def test_image_file_does_not_exist(
554554
expected_stderr = dedent(
555555
text=f"""\
556556
Usage: vws add-target [OPTIONS]
557-
Try 'vws add-target -h' for help.
557+
Try 'vws add-target --help' for help.
558558
559559
Error: Invalid value for '--image': File '{does_not_exist_file}' does not exist.
560560
""",
@@ -598,7 +598,7 @@ def test_image_file_is_dir(
598598
expected_stderr = dedent(
599599
text=f"""\
600600
Usage: vws add-target [OPTIONS]
601-
Try 'vws add-target -h' for help.
601+
Try 'vws add-target --help' for help.
602602
603603
Error: Invalid value for '--image': File '{tmp_path}' is a directory.
604604
""",
@@ -1233,7 +1233,7 @@ def test_image_file_does_not_exist(
12331233
expected_stderr = dedent(
12341234
text=f"""\
12351235
Usage: vws update-target [OPTIONS]
1236-
Try 'vws update-target -h' for help.
1236+
Try 'vws update-target --help' for help.
12371237
12381238
Error: Invalid value for '--image': File '{does_not_exist_file}' does not exist.
12391239
""",
@@ -1285,7 +1285,7 @@ def test_image_file_is_dir(
12851285
expected_stderr = dedent(
12861286
text=f"""\
12871287
Usage: vws update-target [OPTIONS]
1288-
Try 'vws update-target -h' for help.
1288+
Try 'vws update-target --help' for help.
12891289
12901290
Error: Invalid value for '--image': File '{tmp_path}' is a directory.
12911291
""",

uv.lock

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

0 commit comments

Comments
 (0)