From fb5cb59fdc5e94e0d35efeccc250b061b67722cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:09:56 +0000 Subject: [PATCH] build(deps-dev): bump mypy-boto3-s3 from 1.28.19 to 1.28.52 Bumps [mypy-boto3-s3](https://github.com/youtype/mypy_boto3_builder) from 1.28.19 to 1.28.52. - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) --- updated-dependencies: - dependency-name: mypy-boto3-s3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 +++++++++------ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index fa1ba704b..94c42511b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "arrow" @@ -787,15 +787,18 @@ reports = ["lxml"] [[package]] name = "mypy-boto3-s3" -version = "1.28.19" -description = "Type annotations for boto3.S3 1.28.19 service generated with mypy-boto3-builder 7.17.2" +version = "1.28.52" +description = "Type annotations for boto3.S3 1.28.52 service generated with mypy-boto3-builder 7.19.0" optional = false python-versions = ">=3.7" files = [ - {file = "mypy-boto3-s3-1.28.19.tar.gz", hash = "sha256:b8104b191924d8672068d21d748c0f8ae0b0e1950324cb315ec8a1ceed9d23ac"}, - {file = "mypy_boto3_s3-1.28.19-py3-none-any.whl", hash = "sha256:d3759a8fb004f482565904d788d844eeccf3e03b8fa1b96a0f82ba1527ef4022"}, + {file = "mypy-boto3-s3-1.28.52.tar.gz", hash = "sha256:179cb7542cc5ef656f1323ad51eb237afcba77d1e5ed07d21a013fe36effb8b2"}, + {file = "mypy_boto3_s3-1.28.52-py3-none-any.whl", hash = "sha256:a75cd5ff28f1cb5109dd50db94259436701208fa97c61b5a2cc0689e169b7cba"}, ] +[package.dependencies] +typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.12\""} + [[package]] name = "mypy-extensions" version = "1.0.0" @@ -1506,4 +1509,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "f1d4e5b4f359b8a7395ecb60a9f1533892842a446bcdf17eca96d4ac5fc7f0d2" +content-hash = "36c1476a79b07bb336ca7147597f8f39b2e64e94febd15f325116d374f061bc1" diff --git a/pyproject.toml b/pyproject.toml index 6cdaeb09d..111f77058 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ gitlint = "^0.19.1" mypy = "^1.5" pylint = "^2.17.3" pre-commit = "^3.3.1" -mypy-boto3-s3 = "^1.28.19" +mypy-boto3-s3 = "^1.28.52" pytest = "^7.3.1" pytest-dependency = "^0.5.1" moto = "^4.1.8"