From e44d6009c61521dde9298aa459df1ce396196ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:51:47 +0000 Subject: [PATCH] Update urllib3 requirement from <=1.26.16 to <=2.2.2 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.2.2) --- 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..9666057 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.2.2