mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Update orjson to 3.8.5 (#86043)
This commit is contained in:
parent
c3c9ed6835
commit
b85d6e6ede
@ -30,7 +30,7 @@ ifaddr==0.1.7
|
||||
janus==1.0.0
|
||||
jinja2==3.1.2
|
||||
lru-dict==1.1.8
|
||||
orjson==3.8.4
|
||||
orjson==3.8.5
|
||||
paho-mqtt==1.6.1
|
||||
pillow==9.4.0
|
||||
pip>=21.0,<22.4
|
||||
|
@ -45,7 +45,7 @@ dependencies = [
|
||||
"cryptography==39.0.0",
|
||||
# pyOpenSSL 23.0.0 is required to work with cryptography 39+
|
||||
"pyOpenSSL==23.0.0",
|
||||
"orjson==3.8.4",
|
||||
"orjson==3.8.5",
|
||||
"pip>=21.0,<22.4",
|
||||
"python-slugify==4.0.1",
|
||||
"pyyaml==6.0",
|
||||
|
@ -18,7 +18,7 @@ lru-dict==1.1.8
|
||||
PyJWT==2.5.0
|
||||
cryptography==39.0.0
|
||||
pyOpenSSL==23.0.0
|
||||
orjson==3.8.4
|
||||
orjson==3.8.5
|
||||
pip>=21.0,<22.4
|
||||
python-slugify==4.0.1
|
||||
pyyaml==6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user