Skip to content

Commit

Permalink
Bump minimum typing_extensions to 4.6.3 (#94587)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeDom- committed Jun 15, 2023
1 parent 334dacc commit 64d914d
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 @@ -46,7 +46,7 @@ PyYAML==6.0
requests==2.31.0
scapy==2.5.0
SQLAlchemy==2.0.15
typing_extensions>=4.5.0,<5.0
typing_extensions>=4.6.3,<5.0
ulid-transform==0.7.2
voluptuous-serialize==2.6.0
voluptuous==0.13.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
"python-slugify==4.0.1",
"PyYAML==6.0",
"requests==2.31.0",
"typing_extensions>=4.5.0,<5.0",
"typing_extensions>=4.6.3,<5.0",
"ulid-transform==0.7.2",
"voluptuous==0.13.1",
"voluptuous-serialize==2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip>=21.0,<23.2
python-slugify==4.0.1
PyYAML==6.0
requests==2.31.0
typing_extensions>=4.5.0,<5.0
typing_extensions>=4.6.3,<5.0
ulid-transform==0.7.2
voluptuous==0.13.1
voluptuous-serialize==2.6.0
Expand Down

0 comments on commit 64d914d

Please sign in to comment.