upgrade to protobuf 5.29.1; add one missing type

This commit is contained in:
scito 2024-12-06 16:40:27 +01:00 committed by Roland Kurmann
parent b54974e584
commit 6a2dc80ad4
4 changed files with 18 additions and 18 deletions

View file

@ -988,7 +988,7 @@ def test_img_qr_reader_from_wildcard(capsys: pytest.CaptureFixture[str]) -> None
assert normalize_testfile_path(captured.err) == EXPECTED_STDERR_NO_OTP_URL
def normalize_testfile_path(text: str):
def normalize_testfile_path(text: str) -> str:
return text.replace('tests/data\\', 'tests/data/') if sys.platform.startswith("win") else text