mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user