Skip to content

Commit

Permalink
Update boto3 to v1.35.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent e413b78 commit ae1cf13
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 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.20" # 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.20"

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

0 comments on commit ae1cf13

Please sign in to comment.