diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18fbe07b..49746270 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,12 +16,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.287 + rev: v0.0.288 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index af2dff7b..3d6d48dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-timeout", "pytest-env", "httpx", - "httpx-ws", + "httpx-ws >=0.4.1", "requests", "websockets", "ipykernel",