From a18215322956bd82a1c45b63c75fdcd4264e7023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 01:24:07 +0000 Subject: [PATCH] chore(deps): update pip packages: Bump boto3 Bumps [boto3](https://github.com/boto/boto3) from 1.36.13 to 1.38.23. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.36.13...1.38.23) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.23 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..a3ddb10 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.23 cryptography==44.0.0 pandas==2.2.3 PyJWT==2.10.1