diff --git a/poetry.lock b/poetry.lock index 44776e343e1..2f6dfe8b216 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.43" +description = "Type annotations for boto3.SSM 1.26.43 service generated with mypy-boto3-builder 7.12.2" 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 = "6bbe0b9971c20a770a2424e01a0e0b6d74cd04bfb6c5cfddcf973bf721aa6e12" [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.43.tar.gz", hash = "sha256:674f8bf771a5361960ef19825301ea44eed3c4078bfd427ea5c390a16ee1e5a0"}, + {file = "mypy_boto3_ssm-1.26.43-py3-none-any.whl", hash = "sha256:c69bfe1163a713c44968f05801213b98ebdd496206616964ab5a0c1922b7e9e2"}, ] 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..c727ef4c32c 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.43" mypy-boto3-s3 = "^1.26.0" mypy-boto3-xray = "^1.26.11" types-requests = "^2.28.11"