Skip to content

Commit 597e27d

Browse files
committed
Update to v1.55.2
1 parent 4a28be3 commit 597e27d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,8 @@ cython_debug/
160160
# and can be added to the global gitignore or merged into this file. For a more nuclear
161161
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162162
.idea/
163-
.DS_Store
163+
.DS_Store
164+
165+
# Playwright Tests
166+
playwright-python/
167+
tests/

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.55.1"
8+
patchright_version = "1.55.2"
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)