Update orjson to 3.8.3 (#84878)

pull/84889/head
Franck Nijhof 2022-12-31 00:58:02 +01:00 committed by GitHub
parent 0a8514d7cd
commit 9b3d727e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ ifaddr==0.1.7
janus==1.0.0
jinja2==3.1.2
lru-dict==1.1.8
orjson==3.8.1
orjson==3.8.3
paho-mqtt==1.6.1
pillow==9.3.0
pip>=21.0,<22.4

View File

@ -43,7 +43,7 @@ dependencies = [
"PyJWT==2.5.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==38.0.3",
"orjson==3.8.1",
"orjson==3.8.3",
"pip>=21.0,<22.4",
"python-slugify==4.0.1",
"pyyaml==6.0",

View File

@ -17,7 +17,7 @@ jinja2==3.1.2
lru-dict==1.1.8
PyJWT==2.5.0
cryptography==38.0.3
orjson==3.8.1
orjson==3.8.3
pip>=21.0,<22.4
python-slugify==4.0.1
pyyaml==6.0