From bc4c1e579d8ca6db10768c4be0a2050d3d9375d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 02:00:06 +0000 Subject: [PATCH] fix(deps): update boto packages to v1.43.26 --- .pre-commit-config.yaml | 2 +- document_cleanser_lambda/poetry.lock | 10 +++++----- document_cleanser_lambda/pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e95fe8..f7e10ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: mypy language: python additional_dependencies: - - boto3-stubs[s3,sns]==1.43.25 + - boto3-stubs[s3,sns]==1.43.26 - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.8 diff --git a/document_cleanser_lambda/poetry.lock b/document_cleanser_lambda/poetry.lock index 1be6ff2..537fa55 100644 --- a/document_cleanser_lambda/poetry.lock +++ b/document_cleanser_lambda/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "boto3" -version = "1.43.25" +version = "1.43.26" description = "The AWS SDK for Python" optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "boto3-1.43.25-py3-none-any.whl", hash = "sha256:e4e2515533a1593eb2302e9eda5baf4e1510abb219b41dd0db4696cc21bc5039"}, - {file = "boto3-1.43.25.tar.gz", hash = "sha256:91f3deb0dfc32403a187f57c19a78dc8e38d25ee2967a511fa8905acf00cc074"}, + {file = "boto3-1.43.26-py3-none-any.whl", hash = "sha256:7c88bfbde6abcf062d04ac410a1cf4eaf8675f025f35f3ad9accc9b0224ce6b9"}, + {file = "boto3-1.43.26.tar.gz", hash = "sha256:33f027b7911dffe84f4896b66024c228eb856f4cf8c1ff3465be0eae1f413731"}, ] [package.dependencies] -botocore = ">=1.43.25,<1.44.0" +botocore = ">=1.43.26,<1.44.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.18.0,<0.19.0" @@ -1184,4 +1184,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = "^3.13.0" -content-hash = "886382753ca4460cad4faad2339c7b7ce6595d969da0dcbe6a87abdf4a41c7bf" +content-hash = "84f4486758a7e31948db6e99d1d69fa1b9816307b8a24a1e1c71cb886520e0f2" diff --git a/document_cleanser_lambda/pyproject.toml b/document_cleanser_lambda/pyproject.toml index df3f30e..fa36bb5 100644 --- a/document_cleanser_lambda/pyproject.toml +++ b/document_cleanser_lambda/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "document_cleanser_lambda", from = "."}] python = "^3.13.0" lxml = "6.1.1" rollbar = "1.3.0" -boto3 = "1.43.25" +boto3 = "1.43.26" pdf2image = "1.17.0" Pillow = "12.2.0" filetype = "1.2.0"