brew update and can still reproduce the problem?brew doctor, fixed all issues and can still reproduce the problem?brew config and brew doctor and included their output with your issue?I ran brew update && brew upgrade. Brew then upgraded the calibre cask. Since homebrew/homebrew-cask#91929, the cask contains a conflicts with-statement that got triggered now with a calibre version bump.
The conflicts-with references the homebrew/cask-versions tap. Upgrading the cask lead to said tap being also tapped, despite the need for it.
Ran brew upgrade, then homebrew/cask-versions got unnecessarily tapped
Command output
โฏ brew upgrade
==> Casks with auto_updates or version :latest will not be upgraded
==> Upgrading 1 outdated package:
calibre 5.4.2 -> 5.5.0
==> Upgrading calibre
==> Tapping homebrew/cask-versions
brew upgrade not to tap homebrew/cask-versions
I agree that references to other taps should not auto-tap them. CC @homebrew/cask for thoughts.
Most helpful comment
I agree that references to other taps should not auto-tap them. CC @homebrew/cask for thoughts.