Skip to content

Commit 7266c38

Browse files
committed
chore: update version in test_click_version
1 parent 4a05271 commit 7266c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_test_tools/test_click_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_click_version():
105105
When this tests fails you need to ensure that the current versions implementation
106106
of the click.testing.CliRunner remains compatible with our monkey-patched version
107107
"""
108-
assert click.__version__ == "8.1.7", message
108+
assert click.__version__ == "8.1.8", message
109109

110110

111111
@pytest.mark.parametrize("mix_stderr", [True, False])

0 commit comments

Comments
 (0)