Skip to content

Commit b85d6e6

Browse files
authored
Update orjson to 3.8.5 (home-assistant#86043)
1 parent c3c9ed6 commit b85d6e6

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
@@ -30,7 +30,7 @@ ifaddr==0.1.7
3030
janus==1.0.0
3131
jinja2==3.1.2
3232
lru-dict==1.1.8
33-
orjson==3.8.4
33+
orjson==3.8.5
3434
paho-mqtt==1.6.1
3535
pillow==9.4.0
3636
pip>=21.0,<22.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"cryptography==39.0.0",
4646
# pyOpenSSL 23.0.0 is required to work with cryptography 39+
4747
"pyOpenSSL==23.0.0",
48-
"orjson==3.8.4",
48+
"orjson==3.8.5",
4949
"pip>=21.0,<22.4",
5050
"python-slugify==4.0.1",
5151
"pyyaml==6.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lru-dict==1.1.8
1818
PyJWT==2.5.0
1919
cryptography==39.0.0
2020
pyOpenSSL==23.0.0
21-
orjson==3.8.4
21+
orjson==3.8.5
2222
pip>=21.0,<22.4
2323
python-slugify==4.0.1
2424
pyyaml==6.0

0 commit comments

Comments
 (0)