mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Update orjson to 3.7.7 (#74581)
This commit is contained in:
parent
0c29b68cf8
commit
4261595078
@ -20,7 +20,7 @@ httpx==0.23.0
|
|||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
lru-dict==1.1.7
|
lru-dict==1.1.7
|
||||||
orjson==3.7.5
|
orjson==3.7.7
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
pillow==9.2.0
|
pillow==9.2.0
|
||||||
pip>=21.0,<22.2
|
pip>=21.0,<22.2
|
||||||
|
@ -42,7 +42,7 @@ dependencies = [
|
|||||||
"PyJWT==2.4.0",
|
"PyJWT==2.4.0",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==36.0.2",
|
"cryptography==36.0.2",
|
||||||
"orjson==3.7.5",
|
"orjson==3.7.7",
|
||||||
"pip>=21.0,<22.2",
|
"pip>=21.0,<22.2",
|
||||||
"python-slugify==4.0.1",
|
"python-slugify==4.0.1",
|
||||||
"pyyaml==6.0",
|
"pyyaml==6.0",
|
||||||
|
@ -16,7 +16,7 @@ jinja2==3.1.2
|
|||||||
lru-dict==1.1.7
|
lru-dict==1.1.7
|
||||||
PyJWT==2.4.0
|
PyJWT==2.4.0
|
||||||
cryptography==36.0.2
|
cryptography==36.0.2
|
||||||
orjson==3.7.5
|
orjson==3.7.7
|
||||||
pip>=21.0,<22.2
|
pip>=21.0,<22.2
|
||||||
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