diff --git a/poetry.lock b/poetry.lock index 144ef1d273b..0a9a19e7462 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1715,18 +1715,18 @@ typing-extensions = ">=4.1.0" [[package]] name = "mypy-boto3-dynamodb" -version = "1.26.87" -description = "Type annotations for boto3.DynamoDB 1.26.87 service generated with mypy-boto3-builder 7.12.5" +version = "1.26.97" +description = "Type annotations for boto3.DynamoDB 1.26.97 service generated with mypy-boto3-builder 7.13.0" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "mypy-boto3-dynamodb-1.26.87.tar.gz", hash = "sha256:6bb52de2035e870fc135a311f3103d6e46ee08337d51a92aa4a7d211cd747fa3"}, - {file = "mypy_boto3_dynamodb-1.26.87-py3-none-any.whl", hash = "sha256:dc9a6c6937047dea62639dbfc5cddce6a5f1a2b428f2c1c9b17e315009c9b4b0"}, + {file = "mypy-boto3-dynamodb-1.26.97.tar.gz", hash = "sha256:b435f380c3530b1886bcfe2ddd86f7ceeb9bd926dcdfcbd70e43811cf1fdc9c9"}, + {file = "mypy_boto3_dynamodb-1.26.97-py3-none-any.whl", hash = "sha256:9cc15a62679e6720aa9ac30be8c121957641940a2852ade68747b458c108ea5c"}, ] [package.dependencies] -typing-extensions = ">=4.1.0" +typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.9\""} [[package]] name = "mypy-boto3-lambda" @@ -3019,4 +3019,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "c0b59fd1246d806fd525d5af85e807d4b11bb52db415f08fdca50cc6ed52d77e" +content-hash = "2fea8677cff4fe45bc9dabc97fe9f09db0ccbe47aa6da5e5398e0cadf8fa8719" diff --git a/pyproject.toml b/pyproject.toml index b6cd01aaa08..486a572762e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ python-snappy = "^0.6.1" mypy-boto3-appconfig = "^1.26.71" mypy-boto3-cloudformation = "^1.26.57" mypy-boto3-cloudwatch = "^1.26.52" -mypy-boto3-dynamodb = "^1.26.87" +mypy-boto3-dynamodb = "^1.26.97" mypy-boto3-lambda = "^1.26.80" mypy-boto3-logs = "^1.26.53" mypy-boto3-secretsmanager = "^1.26.89"