Update orjson requirement from ==3.9.* to ==3.10.* (#397)

This commit is contained in:
dependabot[bot] 2024-04-01 22:24:41 +02:00 committed by GitHub
parent 3ba7563827
commit a560273e5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
coverage == 7.4.*
orjson == 3.9.*
orjson == 3.10.*
pre-commit == 3.5.*
python-decouple == 3.8
tox == 4.13.*