Skip to content

Commit

Permalink
Update fire requirement from <0.6.0,>=0.4.0 to >=0.4.0,<0.7.0
Browse files Browse the repository at this point in the history
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.4.0...v0.6.0)

---
updated-dependencies:
- dependency-name: fire
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 936e9a9 commit 0515b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0515b2a

Please sign in to comment.