From a251c9c30fc66fea09bbf350cc363f8160050430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:09:57 +0000 Subject: [PATCH] deps(deps): update websockets requirement in /fmu-executor 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/17.0...17.0.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 17.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fmu-executor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmu-executor/requirements.txt b/fmu-executor/requirements.txt index b97c984..c25f00c 100644 --- a/fmu-executor/requirements.txt +++ b/fmu-executor/requirements.txt @@ -1,5 +1,5 @@ fastapi>=0.141.1,<1 uvicorn[standard]>=0.52.0,<1 fmpy>=0.3.30,<1 -websockets>=17.0,<18 +websockets>=17.0.1,<18 pydantic>=2.13.4,<3