Skip to content

Commit 3e2e6aa

Browse files
Bump moto-ext to 5.0.26.post1
1 parent 49b54c0 commit 3e2e6aa

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
@@ -92,7 +92,7 @@ runtime = [
9292
"json5>=0.9.11",
9393
"jsonpath-ng>=1.6.1",
9494
"jsonpath-rw>=1.4.0",
95-
"moto-ext[all]==5.0.25.post1",
95+
"moto-ext[all]==5.0.26.post1",
9696
"opensearch-py>=2.4.1",
9797
"pymongo>=4.2.0",
9898
"pyopenssl>=23.0.0",

requirements-basic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ psutil==6.1.1
3838
# via localstack-core (pyproject.toml)
3939
pycparser==2.22
4040
# via cffi
41-
pygments==2.18.0
41+
pygments==2.19.0
4242
# via rich
4343
pyproject-hooks==1.2.0
4444
# via build

requirements-dev.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.5.0
256256
# via openapi-core
257-
moto-ext==5.0.25.post1
257+
moto-ext==5.0.26.post1
258258
# via localstack-core
259259
mpmath==1.3.0
260260
# 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.5.0
190190
# via openapi-core
191-
moto-ext==5.0.25.post1
191+
moto-ext==5.0.26.post1
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
@@ -238,7 +238,7 @@ mdurl==0.1.2
238238
# via markdown-it-py
239239
more-itertools==10.5.0
240240
# via openapi-core
241-
moto-ext==5.0.25.post1
241+
moto-ext==5.0.26.post1
242242
# via localstack-core
243243
mpmath==1.3.0
244244
# via sympy

requirements-typehint.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.5.0
260260
# via openapi-core
261-
moto-ext==5.0.25.post1
261+
moto-ext==5.0.26.post1
262262
# via localstack-core
263263
mpmath==1.3.0
264264
# via sympy

0 commit comments

Comments
 (0)