Skip to content

Commit 49ad7d1

Browse files
Bump aws-encryption-sdk from 2.0.0 to 2.2.0 in /src (#173)
Bumps [aws-encryption-sdk](https://github.com/aws/aws-encryption-sdk-python) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/aws/aws-encryption-sdk-python/releases) - [Changelog](https://github.com/aws/aws-encryption-sdk-python/blob/master/CHANGELOG.rst) - [Commits](aws/aws-encryption-sdk-python@v2.0.0...v2.2.0) --- updated-dependencies: - dependency-name: aws-encryption-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ff68f9 commit 49ad7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
python_requires=">=3.6",
1616
install_requires=[
1717
"boto3>=1.10.20",
18-
"aws-encryption-sdk==2.0.0",
18+
"aws-encryption-sdk==2.2.0",
1919
'dataclasses;python_version<"3.7"',
2020
],
2121
license="Apache License 2.0",

0 commit comments

Comments
 (0)