mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
chore(deps): bump orjson from 3.7.1 to 3.7.2
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.7.1...3.7.2) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d789506361
commit
60e9c6b25c
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.1"
|
||||
"orjson==3.7.2"
|
||||
]
|
||||
},
|
||||
test_suite="tests",
|
||||
|
|
|
@ -1 +1 @@
|
|||
orjson==3.7.1
|
||||
orjson==3.7.2
|
Loading…
Reference in a new issue