mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
Update orjson to 3.8.3 (#84878)
This commit is contained in:
parent
0a8514d7cd
commit
9b3d727e8e
@ -28,7 +28,7 @@ ifaddr==0.1.7
|
|||||||
janus==1.0.0
|
janus==1.0.0
|
||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
lru-dict==1.1.8
|
lru-dict==1.1.8
|
||||||
orjson==3.8.1
|
orjson==3.8.3
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
pillow==9.3.0
|
pillow==9.3.0
|
||||||
pip>=21.0,<22.4
|
pip>=21.0,<22.4
|
||||||
|
@ -43,7 +43,7 @@ dependencies = [
|
|||||||
"PyJWT==2.5.0",
|
"PyJWT==2.5.0",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==38.0.3",
|
"cryptography==38.0.3",
|
||||||
"orjson==3.8.1",
|
"orjson==3.8.3",
|
||||||
"pip>=21.0,<22.4",
|
"pip>=21.0,<22.4",
|
||||||
"python-slugify==4.0.1",
|
"python-slugify==4.0.1",
|
||||||
"pyyaml==6.0",
|
"pyyaml==6.0",
|
||||||
|
@ -17,7 +17,7 @@ jinja2==3.1.2
|
|||||||
lru-dict==1.1.8
|
lru-dict==1.1.8
|
||||||
PyJWT==2.5.0
|
PyJWT==2.5.0
|
||||||
cryptography==38.0.3
|
cryptography==38.0.3
|
||||||
orjson==3.8.1
|
orjson==3.8.3
|
||||||
pip>=21.0,<22.4
|
pip>=21.0,<22.4
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user