mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
chore(deps): bump orjson from 3.7.11 to 3.8.0
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.11 to 3.8.0. - [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.11...3.8.0) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c96c8c618a
commit
34c8ca3e31
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ setuptools.setup(
|
||||||
python_requires=">=3.8,<3.11",
|
python_requires=">=3.8,<3.11",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=["aiohttp", "typing_extensions"],
|
install_requires=["aiohttp", "typing_extensions"],
|
||||||
extras_require={"speedup": ["orjson==3.7.11"]},
|
extras_require={"speedup": ["orjson==3.8.0"]},
|
||||||
test_suite="tests",
|
test_suite="tests",
|
||||||
project_urls={
|
project_urls={
|
||||||
"Documentation": "https://docs.melisapy.site/",
|
"Documentation": "https://docs.melisapy.site/",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
orjson==3.7.11
|
orjson==3.8.0
|
Loading…
Reference in a new issue