Skip to content

Commit 37a84c9

Browse files
chore(ci): update boto3 library version to 1.26.164+ (aws-powertools#3632)
Bumping boto3
1 parent 6ee37cf commit 37a84c9

File tree

2 files changed

+18
-35
lines changed

2 files changed

+18
-35
lines changed

poetry.lock

+16-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ python = "^3.7.4"
4343
aws-xray-sdk = { version = "^2.8.0", optional = true }
4444
fastjsonschema = { version = "^2.14.5", optional = true }
4545
pydantic = { version = "^1.8.2", optional = true }
46-
boto3 = { version = "^1.20.32", optional = true }
46+
boto3 = { version = "^1.26.164", optional = true }
4747
redis = {version = ">=4.4,<6.0", optional = true}
4848
typing-extensions = "^4.6.2"
4949
datadog-lambda = { version = ">=4.77,<6.0", optional = true }
@@ -53,7 +53,7 @@ aws-encryption-sdk = { version = "^3.1.1", optional = true }
5353
coverage = {extras = ["toml"], version = "^7.2"}
5454
pytest = "^7.4.4"
5555
black = "^23.3"
56-
boto3 = "^1.18"
56+
boto3 = "^1.26.164"
5757
isort = "^5.11.5"
5858
pytest-cov = "^4.1.0"
5959
pytest-mock = "^3.11.1"

0 commit comments

Comments
 (0)