Skip to content

Commit 9596403

Browse files
committed
Upgrading emulation-related resources
1 parent 4626945 commit 9596403

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

minet/browser/extensions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
AVAILABLE_EXTENSIONS = {
1414
"i-still-dont-care-about-cookies": {
15-
"url": "https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/releases/download/v1.1.1/ISDCAC-chrome-source.zip",
15+
"url": "https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/releases/download/v1.1.4/ISDCAC-chrome-source.zip",
1616
"root": "./",
1717
},
1818
"ublock-origin": {
19-
"url": "https://github.com/gorhill/uBlock/releases/download/1.52.2/uBlock0_1.52.2.chromium.zip",
19+
"url": "https://github.com/gorhill/uBlock/releases/download/1.58.0/uBlock0_1.58.0.chromium.zip",
2020
"root": "./uBlock0.chromium",
2121
},
2222
}

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ebbe==1.13.2
1818
json5==0.9.11
1919
lxml>=4.9.2,<5.2
2020
nanoid==2.0.0
21-
playwright==1.43.0
21+
playwright==1.46.0
2222
playwright-stealth==1.0.6
2323
pyyaml==6.0.1
2424
quenouille==1.9.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"json5>=0.8.5",
3636
"lxml>=4.3.0,<5.2",
3737
"nanoid>=2,<3",
38-
"playwright>=1.43,<1.44",
38+
"playwright>=1.46,<1.47",
3939
"playwright_stealth>=1.0.6,<2",
4040
"pyyaml",
4141
"quenouille>=1.9.1,<2",

0 commit comments

Comments
 (0)