Adjust urllib3 constraint (#145485)

* Remove urllib3 upper bound constraint

* Disable neato

* Disable neato tests

* Simplify test ignore

* Add to PACKAGE_CHECK_VERSION_RANGE

* Adjust

* Adjust

* Force 2.0
This commit is contained in:
epenet
2025-06-11 15:11:58 +02:00
committed by GitHub
parent 42377ff7ac
commit acf31f609a
4 changed files with 4 additions and 6 deletions

View File

@@ -113,10 +113,7 @@ dependencies = [
"standard-telnetlib==3.13.0",
"typing-extensions>=4.14.0,<5.0",
"ulid-transform==1.4.0",
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
# Temporary setting an upper bound, to prevent compat issues with urllib3>=2
# https://github.com/home-assistant/core/issues/97248
"urllib3>=1.26.5,<2",
"urllib3>=2.0",
"uv==0.7.1",
"voluptuous==0.15.2",
"voluptuous-serialize==2.6.0",