Skip to content

Commit

Permalink
chore(ci): update boto3 library version to 1.26.164+ (aws-powertools#…
Browse files Browse the repository at this point in the history
…3632)

Bumping boto3
  • Loading branch information
leandrodamascena authored Jan 15, 2024
1 parent 6ee37cf commit 37a84c9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 35 deletions.
49 changes: 16 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ python = "^3.7.4"
aws-xray-sdk = { version = "^2.8.0", optional = true }
fastjsonschema = { version = "^2.14.5", optional = true }
pydantic = { version = "^1.8.2", optional = true }
boto3 = { version = "^1.20.32", optional = true }
boto3 = { version = "^1.26.164", optional = true }
redis = {version = ">=4.4,<6.0", optional = true}
typing-extensions = "^4.6.2"
datadog-lambda = { version = ">=4.77,<6.0", optional = true }
Expand All @@ -53,7 +53,7 @@ aws-encryption-sdk = { version = "^3.1.1", optional = true }
coverage = {extras = ["toml"], version = "^7.2"}
pytest = "^7.4.4"
black = "^23.3"
boto3 = "^1.18"
boto3 = "^1.26.164"
isort = "^5.11.5"
pytest-cov = "^4.1.0"
pytest-mock = "^3.11.1"
Expand Down

0 comments on commit 37a84c9

Please sign in to comment.