diff --git a/misc/sync-typeshed.py b/misc/sync-typeshed.py index 813ced68a1b3..b13405487f81 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 = [ - "250e6fda7", # LiteralString reverts - "a633a7283", # sum reverts - "1ceeb1fdb", # ctypes reverts - "e1a82a2b8", # ParamSpec for functools.wraps + "ac6563199", # LiteralString reverts + "d8674f387", # sum reverts + "e437cdf9c", # ctypes reverts + "e85f54e52", # ParamSpec for functools.wraps ] for commit in commits_to_cherry_pick: subprocess.run(["git", "cherry-pick", commit], check=True)