Skip to content

Commit

Permalink
Update orjson to 3.9.2 (home-assistant#96257)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 11, 2023
1 parent a7edf0a commit e9f76ed
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 @@ -30,7 +30,7 @@ janus==1.0.0
Jinja2==3.1.2
lru-dict==1.2.0
mutagen==1.46.0
orjson==3.9.1
orjson==3.9.2
paho-mqtt==1.6.1
Pillow==10.0.0
pip>=21.3.1,<23.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"cryptography==41.0.1",
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==23.2.0",
"orjson==3.9.1",
"orjson==3.9.2",
"pip>=21.3.1,<23.2",
"python-slugify==4.0.1",
"PyYAML==6.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lru-dict==1.2.0
PyJWT==2.7.0
cryptography==41.0.1
pyOpenSSL==23.2.0
orjson==3.9.1
orjson==3.9.2
pip>=21.3.1,<23.2
python-slugify==4.0.1
PyYAML==6.0
Expand Down

0 comments on commit e9f76ed

Please sign in to comment.