From 48c188326543026b57a2fa3a0a27af090c3208a3 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 27 Sep 2023 12:47:30 -0400 Subject: [PATCH] Revert "Bump astroid from 2.15.7 to 3.0.0 in /it/python" --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 7cad825093..8244ab176b 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple -astroid==3.0.0 ; python_full_version >= '3.7.2' +astroid==2.15.7 ; python_full_version >= '3.7.2' certifi==2023.7.22 ; python_version >= '3.6'