Update orjson to 3.7.11 (#76171)

This commit is contained in:
Franck Nijhof 2022-08-04 21:37:57 +02:00 committed by GitHub
parent d76ebbbb0b
commit 33bf94c4b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -43,7 +43,7 @@ dependencies = [
"PyJWT==2.4.0", "PyJWT==2.4.0",
# PyJWT has loose dependency. We want the latest one. # PyJWT has loose dependency. We want the latest one.
"cryptography==36.0.2", "cryptography==36.0.2",
"orjson==3.7.8", "orjson==3.7.11",
"pip>=21.0,<22.3", "pip>=21.0,<22.3",
"python-slugify==4.0.1", "python-slugify==4.0.1",
"pyyaml==6.0", "pyyaml==6.0",

View File

@ -17,7 +17,7 @@ jinja2==3.1.2
lru-dict==1.1.8 lru-dict==1.1.8
PyJWT==2.4.0 PyJWT==2.4.0
cryptography==36.0.2 cryptography==36.0.2
orjson==3.7.8 orjson==3.7.11
pip>=21.0,<22.3 pip>=21.0,<22.3
python-slugify==4.0.1 python-slugify==4.0.1
pyyaml==6.0 pyyaml==6.0