Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 9031496

Browse files
committed
unpin moto-ext, upgrade to 5.1.12.post22
1 parent c8f43c9 commit 9031496

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ runtime = [
9393
"json5>=0.9.11",
9494
"jsonpath-ng>=1.6.1",
9595
"jsonpath-rw>=1.4.0",
96-
"moto-ext[all]==5.1.11.post1",
96+
"moto-ext[all]>=5.1.12.post22",
9797
"opensearch-py>=2.4.1",
9898
"pymongo>=4.2.0",
9999
"pyopenssl>=23.0.0",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ mdurl==0.1.2
250250
# via markdown-it-py
251251
more-itertools==10.8.0
252252
# via openapi-core
253-
moto-ext==5.1.11.post1
253+
moto-ext==5.1.12.post22
254254
# via localstack-core
255255
mpmath==1.3.0
256256
# via sympy

requirements-runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ mdurl==0.1.2
188188
# via markdown-it-py
189189
more-itertools==10.8.0
190190
# via openapi-core
191-
moto-ext==5.1.11.post1
191+
moto-ext==5.1.12.post22
192192
# via localstack-core (pyproject.toml)
193193
mpmath==1.3.0
194194
# via sympy

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ mdurl==0.1.2
234234
# via markdown-it-py
235235
more-itertools==10.8.0
236236
# via openapi-core
237-
moto-ext==5.1.11.post1
237+
moto-ext==5.1.12.post22
238238
# via localstack-core
239239
mpmath==1.3.0
240240
# via sympy

requirements-typehint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ mdurl==0.1.2
254254
# via markdown-it-py
255255
more-itertools==10.8.0
256256
# via openapi-core
257-
moto-ext==5.1.11.post1
257+
moto-ext==5.1.12.post22
258258
# via localstack-core
259259
mpmath==1.3.0
260260
# via sympy

0 commit comments

Comments
 (0)