Update orjson to 3.8.11 (#92228)

This commit is contained in:
Franck Nijhof
2023-04-30 02:22:33 +02:00
committed by GitHub
parent 7d518c5484
commit 3a5a9a90b2
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ dependencies = [
"cryptography==40.0.2",
# pyOpenSSL 23.1.0 is required to work with cryptography 39+
"pyOpenSSL==23.1.0",
"orjson==3.8.10",
"orjson==3.8.11",
"pip>=21.0,<23.2",
"python-slugify==4.0.1",
"pyyaml==6.0",