Skip to content

Commit

Permalink
chore(deps): update dependency python-rapidjson to >=1.15,<1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 6947961 commit 2cea0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
install_requires=['aiorpcX[ws]>=0.18.5,<0.19', 'attrs',
'plyvel', 'pylru', 'aiohttp>=3.3,<4'],
extras_require={
'rapidjson': ['python-rapidjson>=1.10,<1.11.0'],
'rapidjson': ['python-rapidjson>=1.15,<1.16'],
'rocksdb': ['python-rocksdb>=0.6.9'],
'ujson': ['ujson>=2.0.0,<4.0.0'],
'uvloop': ['uvloop>=0.14'],
Expand Down

0 comments on commit 2cea0c4

Please sign in to comment.