Bump orjson to 3.9.14 (#110552)

changelog: https://github.com/ijl/orjson/compare/3.9.13...3.9.14

fixes a crasher due to buffer overread (was only partially fixed in 3.9.13)
This commit is contained in:
J. Nick Koston 2024-02-14 11:57:47 -06:00 committed by Franck Nijhof
parent 393359a546
commit cdf67e9bb5
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ janus==1.0.0
Jinja2==3.1.3
lru-dict==1.3.0
mutagen==1.47.0
orjson==3.9.13
orjson==3.9.14
packaging>=23.1
paho-mqtt==1.6.1
Pillow==10.2.0

View File

@ -46,7 +46,7 @@ dependencies = [
"cryptography==42.0.2",
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==24.0.0",
"orjson==3.9.13",
"orjson==3.9.14",
"packaging>=23.1",
"pip>=21.3.1",
"python-slugify==8.0.1",

View File

@ -22,7 +22,7 @@ lru-dict==1.3.0
PyJWT==2.8.0
cryptography==42.0.2
pyOpenSSL==24.0.0
orjson==3.9.13
orjson==3.9.14
packaging>=23.1
pip>=21.3.1
python-slugify==8.0.1