Skip to content

Commit aeaf098

Browse files
Bump moto-ext to 5.1.4.post2
1 parent 20c40d1 commit aeaf098

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.4.post1",
96+
"moto-ext[all]==5.1.4.post2",
9797
"opensearch-py>=2.4.1",
9898
"pymongo>=4.2.0",
9999
"pyopenssl>=23.0.0",

requirements-basic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cffi==1.17.1
1414
# via cryptography
1515
charset-normalizer==3.4.2
1616
# via requests
17-
click==8.2.0
17+
click==8.2.1
1818
# via localstack-core (pyproject.toml)
1919
cryptography==45.0.2
2020
# via localstack-core (pyproject.toml)

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.7.0
252252
# via openapi-core
253-
moto-ext==5.1.4.post1
253+
moto-ext==5.1.4.post2
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.7.0
190190
# via openapi-core
191-
moto-ext==5.1.4.post1
191+
moto-ext==5.1.4.post2
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.7.0
236236
# via openapi-core
237-
moto-ext==5.1.4.post1
237+
moto-ext==5.1.4.post2
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.7.0
256256
# via openapi-core
257-
moto-ext==5.1.4.post1
257+
moto-ext==5.1.4.post2
258258
# via localstack-core
259259
mpmath==1.3.0
260260
# via sympy

0 commit comments

Comments
 (0)