From 44e3a6e9be841a66f295a6896853ec31b6b5b529 Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Mon, 10 Feb 2025 19:57:24 +0530 Subject: [PATCH 1/5] Bump moto-ext to 5.0.28.post2 --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements-runtime.txt | 2 +- requirements-test.txt | 2 +- requirements-typehint.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d53f7ef3b49ac..ea3ac9feae278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ runtime = [ "json5>=0.9.11", "jsonpath-ng>=1.6.1", "jsonpath-rw>=1.4.0", - "moto-ext[all]==5.0.28.post1", + "moto-ext[all]==5.0.28.post2", "opensearch-py>=2.4.1", "pymongo>=4.2.0", "pyopenssl>=23.0.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 30c26343b692c..7e45c610b686a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -251,7 +251,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post1 +moto-ext==5.0.28.post2 # via localstack-core mpmath==1.3.0 # via sympy diff --git a/requirements-runtime.txt b/requirements-runtime.txt index ddc53e8754d96..f9e63500fe35f 100644 --- a/requirements-runtime.txt +++ b/requirements-runtime.txt @@ -188,7 +188,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post1 +moto-ext==5.0.28.post2 # via localstack-core (pyproject.toml) mpmath==1.3.0 # via sympy diff --git a/requirements-test.txt b/requirements-test.txt index 68aeec25cced4..2ac3f1d0b331e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -235,7 +235,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post1 +moto-ext==5.0.28.post2 # via localstack-core mpmath==1.3.0 # via sympy diff --git a/requirements-typehint.txt b/requirements-typehint.txt index e01521c31902c..71d542275d69e 100644 --- a/requirements-typehint.txt +++ b/requirements-typehint.txt @@ -255,7 +255,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post1 +moto-ext==5.0.28.post2 # via localstack-core mpmath==1.3.0 # via sympy From cd4a0d0394260435699151a09e2f804116e12444 Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Fri, 14 Feb 2025 12:07:07 +0530 Subject: [PATCH 2/5] Bump moto-ext to 5.0.28.post3 --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements-runtime.txt | 2 +- requirements-test.txt | 2 +- requirements-typehint.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea3ac9feae278..3125266bff9b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ runtime = [ "json5>=0.9.11", "jsonpath-ng>=1.6.1", "jsonpath-rw>=1.4.0", - "moto-ext[all]==5.0.28.post2", + "moto-ext[all]==5.0.28.post3", "opensearch-py>=2.4.1", "pymongo>=4.2.0", "pyopenssl>=23.0.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 7e45c610b686a..ecc64a571277a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -251,7 +251,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post2 +moto-ext==5.0.28.post3 # via localstack-core mpmath==1.3.0 # via sympy diff --git a/requirements-runtime.txt b/requirements-runtime.txt index f9e63500fe35f..180c1298d3de0 100644 --- a/requirements-runtime.txt +++ b/requirements-runtime.txt @@ -188,7 +188,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post2 +moto-ext==5.0.28.post3 # via localstack-core (pyproject.toml) mpmath==1.3.0 # via sympy diff --git a/requirements-test.txt b/requirements-test.txt index 2ac3f1d0b331e..7efee13c9e777 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -235,7 +235,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post2 +moto-ext==5.0.28.post3 # via localstack-core mpmath==1.3.0 # via sympy diff --git a/requirements-typehint.txt b/requirements-typehint.txt index 71d542275d69e..ed7c7b8aadb9d 100644 --- a/requirements-typehint.txt +++ b/requirements-typehint.txt @@ -255,7 +255,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post2 +moto-ext==5.0.28.post3 # via localstack-core mpmath==1.3.0 # via sympy From 81a973604e4f59811fd711204173e1b44324f724 Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Thu, 20 Feb 2025 18:29:12 +0530 Subject: [PATCH 3/5] Bump moto-ext to 5.0.28.post4 --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements-runtime.txt | 2 +- requirements-test.txt | 2 +- requirements-typehint.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3125266bff9b0..0bd27edc2f01e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ runtime = [ "json5>=0.9.11", "jsonpath-ng>=1.6.1", "jsonpath-rw>=1.4.0", - "moto-ext[all]==5.0.28.post3", + "moto-ext[all]==5.0.28.post4", "opensearch-py>=2.4.1", "pymongo>=4.2.0", "pyopenssl>=23.0.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index ecc64a571277a..73542001a0554 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -251,7 +251,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post3 +moto-ext==5.0.28.post4 # via localstack-core mpmath==1.3.0 # via sympy diff --git a/requirements-runtime.txt b/requirements-runtime.txt index 180c1298d3de0..c4ec7dc5d0f14 100644 --- a/requirements-runtime.txt +++ b/requirements-runtime.txt @@ -188,7 +188,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post3 +moto-ext==5.0.28.post4 # via localstack-core (pyproject.toml) mpmath==1.3.0 # via sympy diff --git a/requirements-test.txt b/requirements-test.txt index 7efee13c9e777..c421c5b639bc9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -235,7 +235,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post3 +moto-ext==5.0.28.post4 # via localstack-core mpmath==1.3.0 # via sympy diff --git a/requirements-typehint.txt b/requirements-typehint.txt index ed7c7b8aadb9d..b97191dc7de29 100644 --- a/requirements-typehint.txt +++ b/requirements-typehint.txt @@ -255,7 +255,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post3 +moto-ext==5.0.28.post4 # via localstack-core mpmath==1.3.0 # via sympy From b89af8deaacaff8fd03bae6865806c9b8b8c322e Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Fri, 21 Feb 2025 11:31:03 +0530 Subject: [PATCH 4/5] Bump moto-ext to 5.0.28.post5 --- pyproject.toml | 2 +- requirements-basic.txt | 2 +- requirements-dev.txt | 2 +- requirements-runtime.txt | 2 +- requirements-test.txt | 2 +- requirements-typehint.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0bd27edc2f01e..79b633af8086c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ runtime = [ "json5>=0.9.11", "jsonpath-ng>=1.6.1", "jsonpath-rw>=1.4.0", - "moto-ext[all]==5.0.28.post4", + "moto-ext[all]==5.0.28.post5", "opensearch-py>=2.4.1", "pymongo>=4.2.0", "pyopenssl>=23.0.0", diff --git a/requirements-basic.txt b/requirements-basic.txt index 4883ada451e2d..714a9074c2692 100644 --- a/requirements-basic.txt +++ b/requirements-basic.txt @@ -6,7 +6,7 @@ # build==1.2.2.post1 # via localstack-core (pyproject.toml) -cachetools==5.5.1 +cachetools==5.5.2 # via localstack-core (pyproject.toml) certifi==2025.1.31 # via requests diff --git a/requirements-dev.txt b/requirements-dev.txt index 73542001a0554..cece4a2073485 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -251,7 +251,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post4 +moto-ext==5.0.28.post5 # via localstack-core mpmath==1.3.0 # via sympy diff --git a/requirements-runtime.txt b/requirements-runtime.txt index c4ec7dc5d0f14..6083dc625b324 100644 --- a/requirements-runtime.txt +++ b/requirements-runtime.txt @@ -188,7 +188,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post4 +moto-ext==5.0.28.post5 # via localstack-core (pyproject.toml) mpmath==1.3.0 # via sympy diff --git a/requirements-test.txt b/requirements-test.txt index c421c5b639bc9..840d4e3f2ab04 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -235,7 +235,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post4 +moto-ext==5.0.28.post5 # via localstack-core mpmath==1.3.0 # via sympy diff --git a/requirements-typehint.txt b/requirements-typehint.txt index b97191dc7de29..885f27198b6f9 100644 --- a/requirements-typehint.txt +++ b/requirements-typehint.txt @@ -255,7 +255,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post4 +moto-ext==5.0.28.post5 # via localstack-core mpmath==1.3.0 # via sympy From 1030c46e4978b9c56df4877ca2d37e1cb822c4ee Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Fri, 21 Feb 2025 13:28:51 +0530 Subject: [PATCH 5/5] Bump moto-ext to 5.0.28.post6 --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements-runtime.txt | 2 +- requirements-test.txt | 2 +- requirements-typehint.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 79b633af8086c..314fc2d95e8df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ runtime = [ "json5>=0.9.11", "jsonpath-ng>=1.6.1", "jsonpath-rw>=1.4.0", - "moto-ext[all]==5.0.28.post5", + "moto-ext[all]==5.0.28.post6", "opensearch-py>=2.4.1", "pymongo>=4.2.0", "pyopenssl>=23.0.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index cece4a2073485..dbf112d0fa292 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -251,7 +251,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post5 +moto-ext==5.0.28.post6 # via localstack-core mpmath==1.3.0 # via sympy diff --git a/requirements-runtime.txt b/requirements-runtime.txt index 6083dc625b324..6e3cf007c9cfd 100644 --- a/requirements-runtime.txt +++ b/requirements-runtime.txt @@ -188,7 +188,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post5 +moto-ext==5.0.28.post6 # via localstack-core (pyproject.toml) mpmath==1.3.0 # via sympy diff --git a/requirements-test.txt b/requirements-test.txt index 840d4e3f2ab04..b871171ec0dfc 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -235,7 +235,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post5 +moto-ext==5.0.28.post6 # via localstack-core mpmath==1.3.0 # via sympy diff --git a/requirements-typehint.txt b/requirements-typehint.txt index 885f27198b6f9..8b661b26de31e 100644 --- a/requirements-typehint.txt +++ b/requirements-typehint.txt @@ -255,7 +255,7 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.6.0 # via openapi-core -moto-ext==5.0.28.post5 +moto-ext==5.0.28.post6 # via localstack-core mpmath==1.3.0 # via sympy