From 0fb384f53f4f237132c855ede15aecd84e6107bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:25:07 -0600 Subject: [PATCH] chore(deps): bump websockets from 14.0 to 14.1 (#518) Bumps [websockets](https://github.com/python-websockets/websockets) from 14.0 to 14.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/14.0...14.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f7d791..7abafcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,5 +47,5 @@ urllib3==1.26.7; python_full_version >= "3.6.1" and python_version < "4" uvicorn==0.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" uvloop==0.21.0 watchgod==0.8.2 -websockets==14.0 +websockets==14.1 yarl==1.7.0; python_version >= "3.7" and python_version < "4.0"