Skip to content

Commit f00b51f

Browse files
committed
chore: extend mpl support for 1.11.2
1 parent 20ec402 commit f00b51f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.11.1
52+
* aws-cryptographic-material-providers: == 1.11.2
5353
* Requires Python 3.11+.
5454

5555
*****

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.4,<=1.11.1
1+
aws-cryptographic-material-providers>=1.7.4,<=1.11.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_requirements():
4343
license="Apache License 2.0",
4444
install_requires=get_requirements(),
4545
extras_require={
46-
"MPL": ["aws-cryptographic-material-providers>=1.7.4,<=1.11.1"],
46+
"MPL": ["aws-cryptographic-material-providers>=1.7.4,<=1.11.2"],
4747
},
4848
classifiers=[
4949
"Development Status :: 5 - Production/Stable",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aws-cryptographic-material-providers>=1.7.4,<=1.11.1
1+
aws-cryptographic-material-providers>=1.7.4,<=1.11.2

0 commit comments

Comments
 (0)