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