diff --git a/docs/requirements.txt b/docs/requirements.txt index ecf7317..96865ff 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,5 +8,5 @@ sphinx-toolbox>=2.16.0 cffi~=1.17.1 cryptography~=44.0.1 pycparser~=2.22 -websockets~=14.2 +websockets~=15.0.0 enum_tools \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0449e97..cabe955 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/setup.cfg b/setup.cfg index 7117231..ce7c3f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ python_requires = >=3.8 install_requires = importlib-metadata cryptography~=44.0.1 - websockets~=14.2 + websockets~=15.0.0 python-socks[asyncio]~=2.5.3 diff --git a/tests/requirements.txt b/tests/requirements.txt index c6afd10..539d7da 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,4 +3,4 @@ pytest-asyncio cffi==1.17.1 cryptography~=44.0.1 pycparser==2.22 -websockets~=14.2 \ No newline at end of file +websockets~=15.0.0 \ No newline at end of file