Skip to content

Commit

Permalink
Update boto3 to v1.35.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent 53c13cf commit 2b2eb71
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
35 changes: 18 additions & 17 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 @@ -93,7 +93,7 @@ testfixtures = "^8.3.0" # TODO (kyle) remove use of this dependency - was inher
tomli-w = "^1.0.0"

[tool.poetry.group.types.dependencies]
mypy-boto3 = "^1.35.19" # importable boto3 type annotations
mypy-boto3 = "^1.35.21" # importable boto3 type annotations

[tool.poetry.group.types.dependencies.boto3-stubs]
extras = [
Expand All @@ -114,7 +114,7 @@ extras = [
"ssm",
"sts",
]
version = "^1.35.19"
version = "^1.35.21"

[tool.poetry.scripts]
runway = "runway._cli.main:cli"
Expand Down

0 comments on commit 2b2eb71

Please sign in to comment.