diff --git a/poetry.lock b/poetry.lock index 4b8ba44b905..e54492848f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1779,14 +1779,14 @@ typing-extensions = ">=4.1.0" [[package]] name = "mypy-boto3-s3" -version = "1.26.99" -description = "Type annotations for boto3.S3 1.26.99 service generated with mypy-boto3-builder 7.14.4" +version = "1.26.104" +description = "Type annotations for boto3.S3 1.26.104 service generated with mypy-boto3-builder 7.14.5" category = "dev" optional = false python-versions = ">=3.7" files = [ - {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"}, + {file = "mypy-boto3-s3-1.26.104.tar.gz", hash = "sha256:a58d342d72d58fefa2ecd24d926dbc92ae8b97205c59c3144d186857d5f30814"}, + {file = "mypy_boto3_s3-1.26.104-py3-none-any.whl", hash = "sha256:24ff5ec193659abb0415925e73787a64631de46e59fd0f261a840e6c0611a38e"}, ] [package.dependencies] @@ -3053,4 +3053,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "16c9a382adaae01963762950cc49d0fe004aed6f6d45800c1888b73d1ebd6643" +content-hash = "de41899598706ac4082375c42100eb9f404650259329eaddb996f6ace4c31cbb" diff --git a/pyproject.toml b/pyproject.toml index 625ab93ce13..235acee5f3a 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.99" +mypy-boto3-s3 = "^1.26.104" mypy-boto3-xray = "^1.26.11" types-requests = "^2.28.11" typing-extensions = "^4.4.0"