From fd44e030b264112eb6d07d3c2e5c16a093694310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:33:05 +0000 Subject: [PATCH] Bump websockets from 8.1 to 9.1 in /Scrapers Bumps [websockets](https://github.com/python-websockets/websockets) from 8.1 to 9.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Changelog](https://github.com/python-websockets/websockets/blob/9.1/docs/changelog.rst) - [Commits](https://github.com/python-websockets/websockets/compare/8.1...9.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Scrapers/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scrapers/pyproject.toml b/Scrapers/pyproject.toml index e2bf690..d9384c9 100644 --- a/Scrapers/pyproject.toml +++ b/Scrapers/pyproject.toml @@ -17,5 +17,5 @@ dependencies = [ "scrapegraphai>=1.37.1", "scrapling>=0.2.93", "v>=1", - "websockets==8.1", + "websockets==9.1", ]