Bump orjson to 3.7.5 (#74083)
This commit is contained in:
parent
1e0788aeea
commit
df357962b3
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ httpx==0.23.0
|
|||
ifaddr==0.1.7
|
||||
jinja2==3.1.2
|
||||
lru-dict==1.1.7
|
||||
orjson==3.7.2
|
||||
orjson==3.7.5
|
||||
paho-mqtt==1.6.1
|
||||
pillow==9.1.1
|
||||
pip>=21.0,<22.2
|
||||
|
|
|
@ -41,7 +41,7 @@ dependencies = [
|
|||
"PyJWT==2.4.0",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
"cryptography==36.0.2",
|
||||
"orjson==3.7.2",
|
||||
"orjson==3.7.5",
|
||||
"pip>=21.0,<22.2",
|
||||
"python-slugify==4.0.1",
|
||||
"pyyaml==6.0",
|
||||
|
|
|
@ -15,7 +15,7 @@ ifaddr==0.1.7
|
|||
jinja2==3.1.2
|
||||
PyJWT==2.4.0
|
||||
cryptography==36.0.2
|
||||
orjson==3.7.2
|
||||
orjson==3.7.5
|
||||
pip>=21.0,<22.2
|
||||
python-slugify==4.0.1
|
||||
pyyaml==6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue