From 0515b2a29db9b858b316df0555dcf047461b3563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 05:05:32 +0000 Subject: [PATCH] Update fire requirement from <0.6.0,>=0.4.0 to >=0.4.0,<0.7.0 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.6.0) --- updated-dependencies: - dependency-name: fire dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f011248..f4462fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dataclasses>=0.6,<1.0.0; python_version < "3.7" -fire>=0.4.0,<0.6.0 +fire>=0.4.0,<0.7.0 numpy>=1.19.5,<2 pandas>=1.1.5,<3 pyarrow>=6.0.1,<16