Update orjson to 3.8.4 (#85195)

This commit is contained in:
Franck Nijhof 2023-01-05 12:34:23 +01:00 committed by GitHub
parent ab6535382d
commit 83f6e168e5
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.3
orjson==3.8.4
paho-mqtt==1.6.1
pillow==9.4.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.3",
"orjson==3.8.4",
"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.3
orjson==3.8.4
pip>=21.0,<22.4
python-slugify==4.0.1
pyyaml==6.0