From f78583898d026f951de669f3e8fe5112a128b4b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:05:45 +0000 Subject: [PATCH] Update urllib3 requirement from <=1.26.16 to <=2.1.0 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/0.3...2.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 05bf4e1..ce925ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ selenium==3.141.0 robotframework-appiumlibrary==1.6.4 psutil>=5.6.0 Appium-Python-Client==1.3.0 -urllib3<=1.26.16 +urllib3<=2.1.0