From abdcb9d0b167d939f3b98a4b7b6a67e28163ce0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:23:12 +0000 Subject: [PATCH] build(deps): bump websockets from 15.0.1 to 16.1 Bumps [websockets](https://github.com/python-websockets/websockets) from 15.0.1 to 16.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/15.0.1...16.1) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 282a411d308..2279a9c8c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "python-dotenv==1.2.2", "pytz==2026.2", "uuid-utils==0.17.0", - "websockets==15.0.1", + "websockets==16.1", # Server & development tools "gunicorn==26.0.0",