diff --git a/setup.py b/setup.py index f5b83a3..ceee0fd 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ REQUIRED = [ # type: ignore 'aiodns', 'aiohttp', - 'python-engineio==3.2.2', + 'python-engineio==3.3.2', 'python-socketio[asyncio_client]==3.1.2', 'websockets' ]