diff --git a/poetry.lock b/poetry.lock index 1a7cd40a869..a54d826e7df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1760,14 +1760,14 @@ typing-extensions = ">=4.1.0" [[package]] name = "mypy-boto3-s3" -version = "1.26.97.post2" -description = "Type annotations for boto3.S3 1.26.97 service generated with mypy-boto3-builder 7.14.2" +version = "1.26.99" +description = "Type annotations for boto3.S3 1.26.99 service generated with mypy-boto3-builder 7.14.4" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "mypy-boto3-s3-1.26.97.post2.tar.gz", hash = "sha256:e5f6b688be07ef735ef94d61573749a2657a351251726b325f3dce494710ad08"}, - {file = "mypy_boto3_s3-1.26.97.post2-py3-none-any.whl", hash = "sha256:561094e0fa213780a18fd51a312e8683463d74cb91afffdc1033d73612ee8190"}, + {file = "mypy-boto3-s3-1.26.99.tar.gz", hash = "sha256:8889a4c62aec85906bdb5f2727560bbd4c41cb5874ba067e250f24e09e0d9b24"}, + {file = "mypy_boto3_s3-1.26.99-py3-none-any.whl", hash = "sha256:1a9c3e758fa255fe48b2f6c3c48004cae7a92c31b457421fe1116989e9ea882d"}, ] [package.dependencies] @@ -3019,4 +3019,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "8806b39d55966c6661fa404e1eac083cef0ac819c67d28887f03bea1b13120f3" +content-hash = "9795df4c98e8ac4497073f1bd053635d8b7139d89f8092862eb28835b1915bcb" diff --git a/pyproject.toml b/pyproject.toml index e6d92004ad1..9759ff51376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ mypy-boto3-lambda = "^1.26.80" mypy-boto3-logs = "^1.26.53" mypy-boto3-secretsmanager = "^1.26.89" mypy-boto3-ssm = "^1.26.97" -mypy-boto3-s3 = "^1.26.97" +mypy-boto3-s3 = "^1.26.99" mypy-boto3-xray = "^1.26.11" types-requests = "^2.28.11" typing-extensions = "^4.4.0"