From 0720b9925198f74ff461fe732d6d8bacc1631bf8 Mon Sep 17 00:00:00 2001 From: Ro'e Katz Date: Tue, 8 Oct 2024 19:17:01 +0300 Subject: [PATCH] Remove httpx from requirements-dev.txt It was installed in CI as 0.27.2, only then was regular requirements.txt installed and httpx 0.27.2 conflicted with opal's httpx 0.27.0 --- requirements-dev.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 36058eac..5de2378b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,4 @@ pytest aioresponses -httpx pytest-asyncio aiohttp>=3.9.4,<4