8000 Update typing-extensions to 4.14.0 (#146054) · home-assistant/core@22c2028 · GitHub
[go: up one dir, main page]

10000 Skip to content

Commit 22c2028

Browse files
authored
Update typing-extensions to 4.14.0 (#146054)
1 parent 39f687e commit 22c2028

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ securetar==2025.2.1
6666
SQLAlchemy==2.0.41
6767
standard-aifc==3.13.0
6868
standard-telnetlib==3.13.0
69-
typing-extensions>=4.13.0,<5.0
69+
typing-extensions>=4.14.0,<5.0
7070
ulid-transform==1.4.0
7171
urllib3>=1.26.5,<2
7272
uv==0.7.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dependencies = [
111111
"SQLAlchemy==2.0.41",
112112
"standard-aifc==3.13.0",
113113
"standard-telnetlib==3.13.0",
114-
"typing-extensions>=4.13.0,<5.0",
114+
"typing-extensions>=4.14.0,<5.0",
115115
"ulid-transform==1.4.0",
116116
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
117117
# Temporary setting an upper bound, to prevent compat issues with urllib3>=2

requirements.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0