From 4605a096f71f253c7def1ab024b48d0dfa388a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 04:02:10 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.35.49 to 1.43.18 in /scripts Bumps [boto3](https://github.com/boto/boto3) from 1.35.49 to 1.43.18. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.49...1.43.18) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 8655e73..b2f8073 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -5,7 +5,7 @@ description = "Python scripts used by the Webnotes project." readme = "README.md" requires-python = ">=3.11,<4.0" dependencies = [ - "boto3==1.35.49", + "boto3==1.43.18", "checkov>=3.2.500,<4.0.0", ]