Skip to content

Commit 0d21a27

Browse files
authored
Merge pull request #641 from cllei12/main
Update playwright version to support Ubuntu 24.04
2 parents 3cb0e2f + eb03a4f commit 0d21a27

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"pandas==2.2.3",
1717
"parsel==1.9.1",
1818
"pillow==9.5.0",
19-
"playwright==1.42.0",
19+
"playwright==1.45.0",
2020
"pydantic==2.5.2",
2121
"pyexecjs==1.5.1",
2222
"python-dotenv==1.0.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
httpx==0.24.0
22
Pillow==9.5.0
3-
playwright==1.42.0
3+
playwright==1.45.0
44
tenacity==8.2.2
55
opencv-python
66
aiomysql==0.2.0

uv.lock

Lines changed: 17 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)