Updated requirements to websockets 15. This breaks things.

This commit is contained in:
Josiah Baldwin
2025-02-17 12:22:31 -08:00
parent 4d1c25a35c
commit c2319fcf29
4 changed files with 3 additions and 3 deletions

View File

@@ -8,5 +8,5 @@ sphinx-toolbox>=2.16.0
cffi~=1.17.1 cffi~=1.17.1
cryptography~=44.0.1 cryptography~=44.0.1
pycparser~=2.22 pycparser~=2.22
websockets~=14.2 websockets~=15.0.0
enum_tools enum_tools

Binary file not shown.

View File

@@ -45,7 +45,7 @@ python_requires = >=3.8
install_requires = install_requires =
importlib-metadata importlib-metadata
cryptography~=44.0.1 cryptography~=44.0.1
websockets~=14.2 websockets~=15.0.0
python-socks[asyncio]~=2.5.3 python-socks[asyncio]~=2.5.3

View File

@@ -3,4 +3,4 @@ pytest-asyncio
cffi==1.17.1 cffi==1.17.1
cryptography~=44.0.1 cryptography~=44.0.1
pycparser==2.22 pycparser==2.22
websockets~=14.2 websockets~=15.0.0