Update orjson to 3.9.4 (#98108)

This commit is contained in:
Marc Mueller
2023-08-10 08:37:59 +02:00
committed by GitHub
parent e05b74668c
commit 3dd377cb2a
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ dependencies = [
"cryptography==41.0.3",
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==23.2.0",
"orjson==3.9.3",
"orjson==3.9.4",
"packaging>=23.1",
"pip>=21.3.1",
"python-slugify==4.0.1",