Skip to content

Commit

Permalink
Update typing-extensions to 4.12.0 (home-assistant#118020)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored May 24, 2024
1 parent a6ca5c5 commit 01ace8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pyudev==0.24.1
PyYAML==6.0.1
requests==2.31.0
SQLAlchemy==2.0.30
typing-extensions>=4.11.0,<5.0
typing-extensions>=4.12.0,<5.0
ulid-transform==0.9.0
urllib3>=1.26.5,<2
voluptuous-serialize==2.6.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies = [
"PyYAML==6.0.1",
"requests==2.31.0",
"SQLAlchemy==2.0.30",
"typing-extensions>=4.11.0,<5.0",
"typing-extensions>=4.12.0,<5.0",
"ulid-transform==0.9.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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python-slugify==8.0.4
PyYAML==6.0.1
requests==2.31.0
SQLAlchemy==2.0.30
typing-extensions>=4.11.0,<5.0
typing-extensions>=4.12.0,<5.0
ulid-transform==0.9.0
urllib3>=1.26.5,<2
voluptuous==0.13.1
Expand Down

0 comments on commit 01ace8c

Please sign in to comment.