From 78a8f9827b0e0e05e0de128e94f6881aaa21095e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:04:25 +0000 Subject: [PATCH] chore(deps): update pip packages: Bump boto3 Bumps [boto3](https://github.com/boto/boto3) from 1.36.13 to 1.38.27. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.36.13...1.38.27) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.27 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/document-explorer/client_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/document-explorer/client_app/requirements.txt b/samples/document-explorer/client_app/requirements.txt index 8a3785a..231f4cb 100644 --- a/samples/document-explorer/client_app/requirements.txt +++ b/samples/document-explorer/client_app/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.36.13 +boto3==1.38.27 cryptography==44.0.0 pandas==2.2.3 PyJWT==2.10.1