Merge pull request #36 from MelisaDev/dependabot/pip/orjson-3.8.5

chore(deps): bump orjson from 3.8.3 to 3.8.5
This commit is contained in:
grey-cat-1908 2023-01-16 17:31:05 +03:00 committed by GitHub
commit 5318abb9ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ setuptools.setup(
python_requires=">=3.8,<3.11",
zip_safe=False,
install_requires=["aiohttp", "typing_extensions"],
extras_require={"speedup": ["orjson==3.8.3"]},
extras_require={"speedup": ["orjson==3.8.5"]},
test_suite="tests",
project_urls={
"Documentation": "https://docs.melisapy.site/",

View file

@ -1 +1 @@
orjson==3.8.3
orjson==3.8.5