From f2d8f93e627bf90addd498ec2c34ab5797a3b7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:06:22 +0000 Subject: [PATCH] Update urllib3 requirement from <2,>=1.26.5 to >=1.26.5,<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.26.5...2.3.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 1269626..f59ac86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ pip>=21.0,<24.4 ruff==0.8.4 pre-commit==4.0.1 bumpver==2024.1130 -urllib3>=1.26.5,<2 +urllib3>=1.26.5,<3 pytest-homeassistant-custom-component