Skip to content

Commit

Permalink
chore: Bump to MPL 1.7.4 (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 authored Nov 11, 2024
1 parent abfca22 commit dcf2de7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.4
* 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.4
* 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.4
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.4
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.4"],
},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit dcf2de7

Please sign in to comment.