From a2bce8b718c5d517577f511ea3e0250091e6535f Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 9 Feb 2024 13:51:11 +0100 Subject: [PATCH] use released vcrpy again, now that it supports 3.12 --- requirements-dev.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8936260a..98832940 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,8 +3,7 @@ pytest-xdist pytest-forked pytest-clarity; python_version >= '3.6' urllib3<2 -vcrpy; python_version < '3.12' -git+https://github.com/kevin1024/vcrpy@69621c67fb29dedd9ece4a7bdbf50380fbe4c5ee; python_version >= '3.12' +vcrpy ansible_runner<2.0; python_version < '3.8' ansible_runner; python_version >= '3.8' python-debian<0.1.40; python_version < '3.7'