From 8f0b9480585550fd95aca312d09c97a8c073e27d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:03:34 +0000 Subject: [PATCH] Update urllib3 requirement from <2,>1 to >1,<3 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/1.0.1...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_full.txt b/requirements_full.txt index 51ed016f5d..bdddcbee6a 100644 --- a/requirements_full.txt +++ b/requirements_full.txt @@ -10,5 +10,5 @@ PyQt6 regex setuptools; python_version>="3.12" six -urllib3>1,<2 +urllib3>1,<3 typing_extensions>=4.4.0