From 112141ca712cbf3375a760a1bbcd5bd96c9b1393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 09:55:24 +0000 Subject: [PATCH] Update websockets requirement from <16,>=14.2 to >=14.2,<17 Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/14.2...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a199beda..f7bfc96a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "rioxarray >=0.9.1, <0.21", "StrEnum >=0.4.6,<0.5", # TODO: use from stdlib when `python_requires = >=3.11` "vega >= 3.5,<4.2", - "websockets >= 14.2,<16", + "websockets >= 14.2,< 17", "xarray >=0.19,<2026.1", "urllib3 >= 2.1, < 2.7", "pydantic >= 2.10.6, < 2.13",