From 03aa2ff7c0e619795dff888c86fcf44d165d9108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:42:08 +0000 Subject: [PATCH] chore(deps): Bump boto3 from 1.35.43 to 1.35.55 Bumps [boto3](https://github.com/boto/boto3) from 1.35.43 to 1.35.55. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.43...1.35.55) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83cb7688..e8bd95b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "seaborn==0.13.2", "Werkzeug==3.0.4", "xgboost==2.1.2", - "boto3==1.35.43", + "boto3==1.35.55", "pymarkdownlnt==0.9.22", "yamllint==1.35.1", "requests-file==2.1.0",