Bump torchfix from 0.1.1 to 0.5.0 (#3220)
Summary: Bumps [torchfix](https://github.com/pytorch-labs/torchfix) from 0.1.1 to 0.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytorch-labs/torchfix/releases">torchfix's releases</a>.</em></p> <blockquote> <h2>TorchFix 0.5.0</h2> <ul> <li>Added rule TOR203 to replace 'import torchvision.models as models' with 'from torchvision import models'</li> <li>Added rules TOR104 and TOR105 for calling and importing non-public PyTorch functions that have known public aliases</li> <li>Added rules TOR004 and TOR103 for importing removed and deprecated functions (in addition to the existing rules for calling those functions)</li> <li>Fixed loading for deprecated symbols config in zipped deployments</li> <li>Done several smaller bug fixes and refactorings</li> </ul> <h2>TorchFix 0.4.0</h2> <ul> <li>Improvements for the standalone <code>torchfix</code> command: <ul> <li>Added <code>--version</code> flag</li> <li><code>--select</code> flag now accepts specific rules, not just <code>ALL</code></li> <li>Fixed excessive debug output on MacOS</li> </ul> </li> <li>Added PyTorch-internal rule TOR901</li> <li>TorchFix explicitly requires at least Python 3.9 now</li> <li>Small clean-ups and bugfixes</li> </ul> <h2>TorchFix 0.3.0</h2> <ul> <li>Added rule TOR003 about explicitly passing <code>use_reentrant</code> to <code>torch.utils.checkpoint</code></li> <li>Added <code>torch.nn.utils.weight_norm</code> to the list of deprecated functions flagged by TOR101</li> <li>Updated README with TOR0 rules description</li> </ul> <h2>TorchFix 0.2.1: first release for pytorch-labs/torchfix repo</h2> <p>This is the first release for pytorch-labs/torchfix repo, with the only differences from TorchFix 0.2.0 on PyPI are files related to repo maintenance and project metadata.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/pytorch-labs/torchfix/commits/v0.5.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Pull Request resolved: https://github.com/pytorch/executorch/pull/3220 Reviewed By: kit1980 Differential Revision: D56449277 Pulled By: huydhn fbshipit-source-id: ad3c86d49f86427c91af28063d5347b37b893e87
D
dependabot[bot] committed
0afb73d0174943ad92ba391addab4361ef1b09d5
Parent: 4342cf2
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 4/23/2024, 4:28:14 AM