diff --git a/poetry.lock b/poetry.lock index 7430c73a30b..aa24bee2e46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1526,13 +1526,13 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.9\""} [[package]] name = "mypy-boto3-s3" -version = "1.26.155" -description = "Type annotations for boto3.S3 1.26.155 service generated with mypy-boto3-builder 7.14.5" +version = "1.26.163" +description = "Type annotations for boto3.S3 1.26.163 service generated with mypy-boto3-builder 7.14.5" optional = false python-versions = ">=3.7" files = [ - {file = "mypy-boto3-s3-1.26.155.tar.gz", hash = "sha256:2a399abba8c45b7bb3f3623baf86858625d7b0e5a902edfe7d9fa18fcbeb2f7b"}, - {file = "mypy_boto3_s3-1.26.155-py3-none-any.whl", hash = "sha256:0dd0f5747451cbffb3582d416b3bc32fa2573c9e1c9dd6a6073463be0621d2c2"}, + {file = "mypy-boto3-s3-1.26.163.tar.gz", hash = "sha256:47d3639cd097aa142dcaca43b431fa7a7eefb56e1596ebff625f571f16bd7623"}, + {file = "mypy_boto3_s3-1.26.163-py3-none-any.whl", hash = "sha256:39417a3e4128c61e7b9353d080b93293f9ca9a4acf059a255d8357b9a4e12db2"}, ] [package.dependencies] @@ -1628,7 +1628,7 @@ optional = false python-versions = ">=3.7" files = [ {file = "pathspec-0.11.1-py3-none-any.whl", hash = "sha256:d8af70af76652554bd134c22b3e8a1cc46ed7d91edcdd721ef1a0c51a84a5293"}, - {file = "pathspec-0.11.1.tar.gz", hash = "sha256:2798dERA001fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687"}, + {file = "pathspec-0.11.1.tar.gz", hash = "sha256:2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687"}, ] [[package]] @@ -2745,4 +2745,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "27fb7818ae11e6ca12cddc942f555a8d28517c9efb776f188a22a365f1bd36ed" +content-hash = "7b4a9d2f4ece32071c37ce67ae232fcb0c6054f6b59f64dd3f80e99212a6b240" diff --git a/pyproject.toml b/pyproject.toml index aa5c3db2abd..7d45fadf494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ mypy-boto3-lambda = "^1.26.157" mypy-boto3-logs = "^1.26.149" mypy-boto3-secretsmanager = "^1.26.135" mypy-boto3-ssm = "^1.26.97" -mypy-boto3-s3 = "^1.26.155" +mypy-boto3-s3 = "^1.26.163" mypy-boto3-xray = "^1.26.122" types-requests = "^2.31.0" typing-extensions = "^4.6.2"