adversarial-robustness-toolbox icon indicating copy to clipboard operation
adversarial-robustness-toolbox copied to clipboard

Bump torchvision from 0.13.0+cpu to 0.13.1

Open dependabot[bot] opened this issue 2 years ago • 1 comments

Bumps torchvision from 0.13.0+cpu to 0.13.1.

Release notes

Sourced from torchvision's releases.

Minor release

This minor release bumps the pinned PyTorch version to v1.12.1 and contains some minor bug fixes.

Highlights

Bug Fixes

Commits

Dependabot compatibility score

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 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)

dependabot[bot] avatar Aug 08 '22 07:08 dependabot[bot]

Codecov Report

Merging #1812 (a99f360) into main (38061a6) will decrease coverage by 43.24%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #1812       +/-   ##
===========================================
- Coverage   85.56%   42.31%   -43.25%     
===========================================
  Files         271      271               
  Lines       23048    23048               
  Branches     4103     4103               
===========================================
- Hits        19720     9753     -9967     
- Misses       2318    12711    +10393     
+ Partials     1010      584      -426     
Impacted Files Coverage Δ
art/attacks/evasion/carlini.py 7.55% <0.00%> (-86.74%) :arrow_down:
...rt/defences/detector/poison/clustering_analyzer.py 8.22% <0.00%> (-86.71%) :arrow_down:
art/attacks/evasion/pe_malware_attack.py 14.28% <0.00%> (-84.80%) :arrow_down:
...ces/detector/evasion/subsetscanning/scanningops.py 11.59% <0.00%> (-84.06%) :arrow_down:
art/attacks/evasion/wasserstein.py 11.94% <0.00%> (-83.28%) :arrow_down:
art/metrics/privacy/membership_leakage.py 14.28% <0.00%> (-81.64%) :arrow_down:
art/attacks/evasion/elastic_net.py 17.88% <0.00%> (-81.46%) :arrow_down:
art/defences/trainer/adversarial_trainer.py 11.50% <0.00%> (-80.54%) :arrow_down:
art/attacks/evasion/deepfool.py 19.78% <0.00%> (-80.22%) :arrow_down:
art/attacks/poisoning/gradient_matching_attack.py 8.64% <0.00%> (-80.08%) :arrow_down:
... and 164 more

codecov-commenter avatar Aug 08 '22 07:08 codecov-commenter

Looks like torchvision is up-to-date now, so this is no longer needed.

dependabot[bot] avatar Aug 30 '22 14:08 dependabot[bot]