Bump orjson to 3.9.9 (#102267)
This commit is contained in:
parent
20fdd45e60
commit
159b623b95
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ janus==1.0.0
|
|||
Jinja2==3.1.2
|
||||
lru-dict==1.2.0
|
||||
mutagen==1.47.0
|
||||
orjson==3.9.7
|
||||
orjson==3.9.9
|
||||
packaging>=23.1
|
||||
paho-mqtt==1.6.1
|
||||
Pillow==10.0.1
|
||||
|
|
|
@ -44,7 +44,7 @@ dependencies = [
|
|||
"cryptography==41.0.4",
|
||||
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
||||
"pyOpenSSL==23.2.0",
|
||||
"orjson==3.9.7",
|
||||
"orjson==3.9.9",
|
||||
"packaging>=23.1",
|
||||
"pip>=21.3.1",
|
||||
"python-slugify==4.0.1",
|
||||
|
|
|
@ -18,7 +18,7 @@ lru-dict==1.2.0
|
|||
PyJWT==2.8.0
|
||||
cryptography==41.0.4
|
||||
pyOpenSSL==23.2.0
|
||||
orjson==3.9.7
|
||||
orjson==3.9.9
|
||||
packaging>=23.1
|
||||
pip>=21.3.1
|
||||
python-slugify==4.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue