Skip to content

Commit 1e6d549

Browse files
chore: Bump MPL to 1.7.3
1 parent 8383b06 commit 1e6d549

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Required Prerequisites
4242
Recommended Prerequisites
4343
=========================
4444

45-
* aws-cryptographic-material-providers: == 1.7.2
45+
* aws-cryptographic-material-providers: == 1.7.3
4646
* Requires Python 3.11+.
4747

4848
Installation

performance_tests/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Required Prerequisites
4949
Recommended Prerequisites
5050
=========================
5151

52-
* aws-cryptographic-material-providers: == 1.7.2
52+
* aws-cryptographic-material-providers: == 1.7.3
5353
* Requires Python 3.11+.
5454

5555
*****
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aws-cryptographic-material-providers==1.7.2
1+
aws-cryptographic-material-providers==1.7.3

requirements_mpl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aws-cryptographic-material-providers==1.7.2
1+
aws-cryptographic-material-providers==1.7.3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_requirements():
4343
# TODO-MPL: Point at PyPI once MPL is released.
4444
# This blocks releasing ESDK-Python MPL integration.
4545
extras_require={
46-
"MPL": ["aws-cryptographic-material-providers==1.7.2"],
46+
"MPL": ["aws-cryptographic-material-providers==1.7.3"],
4747
},
4848
classifiers=[
4949
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)