Update orjson to 3.7.8 (#75484)

This commit is contained in:
Franck Nijhof 2022-07-20 11:39:07 +02:00 committed by GitHub
parent 93425b0e4d
commit 2db8b154c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ httpx==0.23.0
ifaddr==0.1.7
jinja2==3.1.2
lru-dict==1.1.8
orjson==3.7.7
orjson==3.7.8
paho-mqtt==1.6.1
pillow==9.2.0
pip>=21.0,<22.2

View file

@ -43,7 +43,7 @@ dependencies = [
"PyJWT==2.4.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==36.0.2",
"orjson==3.7.7",
"orjson==3.7.8",
"pip>=21.0,<22.2",
"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.4.0
cryptography==36.0.2
orjson==3.7.7
orjson==3.7.8
pip>=21.0,<22.2
python-slugify==4.0.1
pyyaml==6.0