mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
Merge pull request #11 from MelisaDev/dependabot/pip/orjson-3.7.1
chore(deps): bump orjson from 3.7.0 to 3.7.1
This commit is contained in:
commit
d789506361
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ setuptools.setup(
|
|||
],
|
||||
extras_require={
|
||||
"speedup": [
|
||||
"orjson==3.7.0"
|
||||
"orjson==3.7.1"
|
||||
]
|
||||
},
|
||||
test_suite="tests",
|
||||
|
|
|
@ -1 +1 @@
|
|||
orjson==3.7.0
|
||||
orjson==3.7.1
|
Loading…
Reference in a new issue