Skip to content

Commit

Permalink
Upgrading emulation-related resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Sep 5, 2024
1 parent 4626945 commit 9596403
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions minet/browser/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

AVAILABLE_EXTENSIONS = {
"i-still-dont-care-about-cookies": {
"url": "https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/releases/download/v1.1.1/ISDCAC-chrome-source.zip",
"url": "https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/releases/download/v1.1.4/ISDCAC-chrome-source.zip",
"root": "./",
},
"ublock-origin": {
"url": "https://github.com/gorhill/uBlock/releases/download/1.52.2/uBlock0_1.52.2.chromium.zip",
"url": "https://github.com/gorhill/uBlock/releases/download/1.58.0/uBlock0_1.58.0.chromium.zip",
"root": "./uBlock0.chromium",
},
}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ebbe==1.13.2
json5==0.9.11
lxml>=4.9.2,<5.2
nanoid==2.0.0
playwright==1.43.0
playwright==1.46.0
playwright-stealth==1.0.6
pyyaml==6.0.1
quenouille==1.9.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"json5>=0.8.5",
"lxml>=4.3.0,<5.2",
"nanoid>=2,<3",
"playwright>=1.43,<1.44",
"playwright>=1.46,<1.47",
"playwright_stealth>=1.0.6,<2",
"pyyaml",
"quenouille>=1.9.1,<2",
Expand Down

0 comments on commit 9596403

Please sign in to comment.