diff --git a/requirements.txt b/requirements.txt index 26e3c0d..c34bfd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ wafw00f python-whois sockets python-engineio==3.14.2 -python-socketio[client]==4.6.0 +python-socketio[client]==5.16.2 google notifypy notify-py \ No newline at end of file diff --git a/setup.py b/setup.py index 68f0eac..6153fd6 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'python-whois', 'sockets', 'python-engineio==3.14.2', - 'python-socketio[client]==4.6.0', + 'python-socketio[client]==5.16.2', 'google', 'notifypy' ],