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

Commit b9b3ca6

Browse files
Bump moto-ext to 5.1.20.post44 (#13698)
Co-authored-by: Viren Nadkarni <[email protected]>
1 parent 0eded68 commit b9b3ca6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ runtime = [
100100
"jsonpath-rw>=1.4.0",
101101
# version that has a built wheel
102102
"kclpy-ext>=3.0.0",
103-
"moto-ext[all]>=5.1.12.post22,!=5.1.19.post44,!=5.1.19.post57,!=5.1.19.post61",
103+
"moto-ext[all]>=5.1.20.post44",
104104
"opensearch-py>=2.4.1",
105105
"pymongo>=4.2.0",
106106
"pyopenssl>=23.0.0",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ mdurl==0.1.2
258258
# via markdown-it-py
259259
more-itertools==10.8.0
260260
# via openapi-core
261-
moto-ext==5.1.18.post6
261+
moto-ext==5.1.20.post44
262262
# via localstack-core
263263
mpmath==1.3.0
264264
# via sympy

requirements-runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ mdurl==0.1.2
191191
# via markdown-it-py
192192
more-itertools==10.8.0
193193
# via openapi-core
194-
moto-ext==5.1.18.post6
194+
moto-ext==5.1.20.post44
195195
# via localstack-core (pyproject.toml)
196196
mpmath==1.3.0
197197
# via sympy

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ mdurl==0.1.2
237237
# via markdown-it-py
238238
more-itertools==10.8.0
239239
# via openapi-core
240-
moto-ext==5.1.18.post6
240+
moto-ext==5.1.20.post44
241241
# via localstack-core
242242
mpmath==1.3.0
243243
# via sympy

requirements-typehint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ mdurl==0.1.2
262262
# via markdown-it-py
263263
more-itertools==10.8.0
264264
# via openapi-core
265-
moto-ext==5.1.18.post6
265+
moto-ext==5.1.20.post44
266266
# via localstack-core
267267
mpmath==1.3.0
268268
# via sympy

0 commit comments

Comments
 (0)