Skip to content

Commit 5e0aed7

Browse files
authored
chore: extend mpl support for 1.11.2 (#788)
1 parent 20ec402 commit 5e0aed7

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ci_static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-python@v4
3131
with:
32-
python-version: 3.8
32+
python-version: '3.10'
3333
- run: |
3434
python -m pip install --upgrade pip
3535
pip install --upgrade -r dev_requirements/ci-requirements.txt

.github/workflows/ci_test-vector-handler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@v4
8080
- uses: actions/setup-python@v4
8181
with:
82-
python-version: 3.9
82+
python-version: '3.10'
8383
- run: |
8484
python -m pip install --upgrade pip
8585
pip install --upgrade -r dev_requirements/ci-requirements.txt

dev_requirements/linter-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ pyflakes==2.4.0
1111
pylint==2.13.5
1212
readme_renderer==37.3
1313
seed-isort-config==2.2.0
14+
setuptools==81.0.0
1415
vulture==2.9.1

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)