From 3a9609669326909e3ad2ef8bb3c9d4182daad991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 08:35:03 +0000 Subject: [PATCH] chore(deps): Bump websockets in /examples in the all group Bumps the all group in /examples with 1 update: [websockets](https://github.com/python-websockets/websockets). Updates `websockets` from 14.1 to 14.2 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/14.1...14.2) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index 369e6fb927..e4249227a7 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,2 +1,2 @@ requests==2.32.3 -websockets==14.1 +websockets==14.2