Update orjson to 3.9.3 (#97930)
parent
c9edc973f0
commit
d993aa59ea
|
@ -30,7 +30,7 @@ janus==1.0.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
lru-dict==1.2.0
|
lru-dict==1.2.0
|
||||||
mutagen==1.46.0
|
mutagen==1.46.0
|
||||||
orjson==3.9.2
|
orjson==3.9.3
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
Pillow==10.0.0
|
Pillow==10.0.0
|
||||||
|
|
|
@ -44,7 +44,7 @@ dependencies = [
|
||||||
"cryptography==41.0.3",
|
"cryptography==41.0.3",
|
||||||
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
||||||
"pyOpenSSL==23.2.0",
|
"pyOpenSSL==23.2.0",
|
||||||
"orjson==3.9.2",
|
"orjson==3.9.3",
|
||||||
"packaging>=23.1",
|
"packaging>=23.1",
|
||||||
"pip>=21.3.1",
|
"pip>=21.3.1",
|
||||||
"python-slugify==4.0.1",
|
"python-slugify==4.0.1",
|
||||||
|
|
|
@ -18,7 +18,7 @@ lru-dict==1.2.0
|
||||||
PyJWT==2.8.0
|
PyJWT==2.8.0
|
||||||
cryptography==41.0.3
|
cryptography==41.0.3
|
||||||
pyOpenSSL==23.2.0
|
pyOpenSSL==23.2.0
|
||||||
orjson==3.9.2
|
orjson==3.9.3
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
pip>=21.3.1
|
pip>=21.3.1
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
|
|
Loading…
Reference in New Issue