Skip to content

Commit 82db1ff

Browse files
authored
Update typing-extensions to 4.13.0 (home-assistant#141465)
1 parent 06f6c86 commit 82db1ff

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
@@ -65,7 +65,7 @@ securetar==2025.2.1
6565
SQLAlchemy==2.0.39
6666
standard-aifc==3.13.0
6767
standard-telnetlib==3.13.0
68-
typing-extensions>=4.12.2,<5.0
68+
typing-extensions>=4.13.0,<5.0
6969
ulid-transform==1.4.0
7070
urllib3>=1.26.5,<2
7171
uv==0.6.8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies = [
7171
"SQLAlchemy==2.0.39",
7272
"standard-aifc==3.13.0",
7373
"standard-telnetlib==3.13.0",
74-
"typing-extensions>=4.12.2,<5.0",
74+
"typing-extensions>=4.13.0,<5.0",
7575
"ulid-transform==1.4.0",
7676
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
7777
# 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)