Skip to content

Commit

Permalink
Merge pull request #192325 from Homebrew/bump-schemathesis-3.36.3
Browse files Browse the repository at this point in the history
schemathesis 3.36.3
  • Loading branch information
BrewTestBot authored Sep 29, 2024
2 parents 238dd87 + f64874d commit 893e1b9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Formula/s/schemathesis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ class Schemathesis < Formula

desc "Testing tool for web applications with specs"
homepage "https://schemathesis.readthedocs.io/"
url "https://files.pythonhosted.org/packages/1a/30/c898a523cfb35967fa9547f329939626f58718fbf232c0e5766870e27b36/schemathesis-3.36.2.tar.gz"
sha256 "9a29e59c1f632eaa33d873dc46312a95813b3f1a28033080289b03d3826f8175"
url "https://files.pythonhosted.org/packages/06/4b/ab55fbbba29aced8270dff7f734b2f38ee3ab22a91318f0e1290e0bd88d5/schemathesis-3.36.3.tar.gz"
sha256 "17ad340de2c09e9d38fe0fd8838c21f5a73cc18503e6ca3fb9e288022847235b"
license "MIT"

bottle do
sha256 cellar: :any, arm64_sequoia: "b352d094b3f9a8dc81dff3bb08944b7d03c2b022ae42aacb9862229d0c4b6e60"
sha256 cellar: :any, arm64_sonoma: "4484afeed3bf439b0d81d210f54d119fdebcabc991e0adce61558d6102c72e8f"
sha256 cellar: :any, arm64_ventura: "7a4fbd6fba4922e0d0454f7c0f8ad904cccff48963f4a4fe37af886abc8506d9"
sha256 cellar: :any, sonoma: "e0f9161b72f358d70c2c80ab4e9a5fe0a48cf926a8001c108e90c8d123604f78"
sha256 cellar: :any, ventura: "21721538b2a51e7262f7bfe8390598eba2ed67636b0c8aa094c5e03e8d8dc2e4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a2bfbf93ec8199d984ad0fcd073f6d1c7935e2a54b64a7929d3f0d7bc8deee6a"
sha256 cellar: :any, arm64_sequoia: "b582f0923924e9a0cf1994cf3e51f8051745e6e881dbe3555252a513ab82e3b6"
sha256 cellar: :any, arm64_sonoma: "991cf44c1c6a505e5d7e26aa08d474a0d56dae0c39a3a9ec189c3416536a7620"
sha256 cellar: :any, arm64_ventura: "dc88f221950d6333affaf5b4bffb4a730cbc79d33ebbd90b2cd700e77de32af8"
sha256 cellar: :any, sonoma: "c7c79afb257f8c6a5cf8f5da4eea749933e7f2f190cd6f14db73d66e865a4477"
sha256 cellar: :any, ventura: "68fd24424adf69ce684d0629f954db50eda7cd0a3813a4ceed41f45b0d3c4b4e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6bc036649fefaaf61fefeb87517b86c24208d589395b52a2bb3b0697d7e4c720"
end

depends_on "rust" => :build # for rpds-py
Expand Down Expand Up @@ -89,8 +89,8 @@ class Schemathesis < Formula
end

resource "hypothesis" do
url "https://files.pythonhosted.org/packages/a3/cf/21929f0c6a73c0607e6230d8a4c0cbdbd11216c3be6579e7a0f8565ae232/hypothesis-6.112.1.tar.gz"
sha256 "b070d7a1bb9bd84706c31885c9aeddc138e2b36a9c112a91984f49501c567856"
url "https://files.pythonhosted.org/packages/11/a5/4bb02e3153f40bd9a819e35e4c9838cf850ad3e0aa31d30a60cd9b29d143/hypothesis-6.112.2.tar.gz"
sha256 "90cd62d9487eaf294bf0dceb47dbaca6432408b2e9417cfa6e3409313dbde95b"
end

resource "hypothesis-graphql" do
Expand Down Expand Up @@ -224,8 +224,8 @@ class Schemathesis < Formula
end

resource "starlette" do
url "https://files.pythonhosted.org/packages/65/d2/89a812386fff01247481fb5a9709b4eac1e16753a9ff2915ec6c23cad108/starlette-0.39.1.tar.gz"
sha256 "33c5a94f64d3ab2c799b2715b45f254a3752f229d334f1562a3aaf78c23eab95"
url "https://files.pythonhosted.org/packages/02/0a/62fbd5697f6174041f9b4e2e377b6f383f9189b77dbb7d73d24624caca1d/starlette-0.39.2.tar.gz"
sha256 "caaa3b87ef8518ef913dac4f073dea44e85f73343ad2bdc17941931835b2a26a"
end

resource "starlette-testclient" do
Expand Down Expand Up @@ -269,8 +269,8 @@ class Schemathesis < Formula
end

resource "yarl" do
url "https://files.pythonhosted.org/packages/27/6e/b26e831b6abede32fba3763131eb2c52987f574277daa65e10a5fda6021c/yarl-1.13.0.tar.gz"
sha256 "02f117a63d11c8c2ada229029f8bb444a811e62e5041da962de548f26ac2c40f"
url "https://files.pythonhosted.org/packages/e0/11/2b8334f4192646677a2e7da435670d043f536088af943ec242f31453e5ba/yarl-1.13.1.tar.gz"
sha256 "ec8cfe2295f3e5e44c51f57272afbd69414ae629ec7c6b27f5a410efc78b70a0"
end

def install
Expand Down

0 comments on commit 893e1b9

Please sign in to comment.