From 6ab32efae88ee8de9850492210f47c7214f250e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:19:28 +0000 Subject: [PATCH] Update websockets requirement from <=13.1 to <=14.1 Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/1.0...14.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8c3dc2..f64f1ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ defusedxml<=0.7.1 nodriver<=0.36 # Pin version <= 0.36 to avoid breaking changes with headless mode validators>=0.34.0 # Stay on latest rembg<=2.0.57 # Pin because it causes: No module named onnxruntime -websockets<=13.1 # Pin because of some incompatible changes with nodriver after 0.36? Maybe not required +websockets<=14.1 # Pin because of some incompatible changes with nodriver after 0.36? Maybe not required anthropic>=0.40.0 # Stay on latest \ No newline at end of file