From 8d121a0a1d248bba29c6fb52624e9fef84b0ce89 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Tue, 26 Dec 2023 10:52:14 +0100 Subject: [PATCH] Update requirements.txt (#30940) --- python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index be543c41ccf..959ef9966b5 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,8 +5,8 @@ blessings == 1.7 distro == 1.4 mozinfo == 1.2.1 mozlog == 7.1.0 -setuptools == 68.2.2; python_version > "3.8" -setuptools == 65.5.1; python_version <= "3.8" +setuptools == 68.2.2; python_version >= "3.8" +setuptools == 65.5.1; python_version < "3.8" toml == 0.9.2 dataclasses == 0.8; python_version < "3.7"