From c2319fcf29b9cbdc88acd269c97400609fdc6ed4 Mon Sep 17 00:00:00 2001 From: Josiah Baldwin Date: Mon, 17 Feb 2025 12:22:31 -0800 Subject: [PATCH] Updated requirements to websockets 15. This breaks things. --- docs/requirements.txt | 2 +- requirements.txt | Bin 138 -> 142 bytes setup.cfg | 2 +- tests/requirements.txt | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) 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 0449e97c8dbe4ed604f13976c4549ad5b4de8cd4..cabe955a5ca2237afd87ccd603c18dd33879708b 100644 GIT binary patch delta 19 XcmeBT>|>nZ!D-5%$6x@$6Mby~D%=DJ delta 15 WcmeBU>|&hY!D_;w$6z!u&=vq5xC5&I 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