From e62e7359677426d4423f4becea2d219ea24077eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:57:55 +0100 Subject: [PATCH] Update fire requirement from <0.5.0,>=0.4.0 to >=0.4.0,<0.6.0 (#284) Updates the requirements on [fire](https://github.com/google/python-fire) to permit the latest version. - [Release notes](https://github.com/google/python-fire/releases) - [Commits](https://github.com/google/python-fire/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: fire dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 382b1eab..39246cd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy>=1.19.5,<2 -fire>=0.4.0,<0.5.0 +fire>=0.4.0,<0.6.0 requests>=2.27.1,<3 ffmpeg-python yt_dlp