Skip to content

Commit a8fd1c4

Browse files
Update fire requirement from ^0.5.0 to >=0.5,<0.8
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](google/python-fire@v0.5.0...v0.7.1) --- updated-dependencies: - dependency-name: fire dependency-version: 0.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed76978 commit a8fd1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Danny Willems <danny@leakix.net>"]
88
python = "^3.13"
99
requests = "*"
1010
l9format = "=1.3.1a3"
11-
fire = "^0.5.0"
11+
fire = ">=0.5,<0.8"
1212

1313
[tool.poetry.group.dev.dependencies]
1414
python-decouple = "*"

0 commit comments

Comments
 (0)