Bump orjson to 3.9.10 (#107898)

pull/107911/head
J. Nick Koston 2024-01-12 11:06:44 -10:00 committed by GitHub
parent 3a4c64b0a7
commit a7d21c709d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ janus==1.0.0
Jinja2==3.1.2
lru-dict==1.3.0
mutagen==1.47.0
orjson==3.9.9
orjson==3.9.10
packaging>=23.1
paho-mqtt==1.6.1
Pillow==10.1.0

View File

@ -46,7 +46,7 @@ dependencies = [
"cryptography==41.0.7",
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==23.2.0",
"orjson==3.9.9",
"orjson==3.9.10",
"packaging>=23.1",
"pip>=21.3.1",
"python-slugify==4.0.1",

View File

@ -22,7 +22,7 @@ lru-dict==1.3.0
PyJWT==2.8.0
cryptography==41.0.7
pyOpenSSL==23.2.0
orjson==3.9.9
orjson==3.9.10
packaging>=23.1
pip>=21.3.1
python-slugify==4.0.1