Skip to content

Commit ed60d48

Browse files
authored
Merge pull request #233299 from Homebrew/bump-schemathesis-4.0.26
schemathesis 4.0.26
2 parents 28e7282 + 0ae4d66 commit ed60d48

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Formula/s/schemathesis.rb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Schemathesis < Formula
33

44
desc "Testing tool for web applications with specs"
55
homepage "https://schemathesis.readthedocs.io/"
6-
url "https://files.pythonhosted.org/packages/ba/4c/1685d36fcf93098f6cf5d6611881d25c5f816ed48dd130d548f6a1d8523c/schemathesis-4.0.25.tar.gz"
7-
sha256 "0cde28c167e562385c59c878667bdc1fb6348ce8125279f12dc85f1da081a0f9"
6+
url "https://files.pythonhosted.org/packages/5c/27/bc250053ba5ff80dca9d2d98d35f636a7aa005047d48926bc94609c07b66/schemathesis-4.0.26.tar.gz"
7+
sha256 "a3969e35c36fd3a50a703dda9fbf3314a1689dfeb1f9e95c838a773d2faab361"
88
license "MIT"
99

1010
bottle do
11-
sha256 cellar: :any, arm64_sequoia: "ea8f1a67270d5448a0ba346fe804a60ce8f386aa34de04424e74d772f00e0a3d"
12-
sha256 cellar: :any, arm64_sonoma: "acc2f1728d160faba808ccbfcb3cb69624d0c7b2ce8f19374ed528cabe8d7195"
13-
sha256 cellar: :any, arm64_ventura: "162be80379a3520d126c0d1906a2253d2ace8c983d4e4b24b794b6912035eb68"
14-
sha256 cellar: :any, sonoma: "27f0a239eeebc79fec32f1aaeaa9b8cd9ae7082cca9f4ae586e78f18b6c7b144"
15-
sha256 cellar: :any, ventura: "8b1aa63136524190c56cfaec55b6d97cd9cfdbffcf0352077658700149e9e61b"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "bdfbb13203f717e70f9c61a4d19a9989b6485668d5944be4bc213de2d3064feb"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "47632fd0043d512903f74a290b7c105df69dad8d29f62b5ababe74cc9a44a851"
11+
sha256 cellar: :any, arm64_sequoia: "bfa25519cb73c77227b09a181dcead79bf6c96dfa8e2c08e3cdbd89f8d6ce1d1"
12+
sha256 cellar: :any, arm64_sonoma: "d400e6ddb16a25ad12c00767ed18f20f477eaa5cd105330fbdb5398f1fcc2633"
13+
sha256 cellar: :any, arm64_ventura: "284857c66ee702e52222ecf3343eb52b7da7274b57b15cf7b2ee370b9adf3a99"
14+
sha256 cellar: :any, sonoma: "7bffa7e587f1d0855bd52a7ed7e14e04339594bc094610e3513d7631ff00ca6a"
15+
sha256 cellar: :any, ventura: "85669407738b3745865c574ece41257620d14870179a27fc9b1bcb9d3a58f47c"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "d5f5b046c64825c439128d939e06951ff25299a65443289506eaa0ee7ad6f144"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "918726ac39a9278a9cbea9836242247c026308d7ab984781b120cdb5acb2b2a4"
1818
end
1919

2020
depends_on "rust" => :build # for rpds-py
@@ -90,8 +90,8 @@ class Schemathesis < Formula
9090
end
9191

9292
resource "hypothesis" do
93-
url "https://files.pythonhosted.org/packages/65/92/70f29b04e4d7acf7f9a0c3dd52619853715ad9ae092a8e5d89bc7bdc39ec/hypothesis-6.137.1.tar.gz"
94-
sha256 "b086e644456da79ad460fdaf8fbf90a41a661e8a4076232dd4ea64cfbc0d0529"
93+
url "https://files.pythonhosted.org/packages/e8/dd/57d29992de6d43c5e03319db7cb1ff726399dff904574996587b2afbffe6/hypothesis-6.137.3.tar.gz"
94+
sha256 "8e2897572295b1e57c2cd4a0302a25ba8faa70460e96818ea0c16b793485a575"
9595
end
9696

9797
resource "hypothesis-graphql" do
@@ -140,8 +140,8 @@ class Schemathesis < Formula
140140
end
141141

142142
resource "markdown-it-py" do
143-
url "https://files.pythonhosted.org/packages/38/71/3b932df36c1a044d397a1f92d1cf91ee0a503d91e470cbd670aa66b07ed0/markdown-it-py-3.0.0.tar.gz"
144-
sha256 "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"
143+
url "https://files.pythonhosted.org/packages/5b/f5/4ec618ed16cc4f8fb3b701563655a69816155e79e24a17b651541804721d/markdown_it_py-4.0.0.tar.gz"
144+
sha256 "cb0a2b4aa34f932c007117b194e945bd74e0ec24133ceb5bac59009cda1cb9f3"
145145
end
146146

147147
resource "markupsafe" do

0 commit comments

Comments
 (0)