Lightning-AI / torchmetrics

Machine learning metrics for distributed, scalable PyTorch applications.
https://lightning.ai/docs/torchmetrics/
Apache License 2.0
2.15k stars 408 forks source link

build(deps): update fire requirement from ==0.6.* to ==0.7.* in /requirements #2768

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on fire to permit the latest version.

Release notes

Sourced from fire's releases.

Python Fire v0.7.0

Notable in this release:

  • This release is the first to drop Python 2 support. For Python 2 users, use <= 0.6.0.
  • CI improvements from @​Borda including dependabot and an expanded build matrix

What's Changed

New Contributors

Full Changelog: https://github.com/google/python-fire/compare/v0.6.0...v0.7.0

Commits
  • 90b7f82 Replace Python 2 type hints with real type annotations (#559)
  • a0cb1ca Expand build matrix to include mac (#490)
  • efcf60f Lint improvements and type safety (#558)
  • 1c43c36 Bump version number in init to setup.py
  • 8227364 Update required Python 3.7 in setup.py (#555)
  • 36a56c0 Continue upgrade of codebase to Python 3 (#556)
  • d320437 Include Python 3.13 in github actions (#554)
  • 5b2dadd Move asyncio imports and update docs (#553)
  • 93b0e32 Remove six from console, eliminates six entirely (#552)
  • 4efd44d Remove .format in favor of f-strings (#551)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

📚 Documentation preview 📚: https://torchmetrics--2768.org.readthedocs.build/en/2768/

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69%. Comparing base (1e468f6) to head (63fc0b1). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2768 +/- ## ========================================= - Coverage 98% 69% -29% ========================================= Files 13 329 +316 Lines 164 18079 +17915 ========================================= + Hits 161 12501 +12340 - Misses 3 5578 +5575 ```