From 79f94fdd0dd1e1702110801bbcb81956bcb26990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:10:13 +0000 Subject: [PATCH] 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a02b63b2..4180933d6 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "raven[flask]>=5.10,<7.0", "requests>=2.7.0,<3.0", "boto3>=1.26,<2.0", - "websockets>=10.3,<13.2", + "websockets>=10.3,<14.3", "PyYAML>=6.0.1", "lxml>=5.2.2,<5.4", "lxml_html_clean>=0.1.1,<0.5",