Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps torchfix from 0.1.1 to 0.5.0.

Release notes

Sourced from torchfix's releases.

TorchFix 0.5.0

  • Added rule TOR203 to replace 'import torchvision.models as models' with 'from torchvision import models'
  • Added rules TOR104 and TOR105 for calling and importing non-public PyTorch functions that have known public aliases
  • Added rules TOR004 and TOR103 for importing removed and deprecated functions (in addition to the existing rules for calling those functions)
  • Fixed loading for deprecated symbols config in zipped deployments
  • Done several smaller bug fixes and refactorings

TorchFix 0.4.0

  • Improvements for the standalone torchfix command:
    • Added --version flag
    • --select flag now accepts specific rules, not just ALL
    • Fixed excessive debug output on MacOS
  • Added PyTorch-internal rule TOR901
  • TorchFix explicitly requires at least Python 3.9 now
  • Small clean-ups and bugfixes

TorchFix 0.3.0

  • Added rule TOR003 about explicitly passing use_reentrant to torch.utils.checkpoint
  • Added torch.nn.utils.weight_norm to the list of deprecated functions flagged by TOR101
  • Updated README with TOR0 rules description

TorchFix 0.2.1: first release for pytorch-labs/torchfix repo

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.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

huydhn and others added 3 commits April 22, 2024 10:37
Create dependabot.yml rule to upgrade TorchFix
Bumps [torchfix](https://github.com/pytorch-labs/torchfix) from 0.1.1 to 0.5.0.
- [Release notes](https://github.com/pytorch-labs/torchfix/releases)
- [Commits](https://github.com/pytorch-labs/torchfix/commits/v0.5.0)

---
updated-dependencies:
- dependency-name: torchfix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 22, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 22, 2024

Dependabot tried to add @huydhn and @kit1980 as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/huydhn/executorch/pulls/2/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the huydhn/executorch repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

facebook-github-bot pushed a commit to pytorch/executorch that referenced this pull request Apr 22, 2024
Summary:
The parameters are from From https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

### Testing
On my own fork https://github.com/huydhn/executorch/blob/main/.github/dependabot.yml, and the PR to upgrade TorchFix is created successfully huydhn#2

Pull Request resolved: #3208

Reviewed By: kit1980

Differential Revision: D56428297

Pulled By: huydhn

fbshipit-source-id: 8b4f9d638d208fe6f476efdf7667058b2d2ae2fc
huydhn pushed a commit that referenced this pull request Nov 14, 2024
Summary:
Fix remaining warnings when building MPS delegate with older iOS SDKs

cc shoumikhin, cccclai

Pull Request resolved: pytorch#5365

Reviewed By: kirklandsign

Differential Revision: D62668033

Pulled By: shoumikhin

fbshipit-source-id: efcb8449b1f38259914c76337e12dc38487bf36b
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 13, 2025

Superseded by #3.

@dependabot dependabot bot closed this Jan 13, 2025
@dependabot dependabot bot deleted the dependabot/pip/torchfix-0.5.0 branch January 13, 2025 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants