From 6539b4557ac2c8f6e38a7f9bcfb534cd74c96a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:50:14 +0000 Subject: [PATCH] DEP(deps): Update boto3 requirement from ~=1.42.36 to ~=1.42.44 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.36...1.42.44) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.44 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 050e795af..fe582804f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ point pytest requests~=2.32.5 -boto3~=1.42.36 +boto3~=1.42.44 cachetools~=6.2.6 setuptools~=80.10.2 diff --git a/requirements.txt b/requirements.txt index a98e7826f..62720f1b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pytest httpx>=0.27.0 -boto3~=1.42.36 +boto3~=1.42.44 cachetools~=6.2.6 setuptools~=80.10.2