From 1e6d549a21ee9ec0622f81d6dccd1580d426fb58 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Fri, 1 Nov 2024 14:51:55 -0700 Subject: [PATCH 1/6] chore: Bump MPL to 1.7.3 --- README.rst | 2 +- performance_tests/README.rst | 2 +- performance_tests/requirements_mpl.txt | 2 +- requirements_mpl.txt | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5ff192733..24e6038dd 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: == 1.7.2 +* aws-cryptographic-material-providers: == 1.7.3 * Requires Python 3.11+. Installation diff --git a/performance_tests/README.rst b/performance_tests/README.rst index 8ec315343..0d8b94061 100644 --- a/performance_tests/README.rst +++ b/performance_tests/README.rst @@ -49,7 +49,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: == 1.7.2 +* aws-cryptographic-material-providers: == 1.7.3 * Requires Python 3.11+. ***** diff --git a/performance_tests/requirements_mpl.txt b/performance_tests/requirements_mpl.txt index 77c6460a5..8f1756eec 100644 --- a/performance_tests/requirements_mpl.txt +++ b/performance_tests/requirements_mpl.txt @@ -1 +1 @@ -aws-cryptographic-material-providers==1.7.2 \ No newline at end of file +aws-cryptographic-material-providers==1.7.3 \ No newline at end of file diff --git a/requirements_mpl.txt b/requirements_mpl.txt index 58c7d2012..4cee96294 100644 --- a/requirements_mpl.txt +++ b/requirements_mpl.txt @@ -1 +1 @@ -aws-cryptographic-material-providers==1.7.2 +aws-cryptographic-material-providers==1.7.3 diff --git a/setup.py b/setup.py index dfbf91664..cd00b7f4e 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def get_requirements(): # TODO-MPL: Point at PyPI once MPL is released. # This blocks releasing ESDK-Python MPL integration. extras_require={ - "MPL": ["aws-cryptographic-material-providers==1.7.2"], + "MPL": ["aws-cryptographic-material-providers==1.7.3"], }, classifiers=[ "Development Status :: 5 - Production/Stable", From 11ae7ca8e7876e51d0a6de00ae51cdbb1e567252 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Mon, 4 Nov 2024 12:27:17 -0800 Subject: [PATCH 2/6] m --- .github/workflows/ci_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 256e49ce4..759e9a3bf 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -33,7 +33,6 @@ jobs: - "3.10" - "3.11" - "3.12" - - 3.x architecture: - x64 - x86 From d8af5e4b97aa4dd3a43951a215b07a597d5155c9 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Tue, 5 Nov 2024 12:15:41 -0800 Subject: [PATCH 3/6] Update .github/workflows/ci_tests.yaml --- .github/workflows/ci_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 759e9a3bf..256e49ce4 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -33,6 +33,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - 3.x architecture: - x64 - x86 From 27f2adbd072c094d20697a1f4cb018b60866eb53 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Tue, 5 Nov 2024 12:20:44 -0800 Subject: [PATCH 4/6] Update .github/workflows/ci_tests.yaml --- .github/workflows/ci_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 256e49ce4..759e9a3bf 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -33,7 +33,6 @@ jobs: - "3.10" - "3.11" - "3.12" - - 3.x architecture: - x64 - x86 From c3e82bb74bf67cc7552d5623b2780bff01f84ae0 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Tue, 5 Nov 2024 12:21:17 -0800 Subject: [PATCH 5/6] Update .github/workflows/ci_tests.yaml --- .github/workflows/ci_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 759e9a3bf..2f62840f4 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -33,7 +33,6 @@ jobs: - "3.10" - "3.11" - "3.12" - architecture: - x64 - x86 category: From 172e9db73a126ab80edd838805858c1dd79bf8b5 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Tue, 5 Nov 2024 12:22:11 -0800 Subject: [PATCH 6/6] Update .github/workflows/ci_tests.yaml --- .github/workflows/ci_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 2f62840f4..759e9a3bf 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -33,6 +33,7 @@ jobs: - "3.10" - "3.11" - "3.12" + architecture: - x64 - x86 category: