From 055d43f3a0c2f7ee99352f9868cda0640f79f284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:46:21 +0000 Subject: [PATCH] chore(deps): update websockets requirement in /warehouse/oso_dagster 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.1...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- warehouse/oso_dagster/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warehouse/oso_dagster/pyproject.toml b/warehouse/oso_dagster/pyproject.toml index d2aa8c2d24..3c07da16af 100644 --- a/warehouse/oso_dagster/pyproject.toml +++ b/warehouse/oso_dagster/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pyiceberg[hive,s3fs]<1.0.0,>=0.8.1", "pyee>=12.1.1,<14.0.0", "aiotrino<1.0.0,>=0.2.3", - "websockets>=14.1,<16.0", + "websockets>=14.1,<17.0", "pydantic-settings<3.0.0,>=2.7.0", "oso-core", "pyoso",