Update orjson to 3.8.9 (#90570)

This commit is contained in:
Franck Nijhof 2023-03-31 13:59:49 +02:00 committed by GitHub
parent 6153f17155
commit 28736e2ce4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ ifaddr==0.1.7
janus==1.0.0
jinja2==3.1.2
lru-dict==1.1.8
orjson==3.8.7
orjson==3.8.9
paho-mqtt==1.6.1
pillow==9.4.0
pip>=21.0,<23.1

View file

@ -44,7 +44,7 @@ dependencies = [
"cryptography==40.0.1",
# pyOpenSSL 23.1.0 is required to work with cryptography 39+
"pyOpenSSL==23.1.0",
"orjson==3.8.7",
"orjson==3.8.9",
"pip>=21.0,<23.1",
"python-slugify==4.0.1",
"pyyaml==6.0",

View file

@ -18,7 +18,7 @@ lru-dict==1.1.8
PyJWT==2.6.0
cryptography==40.0.1
pyOpenSSL==23.1.0
orjson==3.8.7
orjson==3.8.9
pip>=21.0,<23.1
python-slugify==4.0.1
pyyaml==6.0