Skip to content

Commit

Permalink
Merge pull request #199 from plus3it/dependabot/docker/plus3it/tardig…
Browse files Browse the repository at this point in the history
…rade-ci-0.26.0

chore(deps): Bump plus3it/tardigrade-ci from 0.25.3 to 0.26.0
  • Loading branch information
mergify[bot] authored Dec 31, 2024
2 parents 420c8c0 + ff25e47 commit c5b3768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM plus3it/tardigrade-ci:0.25.3
FROM plus3it/tardigrade-ci:0.26.0

COPY lambda/requirements.txt /app/requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion lambda/cfnresponse.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def send(
response_data,
physical_resource_id=None,
no_echo=False,
): # pylint: disable=too-many-arguments
): # pylint: disable=too-many-arguments,too-many-positional-arguments
"""Send function."""
response_url = event["ResponseURL"]

Expand Down

0 comments on commit c5b3768

Please sign in to comment.