From 38ebaaa90a5e5bc1b9e7747a6c7af73538b13e63 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 31 Mar 2026 17:30:41 +0800 Subject: [PATCH] Remove requests dependency from dev-requirements.txt --- dev-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9b6012aaa..476c7d108 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,6 +3,5 @@ flake8==7.3.0 pytest-timeout==2.4.0 pytest-asyncio==1.2.0; python_version == '3.9' # version 1.2.0 is the last one supporting Python 3.9 pytest-asyncio==1.3.0; python_version >= '3.10' -requests==2.32.5 httpx==0.28.1 httpx_ws==0.7.2 # upgrading leads to failures in tests \ No newline at end of file