Skip to content

Commit 06cd362

Browse files
chore: Bump to MPL 1.7.4
1 parent abfca22 commit 06cd362

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
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.4
4646
* Requires Python 3.11+.
4747

4848
Installation

performance_tests/README.rst

Lines changed: 1 addition & 1 deletion
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.4
5353
* Requires Python 3.11+.
5454

5555
*****
Lines changed: 1 addition & 1 deletion
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.4

requirements_mpl.txt

Lines changed: 1 addition & 1 deletion
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.4

setup.py

Lines changed: 1 addition & 1 deletion
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.4"],
4747
},
4848
classifiers=[
4949
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)