mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
Merge pull request #9 from MelisaDev/dependabot/pip/orjson-3.6.9
chore(deps): bump orjson from 3.6.8 to 3.6.9
This commit is contained in:
commit
1857a2eefd
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.6.8"
|
||||
"orjson==3.6.9"
|
||||
]
|
||||
},
|
||||
test_suite="tests",
|
||||
|
|
|
@ -1 +1 @@
|
|||
orjson==3.6.8
|
||||
orjson==3.6.9
|
Loading…
Reference in a new issue