From 2143584ede4aa674b3ab352f584cc52688cab3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 02:36:00 +0000 Subject: [PATCH] chore(deps): Bump websockets from 15.0.1 to 16.0 Bumps [websockets](https://github.com/python-websockets/websockets) from 15.0.1 to 16.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/15.0.1...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 01a5c6b..c216588 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ urllib3==2.5.* # API dependencies fastapi==0.120.* uvicorn[standard]==0.35.* -websockets==15.0.1 +websockets==16.0 # MT5 dependencies # mt5linux==0.1.* # Only available when running in Docker/Wine environment