From e0860ceaf9cebc826a4eed07302c1c7abc433aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:23:57 +0000 Subject: [PATCH] Update urllib3 requirement from <3.0.0,>=2 to >=2.6.3,<3.0.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/2.0.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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 5299395..36d0a17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ pip==26.0.1 ruff==0.15.5 pre-commit==4.5.1 bumpver==2025.1131 -urllib3>=2,<3.0.0 +urllib3>=2.6.3,<3.0.0 pytest-homeassistant-custom-component==0.13.317