From f26442a5a2882799b9c1c4126f23525ebf15ad62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Juli=C3=A1n=20Espina?= Date: Wed, 22 May 2024 08:51:37 -0600 Subject: [PATCH] fix: pin requests to make pylxd work Track https://github.com/psf/requests/issues/6707 to ensure we remove the pin after the issue is fixed. --- dev-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4d12ba8..09820df 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,4 +3,5 @@ pylxd ~= 2.3 pytest ~= 7.2 pytest-operator ~= 0.34 pytest-order ~= 1.1 -tenacity ~= 8.2 \ No newline at end of file +tenacity ~= 8.2 +requests ~= 2.31.0 # TODO: track https://github.com/psf/requests/issues/6707