mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Bump orjson to 3.8.12 (#92935)
changes: https://github.com/ijl/orjson/releases/tag/3.8.12
This commit is contained in:
parent
051d631504
commit
81796fbf7b
@ -33,7 +33,7 @@ janus==1.0.0
|
||||
jinja2==3.1.2
|
||||
lru-dict==1.1.8
|
||||
mutagen==1.46.0
|
||||
orjson==3.8.11
|
||||
orjson==3.8.12
|
||||
paho-mqtt==1.6.1
|
||||
pillow==9.5.0
|
||||
pip>=21.0,<23.2
|
||||
|
@ -44,7 +44,7 @@ dependencies = [
|
||||
"cryptography==40.0.2",
|
||||
# pyOpenSSL 23.1.0 is required to work with cryptography 39+
|
||||
"pyOpenSSL==23.1.0",
|
||||
"orjson==3.8.11",
|
||||
"orjson==3.8.12",
|
||||
"pip>=21.0,<23.2",
|
||||
"python-slugify==4.0.1",
|
||||
"pyyaml==6.0",
|
||||
|
@ -18,7 +18,7 @@ lru-dict==1.1.8
|
||||
PyJWT==2.6.0
|
||||
cryptography==40.0.2
|
||||
pyOpenSSL==23.1.0
|
||||
orjson==3.8.11
|
||||
orjson==3.8.12
|
||||
pip>=21.0,<23.2
|
||||
python-slugify==4.0.1
|
||||
pyyaml==6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user