Skip to content

Commit 384f366

Browse files
Update fire requirement from <=0.7.0 to <=0.7.1
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.1.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 f2955a2 commit 384f366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
'absl-py<=2.1.0',
2323
'apscheduler<=3.10.4',
2424
'dropbox<=12.0.2',
25-
'fire<=0.7.0',
25+
'fire<=0.7.1',
2626
'flask<=3.0.3',
2727
'keyboard<=0.13.5',
2828
'numpy<=2.1.3',

0 commit comments

Comments
 (0)