Skip to content

Commit

Permalink
Update boto3 to v1.35.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 1559f18 commit c0a7851
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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.16" # importable boto3 type annotations
mypy-boto3 = "^1.35.19" # importable boto3 type annotations

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

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

0 comments on commit c0a7851

Please sign in to comment.