From 5194820399f98c9b40cf51286e331e05c69c2a6b Mon Sep 17 00:00:00 2001 From: AHReccese Date: Wed, 1 May 2024 13:54:08 +0330 Subject: [PATCH] fixing the critical requirements to trigger dependant bot --- dev-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1a2d695..03bce60 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ requests==2.31.0 -setuptools>=40.8.0 -wheel>=0.35.0 -twine>=3.5.0 +setuptools==40.8.0 +wheel==0.35.0 +twine==3.5.0 vulture>=1.0 bandit>=1.5.1 pydocstyle>=3.0.0