diff --git a/poetry.lock b/poetry.lock index 44776e343e1..1869927a859 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.11.post1" +description = "Type annotations for boto3.SSM 1.26.11 service generated with mypy-boto3-builder 7.11.10" 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 = "04d3cfa88a54fa4c17c451cd33076676a3ccb8afd942e4c9952e87f7d983575a" [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.11.post1.tar.gz", hash = "sha256:5aad9ea2979b9321679298f61b6cdf7ac8941b695d2dca5cd36c7d9069dcda8d"}, + {file = "mypy_boto3_ssm-1.26.11.post1-py3-none-any.whl", hash = "sha256:adacff335f0767c0e4d456621bfb8c42cb7f34adccb36789195a4babbd29a29b"}, ] 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..c240d5e4522 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.11" mypy-boto3-s3 = "^1.26.0" mypy-boto3-xray = "^1.26.11" types-requests = "^2.28.11"