Skip to content

Commit 5e00d26

Browse files
authored
1 parent db59013 commit 5e00d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Documentation = "https://waio.readthedocs.io/"
1919
[tool.poetry.dependencies]
2020
python = "^3.6"
2121
aiohttp = "^3.7.4.post0"
22-
ujson = "^4.2.0"
22+
ujson = "5.1.0"
2323
dataclass-factory = "^2.11"
2424
loguru = "^0.5.3"
2525
aioredis = "2.0.0"
2626

2727
[build-system]
2828
requires = ["poetry-core>=1.0.0", "wheel>=0.36,<1.0", "poetry>=1.1,<2", "virtualenv==20.0.33"]
29-
build-backend = "poetry.core.masonry.api"
29+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)