From e4311effdf82864222195f0ebe4e602345acc81b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:35:33 +0000 Subject: [PATCH] chore: bump websockets from 13.1 to 14.2 Bumps [websockets](https://github.com/python-websockets/websockets) from 13.1 to 14.2. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.1...14.2) --- 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 50ef9dcc..10cbeef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ sync = [ "channels==4.2.0", "daphne==4.1.2", "pydantic==2.10.5", - "websockets==13.1", + "websockets==14.2", ] [project.scripts]