From 8bfea85f2405c874685dd3d91c81aaf2e1cc6534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:24:58 +0000 Subject: [PATCH] :arrow_up: Bump undetected-chromedriver from 3.2.1 to 3.5.5 Bumps [undetected-chromedriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver) from 3.2.1 to 3.5.5. - [Commits](https://github.com/ultrafunkamsterdam/undetected-chromedriver/commits) --- updated-dependencies: - dependency-name: undetected-chromedriver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index d96280a..0bcc7b8 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6. trio-websocket==0.9.2; python_version >= "3.7" and python_version < "4.0" trio==0.22.0; python_version >= "3.7" and python_version < "4.0" typer==0.4.2; python_version >= "3.6" -undetected-chromedriver==3.2.1 +undetected-chromedriver==3.5.5 urllib3==1.26.13; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0" websockets==10.4; python_version >= "3.7" wsproto==1.2.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.0"