Skip to content
Snippets Groups Projects
Unverified Commit d65e639f authored by Franck Nijhof's avatar Franck Nijhof Committed by GitHub
Browse files

Update orjson to 3.8.1 (#81000)

parent 9ed31bb8
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ httpx==0.23.0 ...@@ -26,7 +26,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.11 orjson==3.8.1
paho-mqtt==1.6.1 paho-mqtt==1.6.1
pillow==9.2.0 pillow==9.2.0
pip>=21.0,<22.4 pip>=21.0,<22.4
......
...@@ -43,7 +43,7 @@ dependencies = [ ...@@ -43,7 +43,7 @@ dependencies = [
"PyJWT==2.5.0", "PyJWT==2.5.0",
# PyJWT has loose dependency. We want the latest one. # PyJWT has loose dependency. We want the latest one.
"cryptography==38.0.1", "cryptography==38.0.1",
"orjson==3.7.11", "orjson==3.8.1",
"pip>=21.0,<22.4", "pip>=21.0,<22.4",
"python-slugify==4.0.1", "python-slugify==4.0.1",
"pyyaml==6.0", "pyyaml==6.0",
......
...@@ -17,7 +17,7 @@ jinja2==3.1.2 ...@@ -17,7 +17,7 @@ jinja2==3.1.2
lru-dict==1.1.8 lru-dict==1.1.8
PyJWT==2.5.0 PyJWT==2.5.0
cryptography==38.0.1 cryptography==38.0.1
orjson==3.7.11 orjson==3.8.1
pip>=21.0,<22.4 pip>=21.0,<22.4
python-slugify==4.0.1 python-slugify==4.0.1
pyyaml==6.0 pyyaml==6.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment