Skip to content

Commit

Permalink
chore(deps): update dependency aiorpcx to >=0.24,<0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 6947961 commit 9a3be93
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 @@ -6,7 +6,7 @@
version=version,
scripts=['electrumx_server', 'electrumx_rpc', 'electrumx_compact_history'],
python_requires='>=3.7',
install_requires=['aiorpcX[ws]>=0.18.5,<0.19', 'attrs',
install_requires=['aiorpcX[ws]>=0.24,<0.25', 'attrs',
'plyvel', 'pylru', 'aiohttp>=3.3,<4'],
extras_require={
'rapidjson': ['python-rapidjson>=1.10,<1.11.0'],
Expand Down

0 comments on commit 9a3be93

Please sign in to comment.