From 46a7ba57431ff225ad6a4d92d136747d4d80acc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:02:35 +0000 Subject: [PATCH] chore(deps-dev): bump boto3-stubs from 1.43.6 to 1.43.10 Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.43.6 to 1.43.10. - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) --- updated-dependencies: - dependency-name: boto3-stubs dependency-version: 1.43.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5036a927..fc77e0d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -429,14 +429,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.43.6" -description = "Type annotations for boto3 1.43.6 generated with mypy-boto3-builder 8.12.0" +version = "1.43.10" +description = "Type annotations for boto3 1.43.10 generated with mypy-boto3-builder 8.12.0" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "boto3_stubs-1.43.6-py3-none-any.whl", hash = "sha256:ff37a72104c556d7d57a8b0ec2123a6407b7737edd04e8533de5fc736a1d9d63"}, - {file = "boto3_stubs-1.43.6.tar.gz", hash = "sha256:6c8b2e2977b5f85cdac82f1e3590cd7e7e452c92341654cc64c93a63da0f7bec"}, + {file = "boto3_stubs-1.43.10-py3-none-any.whl", hash = "sha256:0ce5dec421a45ef1b8ddd32e68d0b8bb78ea7447c5ddf8231420ccaa6e71e0f5"}, + {file = "boto3_stubs-1.43.10.tar.gz", hash = "sha256:05575658b827e7a12a45629e1a987317e1e679dccabe5ebde5a2101528c76cf8"}, ] [package.dependencies] @@ -498,7 +498,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.43.0,<1.44.0)"] billing = ["mypy-boto3-billing (>=1.43.0,<1.44.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.43.0,<1.44.0)"] -boto3 = ["boto3 (==1.43.6)"] +boto3 = ["boto3 (==1.43.10)"] braket = ["mypy-boto3-braket (>=1.43.0,<1.44.0)"] budgets = ["mypy-boto3-budgets (>=1.43.0,<1.44.0)"] ce = ["mypy-boto3-ce (>=1.43.0,<1.44.0)"] @@ -3719,4 +3719,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "325bdf431ffa91e5152662750aec41392e03809fce3f0a569f61fee44c842e5c" +content-hash = "32dce40158fe2028f7fed0830408462fedccc0268ed060bd13a931e92a382f38" diff --git a/pyproject.toml b/pyproject.toml index 29763b4b..aa047c08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ icmplib = "^3.0.3" packaging = "^26.2" [tool.poetry.group.dev.dependencies] -boto3-stubs = {extras = ["sns"], version = "^1.43.6"} +boto3-stubs = {extras = ["sns"], version = "^1.43.10"} codecov = "*" coverage = "*" mypy = "*"