From 38a30625dfbb13718805a7f728885f1db3c96ab1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2024 18:50:36 +0300 Subject: [PATCH] Pin fire to latest version 0.7.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 26879cf..cd6c2c0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,6 +15,6 @@ pylint==2.10.1;python_version>="3.8" astroid==2.2.5;python_version=="3.7" astroid==2.7.2;python_version>="3.8" mock -fire +fire==0.7.0 coloredlogs PyYAML>=5.1.1