Skip to content

Commit 0ce5002

Browse files
committed
Upgrade to v1.52.4
1 parent b2b2a0c commit 0ce5002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch_python_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import toml
66

77
patchright_version = os.environ.get('playwright_version')
8-
patchright_version = "1.52.3"
8+
patchright_version = "1.52.4"
99

1010
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
1111
with open(file_path, "w") as f:

0 commit comments

Comments
 (0)