diff --git a/poetry.lock b/poetry.lock index 0504cea..6ae334f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2481,19 +2481,20 @@ type = ["importlib-metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (==1.11 [[package]] name = "simple-websocket" -version = "1.0.0" +version = "1.1.0" description = "Simple WebSocket server and client for Python" optional = false python-versions = ">=3.6" files = [ - {file = "simple-websocket-1.0.0.tar.gz", hash = "sha256:17d2c72f4a2bd85174a97e3e4c88b01c40c3f81b7b648b0cc3ce1305968928c8"}, - {file = "simple_websocket-1.0.0-py3-none-any.whl", hash = "sha256:1d5bf585e415eaa2083e2bcf02a3ecf91f9712e7b3e6b9fa0b461ad04e0837bc"}, + {file = "simple_websocket-1.1.0-py3-none-any.whl", hash = "sha256:4af6069630a38ed6c561010f0e11a5bc0d4ca569b36306eb257cd9a192497c8c"}, + {file = "simple_websocket-1.1.0.tar.gz", hash = "sha256:7939234e7aa067c534abdab3a9ed933ec9ce4691b0713c78acb195560aa52ae4"}, ] [package.dependencies] wsproto = "*" [package.extras] +dev = ["flake8", "pytest", "pytest-cov", "tox"] docs = ["sphinx"] [[package]] @@ -3233,4 +3234,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11,<3.13" -content-hash = "876bf81a860388d653423eb2a4f6fa60b663554c09bd4cd56f9546e1d95e9c30" +content-hash = "f0113ccd5c54ec478f205613e6bae7353a3e5906a203f6b56b478ee154704f50" diff --git a/pyproject.toml b/pyproject.toml index 3673ea5..ebd3864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest = "^8.3.3" pytest-cov = "^6.0.0" pytest-timeout = "^2.3.1" pytest-asyncio = "^0.24.0" -simple-websocket = "^1.0.0" +simple-websocket = "^1.1.0" torch = [ # Install the CUDA version on Windows. Projects that depend on us always get their dependencies from PyPI, so # there's no point moving this to the main dependencies section.