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