From 2913975761684c08e0338c4ba96ad4236e4b4827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:53:19 +0000 Subject: [PATCH] chore(deps-dev): bump the boto-typing group with 1 update Bumps the boto-typing group with 1 update: [mypy-boto3-ssm](https://github.com/youtype/mypy_boto3_builder). - [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-ssm dependency-type: direct:development update-type: version-update:semver-patch dependency-group: boto-typing ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fac6230fe90..6d717c95b35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1778,13 +1778,13 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.12\""} [[package]] name = "mypy-boto3-ssm" -version = "1.28.36" -description = "Type annotations for boto3.SSM 1.28.36 service generated with mypy-boto3-builder 7.18.0" +version = "1.28.54" +description = "Type annotations for boto3.SSM 1.28.54 service generated with mypy-boto3-builder 7.19.0" optional = false python-versions = ">=3.7" files = [ - {file = "mypy-boto3-ssm-1.28.36.tar.gz", hash = "sha256:06de6f9ba9fcdda7af12a4f90d3fff965642d9a514731b77a5d1a9308e546643"}, - {file = "mypy_boto3_ssm-1.28.36-py3-none-any.whl", hash = "sha256:b578f07ba6c86916e7be759eff344e0549557e22a3207d548d579c7df58d3fd4"}, + {file = "mypy-boto3-ssm-1.28.54.tar.gz", hash = "sha256:71fdb8e90cbb7e1560bd4eccf70dfc264aac7564266b8188f9898d369209b49f"}, + {file = "mypy_boto3_ssm-1.28.54-py3-none-any.whl", hash = "sha256:9fc591e88461f5b9ae27c7e94b413634e9fa9d67e436e563a76563b2c849cb39"}, ] [package.dependencies] @@ -3004,4 +3004,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "07f7e3364f2353eaa9305805d1182d46924314b53e19b49c0e713f461d5ee8cb" +content-hash = "4e756acb30cdd11d63e3116d54cf19027f0fd3f1dd39e85f32efdec908c95660" diff --git a/pyproject.toml b/pyproject.toml index be3a4ad442e..bb98e8fae4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ mypy-boto3-dynamodb = "^1.28.36" mypy-boto3-lambda = "^1.28.36" mypy-boto3-logs = "^1.28.52" mypy-boto3-secretsmanager = "^1.28.36" -mypy-boto3-ssm = "^1.28.36" +mypy-boto3-ssm = "^1.28.54" mypy-boto3-s3 = "^1.28.52" mypy-boto3-xray = "^1.28.47" types-requests = "^2.31.0"