mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump orjson to 3.8.10 (#91132)
changelog: https://github.com/ijl/orjson/compare/3.8.9...3.8.10
This commit is contained in:
parent
cf9ada3b0e
commit
f2d10473eb
@ -32,7 +32,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.9
|
orjson==3.8.10
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
pillow==9.4.0
|
pillow==9.4.0
|
||||||
pip>=21.0,<23.1
|
pip>=21.0,<23.1
|
||||||
|
@ -44,7 +44,7 @@ dependencies = [
|
|||||||
"cryptography==40.0.1",
|
"cryptography==40.0.1",
|
||||||
# pyOpenSSL 23.1.0 is required to work with cryptography 39+
|
# pyOpenSSL 23.1.0 is required to work with cryptography 39+
|
||||||
"pyOpenSSL==23.1.0",
|
"pyOpenSSL==23.1.0",
|
||||||
"orjson==3.8.9",
|
"orjson==3.8.10",
|
||||||
"pip>=21.0,<23.1",
|
"pip>=21.0,<23.1",
|
||||||
"python-slugify==4.0.1",
|
"python-slugify==4.0.1",
|
||||||
"pyyaml==6.0",
|
"pyyaml==6.0",
|
||||||
|
@ -18,7 +18,7 @@ lru-dict==1.1.8
|
|||||||
PyJWT==2.6.0
|
PyJWT==2.6.0
|
||||||
cryptography==40.0.1
|
cryptography==40.0.1
|
||||||
pyOpenSSL==23.1.0
|
pyOpenSSL==23.1.0
|
||||||
orjson==3.8.9
|
orjson==3.8.10
|
||||||
pip>=21.0,<23.1
|
pip>=21.0,<23.1
|
||||||
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