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