mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
chore(deps): bump orjson from 3.6.8 to 3.6.9
Bumps [orjson](https://github.com/ijl/orjson) from 3.6.8 to 3.6.9. - [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.6.8...3.6.9) --- 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
8a418803f4
commit
958145591d
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