From 2e304edabc66d208f41f7a464dadf1498a4b5264 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik <37010174+vitabaks@users.noreply.github.com> Date: Fri, 24 May 2024 02:01:51 +0300 Subject: [PATCH] Molecule: Avoid requests 2.32.0 during testing (#663) --- .config/python/dev/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/python/dev/requirements.txt b/.config/python/dev/requirements.txt index bb70d770a..66994e4a6 100644 --- a/.config/python/dev/requirements.txt +++ b/.config/python/dev/requirements.txt @@ -1,3 +1,4 @@ +requests==2.31.0 docker==6.1.3 molecule==6.0.3 molecule-plugins==23.5.3