Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ standard-aifc==3.13.0
standard-telnetlib==3.13.0
typing-extensions>=4.14.0,<5.0
ulid-transform==1.4.0
urllib3>=1.26.5,<2
urllib3>=2.0
uv==0.7.1
voluptuous-openapi==0.1.0
voluptuous-serialize==2.6.0
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions script/hassfest/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"pytz": "CalVer",
"requests": "SemVer",
"typing_extensions": "SemVer",
"urllib3": "SemVer",
"yarl": "SemVer",
}
PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
Expand Down