diff --git a/poetry.lock b/poetry.lock index 44776e343e1..35333751f94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -913,8 +913,8 @@ typing-extensions = ">=4.1.0" [[package]] name = "mypy-boto3-ssm" -version = "1.26.4" -description = "Type annotations for boto3.SSM 1.26.4 service generated with mypy-boto3-builder 7.11.10" +version = "1.26.35" +description = "Type annotations for boto3.SSM 1.26.35 service generated with mypy-boto3-builder 7.12.0" category = "dev" optional = false python-versions = ">=3.7" @@ -1498,7 +1498,7 @@ validation = ["fastjsonschema"] [metadata] lock-version = "1.1" python-versions = "^3.7.4" -content-hash = "e2d7c21db0f5cef33cf1538fbe8741b698c66b6efdb7dc7666a34a210427d7f5" +content-hash = "c32c59f422ef2c2e79bb2fb303d40bd91f0110a87961a811b60e78b2c835d26a" [metadata.files] attrs = [ @@ -1915,8 +1915,8 @@ mypy-boto3-secretsmanager = [ {file = "mypy_boto3_secretsmanager-1.26.0.post1-py3-none-any.whl", hash = "sha256:4fb63d1322b5731676425590ad6109b78fd8087418ac757c746d636aa9390a89"}, ] mypy-boto3-ssm = [ - {file = "mypy-boto3-ssm-1.26.4.tar.gz", hash = "sha256:b23c65a33a0ad40276f25d19d28091dc415cf7f4cdf8b4550f10399928815f1e"}, - {file = "mypy_boto3_ssm-1.26.4-py3-none-any.whl", hash = "sha256:e4a5d54086501a4216dfc604cf27dc7c4e626b1ec76613be333a4bb9b40d1da1"}, + {file = "mypy-boto3-ssm-1.26.35.tar.gz", hash = "sha256:aa3d5b07895e6b493208cbe0d134e0566832d01e7b82a3f5721bfbabee215205"}, + {file = "mypy_boto3_ssm-1.26.35-py3-none-any.whl", hash = "sha256:0cd93e105119b428196807ed6326c046a915d7aca4aa7e9c0005420f74307faf"}, ] mypy-boto3-xray = [ {file = "mypy-boto3-xray-1.26.11.post1.tar.gz", hash = "sha256:e720a766571b4f3e1e35193de74e6dfae21b0f641286aa39f7b938be43150ac0"}, diff --git a/pyproject.toml b/pyproject.toml index f240cacb760..16851a5b9f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ mypy-boto3-dynamodb = "^1.26.0" mypy-boto3-lambda = "^1.26.0" mypy-boto3-logs = "^1.26.3" mypy-boto3-secretsmanager = "^1.26.0" -mypy-boto3-ssm = "^1.26.4" +mypy-boto3-ssm = "^1.26.35" mypy-boto3-s3 = "^1.26.0" mypy-boto3-xray = "^1.26.11" types-requests = "^2.28.11"