From 8a6504f06d5f1ce4eb814fba37e65eb6fcb0ecb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:50:43 +0000 Subject: [PATCH] Bump boto3 from 1.42.62 to 1.43.22 Bumps [boto3](https://github.com/boto/boto3) from 1.42.62 to 1.43.22. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.62...1.43.22) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.22 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 927abf1..b46ce9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "logsmith" version = "11.0.1rc1" requires-python = "==3.13.7" dependencies = [ - "boto3==1.42.62", + "boto3==1.43.22", "pyinstaller==6.10.0", "pyqt6==6.7.1", "pytest==8.0.2", diff --git a/requirements.txt b/requirements.txt index 05d81e3..9300d80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,9 @@ altgraph==0.17.5 \ # via # macholib # pyinstaller -boto3==1.42.62 \ - --hash=sha256:6b26ff56c458685caec3d42adde0549f6a55410e557e1f51bebde5c8abcf3037 \ - --hash=sha256:eef0ee08f30e5ed16d8296719808801a827fa0f3126a3e2a9ef9be9eb5e6a313 +boto3==1.43.22 \ + --hash=sha256:0597fb9fe1613e636ac55219a5a54ad0fcb7c15e6be32c799301f7fb53ff04e1 \ + --hash=sha256:2a7fe12d8e0731bb8aa7c1e59b4ccc770fda031b8659c2f6f497393bdcec3051 # via logsmith botocore==1.35.99 \ --hash=sha256:1eab44e969c39c5f3d9a3104a0836c24715579a455f12b3979a31d7cde51b3c3 \