From 12e09c353070afaf890bef6444e9c113f41235b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:24:24 +0000 Subject: [PATCH] Bump websockets from 14.1 to 14.2 in /alexa_shopping_list_sync/app Bumps [websockets](https://github.com/python-websockets/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 ... Signed-off-by: dependabot[bot] --- alexa_shopping_list_sync/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alexa_shopping_list_sync/app/requirements.txt b/alexa_shopping_list_sync/app/requirements.txt index 021cc19..996f638 100644 --- a/alexa_shopping_list_sync/app/requirements.txt +++ b/alexa_shopping_list_sync/app/requirements.txt @@ -3,5 +3,5 @@ black==24.10.0 pyotp===2.9.0 flask===3.1.0 hypercorn===0.17.3 -websockets===14.1 +websockets===14.2 apscheduler===3.10.4 \ No newline at end of file