Bump orjson to 3.9.1 (#94514)
This commit is contained in:
parent
e8c87874b3
commit
829ca7c567
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ janus==1.0.0
|
|||
Jinja2==3.1.2
|
||||
lru-dict==1.1.8
|
||||
mutagen==1.46.0
|
||||
orjson==3.8.12
|
||||
orjson==3.9.1
|
||||
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.12",
|
||||
"orjson==3.9.1",
|
||||
"pip>=21.0,<23.2",
|
||||
"python-slugify==4.0.1",
|
||||
"PyYAML==6.0",
|
||||
|
|
|
@ -18,7 +18,7 @@ lru-dict==1.1.8
|
|||
PyJWT==2.7.0
|
||||
cryptography==40.0.2
|
||||
pyOpenSSL==23.1.0
|
||||
orjson==3.8.12
|
||||
orjson==3.9.1
|
||||
pip>=21.0,<23.2
|
||||
python-slugify==4.0.1
|
||||
PyYAML==6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue