Update orjson to 3.8.5 (#86043)

This commit is contained in:
Franck Nijhof
2023-01-16 22:20:12 +01:00
committed by GitHub
parent c3c9ed6835
commit b85d6e6ede
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ dependencies = [
"cryptography==39.0.0",
# pyOpenSSL 23.0.0 is required to work with cryptography 39+
"pyOpenSSL==23.0.0",
"orjson==3.8.4",
"orjson==3.8.5",
"pip>=21.0,<22.4",
"python-slugify==4.0.1",
"pyyaml==6.0",