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
3 changed files with 3 additions and 3 deletions

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.8",
"orjson==3.7.11",
"pip>=21.0,<22.3",
"python-slugify==4.0.1",
"pyyaml==6.0",