Skip to content

Commit

Permalink
Chore: Update to LocalStack 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 2, 2024
1 parent 5560c2c commit e105768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dynamodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# TODO: yarl, dependency of influxio, is currently not available on Python 3.12.
# https://github.com/aio-libs/yarl/pull/942
python-version: ["3.8", "3.11"]
localstack-version: ["3.6"]
localstack-version: ["3.7"]

env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion cratedb_toolkit/testing/testcontainers/localstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class LocalStackContainerWithKeepalive(KeepaliveContainer, LocalStackContainer):
useful when used within a test matrix. Its default value is `latest`.
"""

LOCALSTACK_VERSION = os.environ.get("LOCALSTACK_VERSION", "latest")
LOCALSTACK_VERSION = os.environ.get("LOCALSTACK_VERSION", "3.7")

def __init__(
self,
Expand Down

0 comments on commit e105768

Please sign in to comment.