Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion performance_tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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+.

*****
Expand Down
2 changes: 1 addition & 1 deletion performance_tests/requirements_mpl.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aws-cryptographic-material-providers==1.7.2
aws-cryptographic-material-providers==1.7.3
2 changes: 1 addition & 1 deletion requirements_mpl.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aws-cryptographic-material-providers==1.7.2
aws-cryptographic-material-providers==1.7.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading