diff --git a/Formula/p/pipdeptree.rb b/Formula/p/pipdeptree.rb index 756e613944e60..cf84b24142936 100644 --- a/Formula/p/pipdeptree.rb +++ b/Formula/p/pipdeptree.rb @@ -3,19 +3,17 @@ 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/d5/4c/a9e8e5820f066185f392e64bd4a5335d5bdbe5d26871985f1122fb1c53ef/pipdeptree-2.23.3.tar.gz" - sha256 "3fcfd4e72de13a37b7921bc160af840d514738f9ea81c3f9ce080bc1e1f4eb5a" + url "https://files.pythonhosted.org/packages/66/b6/389a1148d7b1bc5638d4e9b2d60390f8cfb4c30e34cff68165cbd9a29e75/pipdeptree-2.23.4.tar.gz" + sha256 "8a9e7ceee623d1cb2839b6802c26dd40959d31ecaa1468d32616f7082658f135" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7129ab38c2f685bcf4687ef2a4449c428c8151bc0feee267ed85e29e3586261c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1045634cc4746ed79772f79344ad9ae2e0cb523c680ab08301d7383f95d18642" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1045634cc4746ed79772f79344ad9ae2e0cb523c680ab08301d7383f95d18642" - sha256 cellar: :any_skip_relocation, arm64_monterey: "1045634cc4746ed79772f79344ad9ae2e0cb523c680ab08301d7383f95d18642" - sha256 cellar: :any_skip_relocation, sonoma: "958032413b69e1bc4da4ba93c936139c858d6b451b74d72ec7fca6721d481216" - sha256 cellar: :any_skip_relocation, ventura: "958032413b69e1bc4da4ba93c936139c858d6b451b74d72ec7fca6721d481216" - sha256 cellar: :any_skip_relocation, monterey: "958032413b69e1bc4da4ba93c936139c858d6b451b74d72ec7fca6721d481216" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1045634cc4746ed79772f79344ad9ae2e0cb523c680ab08301d7383f95d18642" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "56ba118acd86e49a612e01f2c63d4287c9393585c7002377e6900aa724ab706a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "56ba118acd86e49a612e01f2c63d4287c9393585c7002377e6900aa724ab706a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "56ba118acd86e49a612e01f2c63d4287c9393585c7002377e6900aa724ab706a" + sha256 cellar: :any_skip_relocation, sonoma: "d6df59735707bfd8fbc01fac5303639c4c11f12df31fa3ff90eb2c1269eb687a" + sha256 cellar: :any_skip_relocation, ventura: "d6df59735707bfd8fbc01fac5303639c4c11f12df31fa3ff90eb2c1269eb687a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "56ba118acd86e49a612e01f2c63d4287c9393585c7002377e6900aa724ab706a" end depends_on "python@3.12"