From 72a447d7f60d136fe4b07972e2311aa83c837f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:03:51 +0000 Subject: [PATCH] chore: bump websockets from 13.1 to 14.1 Bumps [websockets](https://github.com/python-websockets/websockets) from 13.1 to 14.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.1...14.1) --- updated-dependencies: - dependency-name: websockets 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 ac26cabc..0383afa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ sync = [ "channels==4.2.0", "daphne==4.1.2", "pydantic==2.10.3", - "websockets==13.1", + "websockets==14.1", ] [project.scripts]