Skip to content

Commit

Permalink
Update lru-dict to 1.1.8 (home-assistant#74932)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 10, 2022
1 parent 261c52e commit d697bb5
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 @@ -19,7 +19,7 @@ home-assistant-frontend==20220707.0
httpx==0.23.0
ifaddr==0.1.7
jinja2==3.1.2
lru-dict==1.1.7
lru-dict==1.1.8
orjson==3.7.7
paho-mqtt==1.6.1
pillow==9.2.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"httpx==0.23.0",
"ifaddr==0.1.7",
"jinja2==3.1.2",
"lru-dict==1.1.7",
"lru-dict==1.1.8",
"PyJWT==2.4.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==36.0.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ciso8601==2.2.0
httpx==0.23.0
ifaddr==0.1.7
jinja2==3.1.2
lru-dict==1.1.7
lru-dict==1.1.8
PyJWT==2.4.0
cryptography==36.0.2
orjson==3.7.7
Expand Down

0 comments on commit d697bb5

Please sign in to comment.