diff --git a/poetry.lock b/poetry.lock index 36a5c8f..51383e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1192,8 +1192,8 @@ test = ["pytest", "pytest-asyncio"] [package.source] type = "git" url = "https://github.com/Mattwmaster58/playwright_stealth" -reference = "HEAD" -resolved_reference = "11a09ea492f1a43a5c1fee8ee79605b7f05fca43" +reference = "rc4" +resolved_reference = "c115046a0fb9735c88dcad7002332ac0d0b80e6a" [[package]] name = "pluggy" @@ -1940,4 +1940,4 @@ recaptcha = ["SpeechRecognition", "pydub"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "36a692950f71bce521461e68c6a0397816b8ec178734eb4df15aa9b93f58bd9e" +content-hash = "f0db0792270c54d68f2d143077dd538f219c12dcf7a7ec66ca00d606b649ac33" diff --git a/pyproject.toml b/pyproject.toml index 4b1b17c..4a75e48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ puremagic = "^1.28" async-timeout = {version = "^4.0.3", python = "<3.11"} aiohttp = {version = "^3.11.11", extras = ["speedups"]} aiohttp-socks = "^0.10" -playwright-stealth = {git = "https://github.com/Mattwmaster58/playwright_stealth"} +playwright-stealth = {git = "https://github.com/Mattwmaster58/playwright_stealth", rev = "rc4"} [tool.poetry.extras] recaptcha = ["pydub", "SpeechRecognition"]