Skip to content

Commit 7882a33

Browse files
BrewTestBotdaeho-ro
authored andcommitted
schemathesis: bump python resources
1 parent 3a90e01 commit 7882a33

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Formula/s/schemathesis.rb

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class Schemathesis < Formula
66
url "https://files.pythonhosted.org/packages/c6/ac/08b0a0ce60069db74e708e4a91c4255829ad5b0fdc87e5154086049ca117/schemathesis-4.10.2.tar.gz"
77
sha256 "ad69508a9dd1a5b6fd6f4891abe86a9fc5f3f0d7a1133353359aadfd9522ac1f"
88
license "MIT"
9+
revision 1
910

1011
bottle do
1112
sha256 cellar: :any, arm64_tahoe: "494b41269c89ee33e2a4354c7e1b10b1893c9caca3328acc11fe0e40b795e3d4"
@@ -16,6 +17,7 @@ class Schemathesis < Formula
1617
sha256 cellar: :any_skip_relocation, x86_64_linux: "a11007fe62667f3375df86b4597294c03e1ab5dd7e686e55eb0d3afeece939b0"
1718
end
1819

20+
depends_on "cmake" => :build # for aws-lc-sys
1921
depends_on "rust" => :build # for jsonschema-py
2022
depends_on "certifi" => :no_linkage
2123
depends_on "libyaml"
@@ -87,8 +89,8 @@ class Schemathesis < Formula
8789
end
8890

8991
resource "hypothesis" do
90-
url "https://files.pythonhosted.org/packages/00/5b/039c095977004f2316225559d591c5a4c62b2e4d7a429db2dd01d37c3ec2/hypothesis-6.151.6.tar.gz"
91-
sha256 "755decfa326c8c97a4c8766fe40509985003396442138554b0ae824f9584318f"
92+
url "https://files.pythonhosted.org/packages/19/e1/ef365ff480903b929d28e057f57b76cae51a30375943e33374ec9a165d9c/hypothesis-6.151.9.tar.gz"
93+
sha256 "2f284428dda6c3c48c580de0e18470ff9c7f5ef628a647ee8002f38c3f9097ca"
9294
end
9395

9496
resource "hypothesis-graphql" do
@@ -127,8 +129,8 @@ class Schemathesis < Formula
127129
end
128130

129131
resource "jsonschema-rs" do
130-
url "https://files.pythonhosted.org/packages/54/00/12eeb070f19d29ada6c43aa2c039c4bbd507ad893ae450846577ac7b3fba/jsonschema_rs-0.41.0.tar.gz"
131-
sha256 "8f58b5208f368b8abe39191030f33af0309a084469a06bc8a399f83120613ce3"
132+
url "https://files.pythonhosted.org/packages/ad/44/da58fe3b9622a89d8a14cfa0b8f4ba34a773f2719c1d1fdf96577e605e23/jsonschema_rs-0.42.1.tar.gz"
133+
sha256 "4144cd351d39ce457f2c7d45111e7225eb5ed1791e0226dec5b9099d78651e32"
132134
end
133135

134136
resource "jsonschema-specifications" do
@@ -217,8 +219,8 @@ class Schemathesis < Formula
217219
end
218220

219221
resource "rich" do
220-
url "https://files.pythonhosted.org/packages/74/99/a4cab2acbb884f80e558b0771e97e21e939c5dfb460f488d19df485e8298/rich-14.3.2.tar.gz"
221-
sha256 "e712f11c1a562a11843306f5ed999475f09ac31ffb64281f73ab29ffdda8b3b8"
222+
url "https://files.pythonhosted.org/packages/b3/c6/f3b320c27991c46f43ee9d856302c70dc2d0fb2dba4842ff739d5f46b393/rich-14.3.3.tar.gz"
223+
sha256 "b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b"
222224
end
223225

224226
resource "six" do
@@ -272,8 +274,8 @@ class Schemathesis < Formula
272274
end
273275

274276
resource "werkzeug" do
275-
url "https://files.pythonhosted.org/packages/5a/70/1469ef1d3542ae7c2c7b72bd5e3a4e6ee69d7978fa8a3af05a38eca5becf/werkzeug-3.1.5.tar.gz"
276-
sha256 "6a548b0e88955dd07ccb25539d7d0cc97417ee9e179677d22c7041c8f078ce67"
277+
url "https://files.pythonhosted.org/packages/61/f1/ee81806690a87dab5f5653c1f146c92bc066d7f4cebc603ef88eb9e13957/werkzeug-3.1.6.tar.gz"
278+
sha256 "210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25"
277279
end
278280

279281
def install

0 commit comments

Comments
 (0)