From 8c2ef9dde8aa803e04038427ad84f09664d9d93f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:05:10 +0100 Subject: [PATCH] Update hashes in sync-typeshed.py following recent typeshed sync --- misc/sync-typeshed.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/sync-typeshed.py b/misc/sync-typeshed.py index 9d6fd92270a5..ee6414ab7b19 100644 --- a/misc/sync-typeshed.py +++ b/misc/sync-typeshed.py @@ -179,10 +179,10 @@ def main() -> None: print("Created typeshed sync commit.") commits_to_cherry_pick = [ - "588623ff2", # LiteralString reverts - "bdcc90e85", # sum reverts - "3e5d81337", # ctypes reverts - "344298e3a", # ParamSpec for functools.wraps + "d25e4a9eb", # LiteralString reverts + "d132999ba", # sum reverts + "dd12a2d81", # ctypes reverts + "0dd4b6f75", # ParamSpec for functools.wraps ] for commit in commits_to_cherry_pick: try: