Skip to content

Commit

Permalink
Merge pull request #198723 from Homebrew/brew-pip-audit-jupyterlab-17…
Browse files Browse the repository at this point in the history
…32349394

jupyterlab: bump python resources
  • Loading branch information
BrewTestBot authored Nov 23, 2024
2 parents fdcb53f + b0e0b96 commit a4d9597
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Formula/j/jupyterlab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ class Jupyterlab < Formula
"BSD-3-Clause",
"MIT", # semver.py
]
revision 1

bottle do
sha256 cellar: :any, arm64_sequoia: "5419bb5a0d2771b555280542c9c9642f5130bed981295f9bd5ad7d3b6935256a"
sha256 cellar: :any, arm64_sonoma: "da61d3f319a7f0d0252df921ed42bb660d1839c0b0d8d01e0db849392ca30470"
sha256 cellar: :any, arm64_ventura: "32be9288de3afb93d82495b3e6663d9508f6eadb0fa55bae8f72bae086f14c27"
sha256 cellar: :any, sonoma: "1fa255a1ea15f121a8a813690387292c6c6af4706777556e1b0381de67265246"
sha256 cellar: :any, ventura: "6883a78cb795b6bde892d718aa1a8e46293eace3e4fb01a151394933c7cbd568"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e825f842dabe2aedb7c0c2bfbe52a861e31a0d72b5df8c4b66fdd438987a51b2"
sha256 cellar: :any, arm64_sequoia: "bb811410b0c5ca82837f084b01bf4eb3408a894ea14dce128d5fb918400564c1"
sha256 cellar: :any, arm64_sonoma: "b7c30a9d6faf243d1510073e9465412c6bb658f93181607da0b36213b65e5537"
sha256 cellar: :any, arm64_ventura: "105816dc0f010e994cba26c1bde11a695dadd982e7dd5244dae3b92faddac560"
sha256 cellar: :any, sonoma: "b0c9f0cc3cacd526c28cdf5dcc659add044c11377fe20c132a849189373b1f86"
sha256 cellar: :any, ventura: "977fc13686e6d278e34d9b0d5f35f9a9b9493f0d9178f5fb32dd08e66054221a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "adf6c4951550cec1a9ae332df51f88d12399b10383d39a031797efcf45e7b80b"
end

depends_on "cmake" => :build # for ipykernel
Expand Down Expand Up @@ -104,8 +105,8 @@ class Jupyterlab < Formula
end

resource "debugpy" do
url "https://files.pythonhosted.org/packages/e4/5e/7667b95c9d7ddb25c047143a3a47685f9be2a5d3d177a85a730b22dc6e5c/debugpy-1.8.8.zip"
sha256 "e6355385db85cbd666be703a96ab7351bc9e6c61d694893206f8001e22aee091"
url "https://files.pythonhosted.org/packages/88/92/15b454c516c4c53cc8c03967e4be12b65a1ea36db3bb4513a7453f75c8d8/debugpy-1.8.9.zip"
sha256 "1339e14c7d980407248f09824d1b25ff5c5616651689f1e0f0e51bdead3ea13e"
end

resource "decorator" do
Expand Down Expand Up @@ -429,8 +430,8 @@ class Jupyterlab < Formula
end

resource "setuptools" do
url "https://files.pythonhosted.org/packages/c8/db/722a42ffdc226e950c4757b3da7b56ff5c090bb265dccd707f7b8a3c6fee/setuptools-75.5.0.tar.gz"
sha256 "5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef"
url "https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz"
sha256 "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6"
end

resource "six" do
Expand Down Expand Up @@ -464,8 +465,8 @@ class Jupyterlab < Formula
end

resource "tornado" do
url "https://files.pythonhosted.org/packages/ee/66/398ac7167f1c7835406888a386f6d0d26ee5dbf197d8a571300be57662d3/tornado-6.4.1.tar.gz"
sha256 "92d3ab53183d8c50f8204a51e6f91d18a15d5ef261e84d452800d4ff6fc504e9"
url "https://files.pythonhosted.org/packages/59/45/a0daf161f7d6f36c3ea5fc0c2de619746cc3dd4c76402e9db545bd920f63/tornado-6.4.2.tar.gz"
sha256 "92bad5b4746e9879fd7bf1eb21dce4e3fc5128d71601f80005afa39237ad620b"
end

resource "traitlets" do
Expand Down

0 comments on commit a4d9597

Please sign in to comment.