Skip to content

Commit

Permalink
Merge pull request #171080 from Homebrew/bump-pipdeptree-2.20.0
Browse files Browse the repository at this point in the history
pipdeptree 2.20.0
  • Loading branch information
BrewTestBot authored May 7, 2024
2 parents 3c7b070 + 17114b9 commit 0fd3551
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/pipdeptree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ class Pipdeptree < Formula

desc "CLI to display dependency tree of the installed Python packages"
homepage "https://github.com/tox-dev/pipdeptree"
url "https://files.pythonhosted.org/packages/2c/af/8910c2eea9dd1bd50edaf1956ea6a78ebe15b057f0bca99a47314ae8906c/pipdeptree-2.19.1.tar.gz"
sha256 "9e68b1af1cef009e47763343fa3df795d14a367eb1b3d7c461d34a0887235d04"
url "https://files.pythonhosted.org/packages/ad/9a/9999b3052c08af15fbc4e9420cb74456b887b053f31039f54679c370ed33/pipdeptree-2.20.0.tar.gz"
sha256 "bea21daf9ccb991650a237bfa4730932c7332c3c37cce7c4b4fade43ee5a2be5"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "59ab0e37f329bc95d184ac9fdb12db0a0bce707d35ff447740e21a53e760fe0c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "59ab0e37f329bc95d184ac9fdb12db0a0bce707d35ff447740e21a53e760fe0c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "59ab0e37f329bc95d184ac9fdb12db0a0bce707d35ff447740e21a53e760fe0c"
sha256 cellar: :any_skip_relocation, sonoma: "4e5a34dde33b597cca53f22db079af936153fab474986967d0d1b45a96b137e6"
sha256 cellar: :any_skip_relocation, ventura: "4e5a34dde33b597cca53f22db079af936153fab474986967d0d1b45a96b137e6"
sha256 cellar: :any_skip_relocation, monterey: "4e5a34dde33b597cca53f22db079af936153fab474986967d0d1b45a96b137e6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c49bf8534037bd9d53353df7b35d02f691fe1111aff0745b5c4cee13aeb7709"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e77022c7a57eaa2d948627415ecaa1e7e196907147ced1b3e8536c3c1c79af80"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f44e5ef2de8080d7db21ba520d0fd299d02c033503506b2a1b21444e5a77f526"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d539404df79af86048118b629f78e5bf0aa1493a7cd437306ddeea5d53c2d94b"
sha256 cellar: :any_skip_relocation, sonoma: "3a87172c5c89079458cd783523c804fb3b9eacd8f8a129f0fe2b90336d261c91"
sha256 cellar: :any_skip_relocation, ventura: "5ce894d8ed989f5beb5f0ef8fc8ebe5aa354a99d7d749783b8691bec2c788450"
sha256 cellar: :any_skip_relocation, monterey: "8f0d4e9803e8fa0181773c847f2d4c16cf8298389e48c739b6a58c45081ea5de"
sha256 cellar: :any_skip_relocation, x86_64_linux: "966e84b775c903e49dda1f6f32b17828f1a116b926bce1886cb552afae9cdff9"
end

depends_on "[email protected]"
Expand Down

0 comments on commit 0fd3551

Please sign in to comment.